How to alter the parameters for the existing gdg?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any command to check wether the ps file is in sorted order?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
Where can program checkpoints be stored for use in a restart?
What is the difference between run mode and addressing mode?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
how do you code a null statement?
what is meant by jobtrac?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.