JCL - 2 Flashcards
The JOB statement is used to identify the Job to OS
Identifies a job to OS using a job name
Indicates which user is responsible for the job
A & B
None are correct
A & B
What JCL job keyword parameter is used to identify the time and possibly resources required for the job to run?
MSGCLASS
PRTY
CLASS
MSGLEVEL
CLASS
Is the job card required in JCL?
True
False
True
What keyword would be used to start a job in a specific step?
START
RESTART
Both are correct
None are correct
RESTART
What Keyword parameter could be used to check that the job is correctly coded?
TYPRUN=&SYSUID
TYPRUN=&SCAN
TYPRUN=SCAN
None are correct
TYPRUN=SCAN
What JCL job keyword parameter is used to identify which jobs should run before others?’
MSGCLASS
PRTY
CLASS
MSGLEVEL
PRTY
If the programmer name doesn’t have two parts, then you don’t need the ‘.
True
False
True
There are two job card positional parameters:
Group, Project
Sub group, User ID
Accounting Information, Programmer Name
Location, Type of Job
Accounting Information, Programmer Name
What Keyword parameter should be used to notify the submitted that the job is submitted and completed when anyone submits the job?
NOTIFY=Z*****
NOTIFY=&SYSUID
NOTIFY=Z11780
None are correct
NOTIFY=&SYSUID
The Job syntax is the following //JOBNAME JOB
True
False
True