which statement is used to end the in-stream procedure in a jcl?
What is JCL LIB ?
How are GDGs concatenated?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
I had 100 steps in jcl i want to execute first 10 steps only?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
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)???
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
What do you know about jcl?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
What is the use of disp parameter?
how to compare two datasets without using superce because output is limited to 133 bytes