JCL - 1 Flashcards
Most lines in JCL will start with the first two characters being the
//
\
/*
None are correct
//
If you put a // in the middle of the job, this will occur
The job will continue running all the steps
If there are additional steps, they won’t execute
Both are correct
None are correct
If there are additional steps, they won’t execute
Will you normally have to start JCL from beginning or is there JCL that you can modify?
True
False
True
What system takes the submitted job to run it?
JAS
RACF
JES
ISMF
JES
What is the maximum length of a single line of JCL?
71 bytes
60 bytes
80 bytes
55 bytes
80 bytes
What Identifier marks the end of a job but is not required?
//* ( /* //
//
What are the three main parts in JCL?
Job card, EXEC, DD
Job card, SPACE, Program
Job card, Program, null card
None are correct
Job card, EXEC, DD
What Identifier is used for marking the end of in-stream data in JCL?
//* ( /* //
/*
What Identifier is used for a comment in JCL?
//* { /* //
//*
What does JCL mean in mainframe world?
Job Controlling Language
Job Control Language
Both are correct
None are correct
Job Control Language