Explain the job statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
what are the technical terms for // /* in jcl
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
what is the resolution for sb37 error
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
mainframe questions like basic&depth
How to search strings in multiple dataset with conditions 'string1 & string2'?
What are the common jcl syntax errors you get? This is not abends?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
What is JCL LIB ?
Can we delete the data using IEFBR14 , IEBGENER??
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
How to copy one PS file to multiple PS files with same data?