how to create gdg with out using idcams utility
Answer Posted / gopi
In ISPF go to p.3.2 there VSAM utilities there give v in command prompt and enter left side give 1 to define and right side give 4 gdg and hit enter give GDG name,limit,scratch,empty after that press enter u ll get pgm in command prompt type execute now go to p.3.4 and check ur GDG.......
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
Is their any set of rules for dd? Explain.
How do you create a temporary dataset?
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
What is the function of //cntl statement?
How does jcl act on code(if you take a cobol program)?
how you can access an uncataloged dataset in a JCL?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what JCL Procedures?
What is the syntax of JCL statement?
What are the parameter we cannot use in procedure?
Are there any set of rules for the names of the steps used in a job?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Are there any set of rules for the names of the steps used in a job? What are they?
Which dd parameters are required?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?