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 |
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?
Can we copy Vsam files from a Vsam file in Iebgener step?
4 Answers iGate, Tech Mahindra,
How are different versions of GDG named ?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Would you specify freespace ce for an esds?
how can we convert esds to lds?
What is the maximum number of Alternate Index ???
How to declare the EMP Name, EMP No., DOB in VSAM KSDS file? Please explain.....
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
What is speed parameters in define cluster command?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
What is the function of entry sequenced data set?