

MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
_____________ statement is used to identify the location of the program to be executed in a JCL. |
A. | STEPLIB |
B. | STEPLAB |
C. | JOBLIB |
D. | JOBLAB |
E. | |
Answer» D. JOBLAB | |
2. |
The JCL execution system first checks for the symbol (//) at the beginning of JCL statements. |
A. | TRUE |
B. | FALSE |
C. | Can be true or false |
D. | Can not say |
Answer» B. FALSE | |
3. |
Which of the following statement is alternative for STEPLIB? |
A. | JOBLIB |
B. | INCLUDE |
C. | SEARCH |
D. | None of the above |
Answer» C. SEARCH | |
4. |
Which of JCL statements that are not allowed in procedures? |
A. | Null statements |
B. | DATA statements |
C. | JOBCAT DD statements |
D. | All of the above |
Answer» E. | |
5. |
Which statement help gives the dataset definition that is used in JCL? |
A. | DL |
B. | DA |
C. | DP |
D. | DD |
Answer» E. | |
6. |
The statement, which contains the job step program information, is called the? |
A. | PROG |
B. | STEP |
C. | EXEC |
D. | REQ IN |
Answer» D. REQ IN | |
7. |
The basic syntax of a JCL JOB statement is? |
A. | //Job-name JOB Positional-param |
B. | //Job-name JOB Positional-param, Keyword-param |
C. | //Job-name Positional-param, Keyword-param |
D. | //Job-name JOB, Keyword-param |
Answer» C. //Job-name Positional-param, Keyword-param | |
8. |
Does JCL support automatic restart? |
A. | Yes |
B. | No |
C. | Can be yes or no |
D. | Can not say |
Answer» B. No | |
9. |
In JCL, Condition checking is possible at? |
A. | job level |
B. | code level |
C. | Both A and B |
D. | None of the above |
Answer» D. None of the above | |
10. |
JCL stands for? |
A. | Job Code Language |
B. | Job Control Locale |
C. | Job Control Lock |
D. | Job Control Language |
Answer» E. | |