Sail E0 Webinar

MCQs

Total Questions : 25 | Page 2 of 3 pages
Question 11. Which utility is used a dummy utility?
  1.    IEBGENER
  2.    IEBCOPY
  3.    IEBCOMPR
  4.    IEFBR14
 Discuss Question
Answer: Option D. -> IEFBR14




Question 12. What will be the TIME parameter value, if you want it to run the job within 7min 30 sec?
  1.    Time(07,30)
  2.    Time(00,07,30)
  3.    Time(07:30)
  4.    Time(30:7)
 Discuss Question
Answer: Option A. -> Time(07,30)




Question 13. How can unused space allocation be returned to the system when a dataset is closed?
  1.    Return
  2.    Rlse
  3.    Contig
  4.    Close
 Discuss Question
Answer: Option B. -> Rlse




Question 14. In order to continue a job after a return code of 12 in step1, what the step2 EXEC statement include?
  1.    Continue
  2.    Cond = (12,NE)
  3.    Cond = (12,GE)
  4.    Cond = (12,EQ)
 Discuss Question
Answer: Option B. -> Cond = (12,NE)




Question 15. What is the function of DD name parameter with a 2 part structure; Audit.Report?
  1.    Override the Audit DD statement in the report
  2.    Override the Report DD statement in the Audit procedure
  3.    Concatenate a dataset onto a DD statement in a called module
  4.    Delete the Audit DD statement in the Report
 Discuss Question
Answer: Option B. -> Override the Report DD statement in the Audit procedure




Question 16. How can return codes be tested before execution of a job step?
  1.    Through the RC keyword
  2.    Through the CODE keyword
  3.    Through the COND keyword
  4.    Through the RETURNCD keyword
 Discuss Question
Answer: Option C. -> Through the COND keyword




Question 17. What is the function of the STEPLIB DD statement?
  1.    Identify a library to be searched for programs named in the EXEC statement
  2.    Identify a library containing executable job steps
  3.    Override the system step library within a job stream
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 18. What is a system data set catalog?
  1.    a reference to the naming standards for datasets
  2.    a list of MVS reference libraries
  3.    a list of datasets available to MVS along with the location data
  4.    the original installation datasets for JCL
 Discuss Question
Answer: Option C. -> a list of datasets available to MVS along with the location data




Question 19. What statement marks the end of an in-stream or Catalogued procedure?
  1.    Stream
  2.    Set
  3.    Proc
  4.    Pend
 Discuss Question
Answer: Option D. -> Pend




Question 20. What is the function of //JCLLIB statement?
  1.    Identifies the source of the JCL commands
  2.    Points to the system software library
  3.    Marks the beginning of the in-stream JCL
  4.    Identifies the libraries that the system will search for include groups or procedures named in EXEC statements
 Discuss Question
Answer: Option C. -> Marks the beginning of the in-stream JCL




Latest Videos

Latest Test Papers