JCL MCQ Questions And Answers - Mainframe Development

JCL MCQs : This section focuses on "basics" of JCL. These Multiple Choice Questions (MCQ) should be practiced to improve the JCL skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.

1. JCL stands for?

A. Job Code Language
B. Job Control Locale
C. Job Control Lock
D. Job Control Language

View Answer


2. In JCL, Condition checking is possible at?

A. job level
B. code level
C. Both A and B
D. None of the above

View Answer


3. Does JCL support automatic restart?

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer


4. 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

View Answer


5. The statement, which contains the job step program information, is called the?

A. PROG
B. STEP
C. EXEC
D. REQ IN

View Answer


6. Which statement help gives the dataset definition that is used in JCL?

A. DL
B. DA
C. DP
D. DD

View Answer


7. 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

View Answer


8. Which of the following statement is alternative for STEPLIB?

A. JOBLIB
B. INCLUDE
C. SEARCH
D. None of the above

View Answer


9. 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

View Answer


10. _____________ statement is used to identify the location of the program to be executed in a JCL.

A. STEPLIB
B. STEPLAB
C. JOBLIB
D. JOBLAB

View Answer




Discussion



* You must be logged in to add comment.