how to create gdg with out using idcams utility

Answer Posted / jagan

There is a separate utility GDGBLG . You can try it to
create a new GDG base and for creating new generations.
TSO GDGBLD in the command prompt.

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the JCL statement consists of?

699


What statement can be used to send data to another mvs jes3 node?

833


What is the purpose of disp parameter?

647


What is the function of the dd dcb keyword?

832


Explain the purpose of dd * statement in jcl?

643






what is use of dsn parameter in dd statement?

675


what is DD statement is used in JCL?

683


What parameter directs the output of the job log dataset?

769


How can the submitting users racf authority be overridden in a job stream?

758


What are the parameter we cannot use in procedure?

644


if the submitter of a job wants to inform another user about the job completion, how can it be done?

761


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

858


how you will the direct the data to spool using sysout option?

1769


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?

2225


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

981