how do u create gdgs n vsam by using file-aid ?
Answers were Sorted based on User's Feedback
Answer / tarunam
We can create VSAM file by using option 3.5and GDG can be
created using 3.2
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kaarthik
We can create GDG using option 3.5 (Generation data groups)
after going into File aid.
VSAM files can be created using Option 3.3 (Utilites
Option) .. not sure .. Please correct me if worng.
| Is This Answer Correct ? | 1 Yes | 2 No |
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
suppose program A is calling program B, at a time A will send 100 records but it has to send 500 records. how it will possible?
what is the meaning of notcat 2?
Is it possible to move the alphanumeric variables to a numeric variable?
What is the difference between the mro & isc?
What is the function of dbctl?
How can a like table be created?
What are the different types of PL/1 files?
subscripting can be said as A) subscripting enables us to write a move compact code in the procedure division. B) subscripting enables us to refer to any element of a table by the same data name with the facility of identifying a particular element through the values of subscript. C) Subscripting reduces the no of entries to be included in the data division D) subscripting enables us to use loops in the procedure division
File1 has 100 records and file2 has 200 records I want to copy 50 records which are in both file into file3?
What is the function of the verb initialize?
Name and explain the type of locks?