InterviewSolution
Saved Bookmarks
| 1. |
Explain The Meaning And Syntax For The Start Command? |
|
Answer» In VSAM, the START command is USED to read other than the next VSAM RECORD. For this, A value must be MOVED into the RECORD KEY. HOWEVER, the KEY CLAUSE is optional, but it can be used to specify a relational operator. In VSAM, the START command is used to read other than the next VSAM record. For this, A value must be moved into the RECORD KEY. However, the KEY clause is optional, but it can be used to specify a relational operator. |
|