what is the COND=EVEN ? Can anyone give me an example to
explain the usage.
Answer Posted / suputhru
COND=EVEN,this step will execute when previous step executes abnormally or normally.
COND=ONLY, this step will execute when only(must)previous steps executes abnormally.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how can you check if a file is empty using jcl?
what are the various stages of job processing?
which utility is used to run a cobol-db2 program?
Explain the purpose of the dd keylen parameter?
How to pass data to a program that is coded in an exec statement?
Which statement is used to identify the private libraries in job?
What are the rules employed while naming the steps in a job?
For what purpose steplib and joblib are used ?
how JCL works?
What is the function of job statement in jcl?
Explain how can return codes be tested before execution of a job step?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
What statement can be used to send data to another mvs jes3 node?
which parameter is use to declare the name of dataset in dd statement?
Explain about LMFREE�free data set from its association with data ID