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 9919Suppose 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 8781Size 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 11000I 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 6429I 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 28835i 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 8175
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
What is the purpose of relative record data set used in vsam?
What is a set in idms?
What is RRange and ARange?
what do you mean by a upgrade set in vsam?
Using alternate indexes in cics program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How can values be passed from the job stream to an executable program?
Can we use DISP=SHR in output file in JCL
What is bind plan?
What is control area?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
What is CICS ?
What is cascading rollback?
How can deadlocks be resolved?