How can return codes be tested before execution of a job step?
No Answer is Posted For this Question
Be the First to Post Answer
How do you check the syntax of a JCL without running it?
How to check empty file in jcl?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
Is there any command to check wether the ps file is in sorted order?
what is mainframe?
How can u know the current date using jcl?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
what will be the error code if duplicate key of VSAM file is found?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
What is the use of ikjeft1b utility in jcl?
What are isolation levels? Where do we need to specify them in compiling JCL?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?