What is the purpose of the FILE STATUS clause in the SELECT
statement?
Answer / guest
The FILE STATUS field identifies the field that VSAM uses to
provide information about each I/O operation for the file.
| Is This Answer Correct ? | 1 Yes | 1 No |
By looking into the Jcl can we identify the dataset is VSAM?
5 Answers Cognizant, Keane India Ltd,
Using alternate indexes in batch program?
differentiate between sequential files and esds files in vsam?
In vsam why we use export-import utility?
What is the main function of key-sequenced data set?
what is control interval(CI) and control Area(CA)
Do all versions of the GDG have to be of the same record length ?
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.
How to delete a member using JCL.?
What is speed parameters in define cluster command?
is delete operation supported in an esds? Is rewrite operation possible in esds?
what is the RRN for the first record in RRDS?