what r the types of job control statements?
Answers were Sorted based on User's Feedback
Answer / krithiga hari
There are 2 types of job control statements. They are COND
and IF END-IF.
When the condition is true, the step will get bypassed in
the COND. Whereas if the condition is true step will get
executed in the IF END-IF.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / sangeetha
there are three type of control statements
JOB STMT,EXEC STMT,DD STMT
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
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?
What is Cataloged Procedures?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
Can we browse or edit the GDG dataset if it is a tape entry?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
In DCB, what is LRECL,BLKSIZE,DSORG
List in order the hierarchical levels of jcl?