Answer Posted / siri
cond=even it excutes the step even if the previous step executed successfully or unsuccessfully..........
cond=only it excutes the step only if the previous step executes unsuccessfully..
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the function of the dd dcb keyword?
What are the jcl procedures?
what are the various stages of job processing?
List the various advantages of using jcl language?
how would you create a temporary dataset? And where will you use them?
what is use of space parameter in dd statement?
How can the submitting users racf authority be overridden in a job stream?
What is the function of the steplib dd statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How do you access an uncatalogued dataset in a jcl?
What statement can be used to send data to another mvs jes3 node?
what is SOC4 error?