Home » Interview » Technology

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

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion