Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


If I want to increase the Limit in GDG. What should I do?

Answers were Sorted based on User's Feedback



If I want to increase the Limit in GDG. What should I do?..

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

If I want to increase the Limit in GDG. What should I do?..

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

Post New Answer

More COBOL Interview Questions

What is the problem of ordered sequential files access?

0 Answers  


How arrays can be defined in COBOL?

0 Answers  


Which Search verb is equivalent to PERFORM…VARYING?

0 Answers  


where do we use dyanamic call ? and where do we use static call pls give any example pls ?

3 Answers   Patni,


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.

6 Answers   Accenture,


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

1 Answers   TCS,


How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?

2 Answers  


For rewrite, why is it mandatory that file needs to be opened?

0 Answers  


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

0 Answers  


why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.

2 Answers   TCS,


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 ?

2 Answers   EDS,


Categories