Can we change the LIMIT of GDG?

Answer Posted / vinay sonar

Yes we can though i have been told no in my institude i
tried it personally using ALTER command.It works

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

732


Can we use DISP=SHR in output file in JCL

953


What do you know about jcl?

651


Explain the function of dd disp parameter?

597


Explain the purpose of the dd keylen parameter?

677






What do you understand by jcl?

632


How to pass data to a program that is coded in an exec statement?

833


is there any way to execute more than one proc in the same exec statement at the same time..?

2113


Explain the job statement in jcl?

653


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

779


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

1041


How gdg are concatenated?

672


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?

651


Explain the function of //jcllib statement?

708


how you can access an uncataloged dataset in a JCL?

656