Explain the meaning and syntax for the START command. ?
Answers were Sorted based on User's Feedback
Answer / joe
Start Command is used to place the pointer in a position so
while giving a Read Next command will read the records
sequentially after the pointer location key and process it
accrdingly
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / guest
The START command is used read other than the next VSAM
record. A value must be moved into the RECORD KEY. The KEY
clause is optional, but it can be used to specify a
relational (equal, less than, etc.) operator.
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / joe
Syntax for Start command is
START FILE-NAME KEY NOT < KEY-VALUE
| Is This Answer Correct ? | 6 Yes | 3 No |
How do you load a VSAM data set with records ?
What is a ci split?
what is vsam catalog ?
By seeing the file itself how can we identify whether it is A vsam file or flat file
what is the meaning of dynamic processing in vsam?
How is the sorting of vsam files carried?
there are seven idcams commands in vsam. Can you name and explain each of them?
What is a lds (linear data set) and what is it used for?
What are the different dataset organizations used in vsam?
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 get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is IDCAMS ?