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 |
What is the problem of ordered sequential files access?
How arrays can be defined in COBOL?
Which Search verb is equivalent to PERFORM…VARYING?
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
For rewrite, why is it mandatory that file needs to be opened?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?