Explain the meaning and syntax for the START command. ?

Answers were Sorted based on User's Feedback



Explain the meaning and syntax for the START command. ?..

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

Explain the meaning and syntax for the START command. ?..

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

Explain the meaning and syntax for the START command. ?..

Answer / joe

Syntax for Start command is

START FILE-NAME KEY NOT < KEY-VALUE

Is This Answer Correct ?    6 Yes 3 No

Explain the meaning and syntax for the START command. ?..

Answer / s

DSd

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More VSAM Interview Questions

In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?

3 Answers  


Can we copy Vsam files from a Vsam file in Iebgener step?

4 Answers   iGate, Tech Mahindra,


How are different versions of GDG named ?

2 Answers   IBM,


how do you define an altindx ? How do you use altindxs in batch, cics programs?

1 Answers   IBM,


Would you specify freespace ce for an esds?

1 Answers  


how can we convert esds to lds?

2 Answers  


What is the maximum number of Alternate Index ???

4 Answers  


How to declare the EMP Name, EMP No., DOB in VSAM KSDS file? Please explain.....

3 Answers   CTS,


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.

1 Answers  


What is speed parameters in define cluster command?

1 Answers  


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

2 Answers  


What is the function of entry sequenced data set?

1 Answers  


Categories