i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
1 9910Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
4 8770Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
IBM,
5 10968I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
EDS,
2 6421I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
Polaris, Tech Mahindra, UST, Wipro,
5 28812i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
2 8169
How many bytes will a s9(8) comp field occupy ?
What is the difference between version control and debugging tools?
Why would you use find and get rather than to obtain?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
explain about maximum displacement and how to cross this limit?
how do you reference the printer file formats from cobol programs
What is the utilization of copybook in cobol?
How to resolve deadlock issue
What are the disadvantages of a hierarchical database?
how you can access an uncataloged dataset in a JCL?
How do you get parameter from JCL to PL1?
What is the structure and definition for the same?
What is idms-restart ?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Define task work area?