⟩ 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.
EXEC CICS READ
DATASET('FILENAME')
INTO(data-area)
RIDFLD(data-area)
KEYLENGTH(1)
GENERIC
LENGTH(WK-LEN)
END-EXEC.
How do you control cursor positioning?
Which is the command that is used to dump the main storage areas related to a task?
What is temporary storage?
What is transient data?
What is the usage of language in the PPT entry?
What is an AICA abend?
How would you resolve an ASRA abend?
What is an ASRA?
Which is the CICS control program that provides communication services between user written application programs and terminals?
What are the two types of transient data queues?