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 |
IF I mention stop run in CICS what happens?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
Which is not true about evaluate statement
if we have a 10 steps how to override the 4th step in jcl?
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
i want a program using by if, evaluate , string, unstring, perform, occurs?
How can we know that cobol program is using report file or simple file....?
What is mean by maxcc
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.
How many variables can be declared in w-s section.?