How to find in aparticular step how many versions a
paricular gdg base have?
Answer Posted / kavya
Use LISTC command in a IDCAMS step. It will list all the
generations.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
List the various advantages of using jcl language?
What is the significance of addrspc parameter in the exec statement?
what is a jcl?
Explain the function of the dd dcb keyword?
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?
how you will the direct the data to spool using sysout option?
what is the resolution for sb37 error
Explain how can an in-stream dataset be terminated?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is DSN parameter and DISP parameter is used for?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
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 is the compile process of cobol program expalin with code
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Is automatic restart possible in jcl? If yes, how?