Answers

Question and Answer:

  Home  CICS

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

EXEC CICS READ

DATASET('FILENAME')

INTO(data-area)

RIDFLD(data-area)

KEYLENGTH(1)

GENERIC

LENGTH(WK-LEN)

END-EXEC.

 201 views

More Questions for you: