Do all versions of the GDG have to be of the same record
length ?
Answers were Sorted based on User's Feedback
Answer / nihar ranjan karan
With SMS managed datasets the concept of MODEL is obsolete
now. Now you can create each generation with different
attributes. But there is one drawback, the all the
generations cannot be used as a concatenated dataset using
the GDG base name.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / guest
No, the DCB of the model dataset can be overridden when you
allocate new versions.
| Is This Answer Correct ? | 8 Yes | 1 No |
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 the use of VSAM files? How to read this ?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
Explain the catalog?
If FSPC(100 10 is specified does it mean that both the control interval and control area will be left empty because 100 % of both CI and ca are specified to be empty?
what is the use of aix in vsam why do we go for aix and wht is build index in vsam?
difference between vsam and database tables
By seeing a program how we findout it is a VSAM program?
what is meant by dirty read in vsam?
how can you load a vsam data set with records ?
Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.
name a few common vsam status codes?