Brief description of inline procedure of jcl.
No Answer is Posted For this Question
Be the First to Post Answer
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
write a jcl to execute a job by 7:00 am on jan 20,1986?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to use COND Parameter in jcl
can we write a proc with in a proc
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
can we bowse or edit the GDG dataset if it is a tape entry?
What is a JCL Command statement ?
How to find out the number of records in a file using JCL
How do you handle empty files in a JCL ?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?