how many ways can we open i vsam file ? like print ch ids
(/) is thre any other way to open the vsam file please can
any one answer ?
Answers were Sorted based on User's Feedback
Answer / amy
YOU CAN USE THIS JCL TOO
//STEP1 EXEC PGM=IDCAMS
//SYSIN DD *
PRINT INDATASET(SAMPLE.VSAM)
/*
| Is This Answer Correct ? | 4 Yes | 1 No |
what is a Base Cluster?
What is the meaning of VSAM RETURN-CODE 28?
is delete operation supported in an esds? Is rewrite operation possible in esds?
what is the difference b/w sequential and ESDS
what's the biggest disadvantage of using a VSAM dataset?
8 Answers Anjana, CTS, DSRC, IBM,
how many ways can we open i vsam file ? like print ch ids (/) is thre any other way to open the vsam file please can any one answer ?
Explain the biggest disadvantage of using a vsam dataset?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
By seeing a program how we findout it is a VSAM program?
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 is record management performed in vsam?
Explain the process in which flat files are converted into vsam files?