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 |
wht r s722,s822,s122 and s222 abends pls reply fast
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
wht happens if cond=true ? pls give me with an example ?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
what is the purpose of SYSOUT parameter in the DD statement?
Name the system library from which modules are retrieved at execution
How to copy one PS file to multiple PS files with same data?
For what purpose steplib and joblib are used ?
wht is step lib n job lib ? where can we code joblib n steplib ?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
Can we create VSAM file by using IEBGENER?