How to insert values for variables that are declared as
COMP-3 variables in COBOL program in an already created
VSAM file.
Answers were Sorted based on User's Feedback
Answer / guest
Hi,
Just create a coy book layout for the VSAM data set.
Usein FileAid specify the copy book and select the VSAM
file. (use EDIT mode )
It will list all the column. Just specify you data or do
edit.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is freespace
What does the KEYRANGES parameter in Define Cluster commend do?
is there any lock for vsam file so that no one can update the vsam file ?
How do 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.
can i see how many records does a vsam file have without browsing or without using file-aid? and same for ps file?
how can we convert esds to lds?
how to see the last records in vsam dataset??
Do primary key values have to be unique? Do alternate key values have to be unique?
How to declare the EMP Name, EMP No., DOB in VSAM KSDS file? Please explain.....
What is the difference between lds and esds?
Define a path?