Name a few IBM utility programs, and explain its function.
No Answer is Posted For this Question
Be the First to Post Answer
Can we use DISP=SHR in output file in JCL
How do you access a file that had a disposition of KEEP?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
Are there any set of rules for the names of the steps used in a job? What are they?
I need exexution process for JCL programs
What does a disposition of (new,catlg,keep) for a dsn mean?
how to compress the data set
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
What is the max blocksize for a Tape file?
what r the types of job control statements?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?