Is their any limit for data sets?
How many steps we can overide in the proc's?
SORT card to eliminate duplicity.
Can we give two user name in NOTIFY parameter in JOBCARD
How is a dataset passed from one step to another?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
common jcl abends??
what is a MODELDSCB?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
How many instream we can write in single jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
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?
what is use of dsn parameter in dd statement?