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 |
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
How do you code Cobol to access a parameter that has been defined in JCL?
Give some advantages of REDEFINES clause?
What are the cobol coding sheets?
What is the difference between comp and comp-3 usage?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
What is the difference between external and global variables in COBOL?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above