How to ALTER the name of a GDG ?

Answer Posted / karthik

Use the IDCAMS Utility and give Alter newname statement in
the control card
e.g(Alter newname(XXXXXXXX.XX.XXX)

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What methodology can be adapted to transfer data to a program that is coded using the exec statement?

626


Is acct parameter mandatory?

773


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

669


What is Cataloged Procedures?

725


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

716






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

697


How jcl work to handle various input output file operations?

668


what is SOC4 error?

747


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?

1817


what happens in execution stage in job processing?

663


Explain about ISPF/TSO Commands

1332


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

865


What is the difference between run mode and addressing mode?

649


Explain how can an in-stream dataset be terminated?

714


Name the statement which can be used to send data to another mvs jes3 node?

615