aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Mainframe JCL and COBOL Programming
  • Complete correctly: When I want a jobstep to be executed ...
Multiple choice technology mainframe

Complete correctly: When I want a jobstep to be executed only if the previous jobstep has a return code of strictly less than 8, I should add...

  1. COND=(8,LE)

  2. COND=(8,GE)

  3. COND=(8,LT)

  4. COND=(8,GT)

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • Inorder to not execute a step in the job after a return code of 8 in step1, what the step2 EXEC statement i...
  • With the condition parameter defined as COND – ((4, GE), (9, LT)) which of the return codes will execute th...
  • What will make this step run if COND parm is COND=(0,NE)?
  • How can return codes be tested before execution of a job step?
  • How can return codes be tested before execution of a job step?
  • COND=ONLY tells MVS to execute this job step ONLY IF a prior step in the same job abends. Is that correct?
  • What is COND=ONLY ?
  • If we specify COND=ONLY in a step. This means that particular step is executed only of any of the previous ...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Operating Systems (1344 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy