how can you load a vsam data set with records ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the building blocks used in vsam datasets?
What are the information stored in ci?
What is the meaning of VSAM RETURN-CODE 28?
What is the difference between sequential files and ESDS files?
what is the RRN for the first record in RRDS?
What is the device independent method to indicate where a record is stored?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
On which datasets You can have ALT INDEX?
What does the keyranges parameter in define cluster commends do?
By seeing the file itself how can we identify whether it is A vsam file or flat file
What is IDCAMS? and what is the purpose of it?
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.