When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
No Answer is Posted For this Question
Be the First to Post Answer
Matching Logic in Jcl not in cobol.Could any one please answer this question
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
Can we use empty VSAM as input?
what does mvs stand for?
What statement marks the end of an in-stream or catalogued procedure?
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)???
do we need to mention the location of catalogued procedure for each it's call in a single job?
What are the basic JCL Statements for a Job?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
describe the dd statement,its meaning,syntax and keywords?
Can we give two user name in NOTIFY parameter in JOBCARD
What is a PROC? What is the difference between an instream and a catalogued PROC?