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 |
How many variables can be declared in w-s section.?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
What do you understand by psb and acb?
Give some examples of command terminators?
wht is the difference between goto and perform stmts
What is the local-storage section?
how you read control card into array?
When would you use in-line perform?
what are the utilities for load and unload the DB2 tables