In job processing, what happens in execution stage?
No Answer is Posted For this Question
Be the First to Post Answer
What is order of searching of the libraries in a JCL?
What is the function of the dd mgmtclas keyword in sms datasets?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
How can a job send a status message to a tso user at the completion of a job?
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.
how to modify the copy book?explain with examples
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
What is the use of disp parameter?