How is a GDG base created?

Answer Posted / sravanthi

We can also create a GDG base in test using File Aid option
M.F;3.2 Create GDG base option is there

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

841


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1563


Give the syntax of job specifying jcl statement.

831


Explain the purpose of dd * statement in jcl?

808


What is the function of //cntl statement?

1047


How can a stopped job be started again?

903


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2191


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1975


What is catelog procedure and how many catelog procedure to use in one job?

8017


How do you create a temporary dataset?

860


What is timing concept in mainframe?

1895


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

870


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1251


What are s0c1, s0c4, s0c5, s0c7 and socb?

933


What is Cataloged Procedures?

893