If I want to increase the Limit in GDG. What should I do?
Answers were Sorted based on User's Feedback
Answer / santhosh vayathuri
USING FALLOWING JCL CODE WE CAN ALTER
//JOBCARD
//S1 EXEC PGM=IDCAMS
//SYSIN DD *
ALTER GDGNAME LIMIT(NEW-VALUE)
/*
//
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / ahemad ali
use IDCAMS alter command to increase the GDG limit. we can alter the name , and freespace
| Is This Answer Correct ? | 9 Yes | 3 No |
waht is inspect verb? where it can be in real time?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
Can the OCCURS clause be at the 01 level?
In an EVALUATE statement, can I give a complex condition on a when clause?
) what is the difference between AID and HANDLE AID?
Give some advantages of REDEFINES clause?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?