Join ExamsbookAnswer :
Specify the CICS command used to read a VSAM record starting with prefix F. Code all the relevant options?5
Q: Specify the CICS command used to read a VSAM record starting with prefix F. Code all the relevant options?
- Show AnswerHide Answer
- Workspace
Answer :
Explanation :
EXEC CICS READ DATASET('FILENAME') INTO(data-area) RIDFLD(data-area) KEYLENGTH(1) GENERIC LENGTH(WK-LEN) END-EXEC.