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 |
State the maximum number of tables that can be joined?
what is the difference between the jes2 and jes3
Can the values of alphanumeric be moved to variable numeric?
What is RRange and ARange?
What is database descriptor?
Write about the self-referencing constraint?
How do you pass some input from JCL to PL1?
how to get last 100 records in file-aid?
What are the different types of string function in PL/1?
Define clustered index?
What is the difference between inrec and outrec?
01 T1. 02 month-day pic x(30) value ?jan,31, feb,28, mar,31, apr,30, may,31, june, 30? 02 new-day redefines month-day occurs 6 times 03 A pic xxx. 03 B pic 99. What are the content of A(3) and B(2) respectively A)mar,31 B) Feb,28 C) 28, Mar E)Mar, 28