if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
Name some of the JCL statements that are not allowed in procs.?
In DCB, what is LRECL,BLKSIZE,DSORG
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
what is SOC4 error?
What is the use of ikjeft1b utility in jcl?
What is JOBLIB ?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.