In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
what are the technical terms for // /* in jcl
What parameters can be used to limit the number of records written to a sysout dataset?
How gdg are concatenated?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
How to pass the temp dataset form one JOB step to another?
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 max blocksize for a Tape file?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?