Can we DELETE all the Generations of a GDG at once, WITHOUT
deleting the GDG itself ?

Answer Posted / bobie kamahuha bobzy

Do the following;

//p gxxxxxx
gxxxxxx
gxxxxxx
gxxxxxx
gxxxxxx
gxxxxxx
// gxxxxxx



Make sure the *//* are properly arrigned

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the purpose of coding notify parameter in job statement?

688


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

828


Is it possible to left uncode disp? If yes, how?

708


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

7462


Can an individual step be restricted from using all the jobs allowed cpu time?

1011






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

856


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

607


Explain the function of the dd dcb keyword?

706


Which dd parameters are required?

697


What is Cataloged Procedures?

715


Brief description of inline procedure of jcl.

687


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1809


Which statement is used to identify the private libraries in job?

680


which utility is used to run a cobol-db2 program?

810


What are the parameter we cannot use in procedure?

642