Interview Questions

Specify the CICS command used to read a VSAM record starting ...

CICS Interview Questions


(Continued from previous question...)

Specify the CICS command used to read a VSAM record starting ...

Q: Specify the CICS command used to read a VSAM record starting with prefix "F". Code all the relevant options.

AN: EXEC CICS READ
    DATASET('FILENAME')
    INTO(data-area)
    RIDFLD(data-area)
    KEYLENGTH(1)
    GENERIC
    LENGTH(WK-LEN)
END-EXEC.

(Continued on next question...)

Other Interview Questions