What is the purpose of disp parameter?
No Answer is Posted For this Question
Be the First to Post Answer
How I sort the records in a file and copy the first 10 records to another file
Which statement is used to identify the private libraries in job?
restart logic ?
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
I have a File that has duplicate records. I need only those records that occur more than thrice.
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
In sms datasets, what is the function of the dd mgmtclas keyword?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
wht happens if blksize = 0 and lrec = 0 ?
what are the technical terms for // /* in jcl
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?