In sms datasets, what is the function of the dd mgmtclas keyword?
No Answer is Posted For this Question
Be the First to Post Answer
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
i want to avoid the positional parameter how to code it ?
Explain the purpose of the dd keylen parameter?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
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 ?
What are some jcl statements that are not allowed in procedures?
How many days does a job remain in spool
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what are the types of abends that occur on job failure? And explain the possible causes of these
How to run cobol program using jcl?