Is condition checking possible in jcl?
What happens if both JOBLIB & STEPLIB is specified ?
what is JCLLIB and PROCLIB in jcl and their syntax
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
How many steps we can overide in the proc's?
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 find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
I had 100 steps in jcl i want to execute first 10 steps only?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
what is the JCL statement consists of?
I need exexution process for JCL programs
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?