Explain dd statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
Can we have a JOBSTEP without any EXEC ?
How to execute step2,step1,step3 when step1,2&3 are in order
In SPACE,what is directory,RLSE
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?
what is the resolution for sb37 error
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 are the options in file-aid to edit vsam dataset and to compare data sets.
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
how to run JCL thru COBOL.
What does SYSIN * indicate?
What is DATACOM db?
What is concatenating?