Does jcl support automatic restart?
No Answer is Posted For this Question
Be the First to Post Answer
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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?
How to read records in reverse order in flat file?
diff bw vsam and normal flat file?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
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?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
what is JCLLIB and PROCLIB in jcl and their syntax
How many types of libraries are there in JCL ?
how you can direct the data to spool using SYSOUT option?