Specify the CICS command used to read a VSAM record
starting with prefix ?F?. Code all the relevant options.
Answer Posted / krishnakumar
move 'F' to code
EXEC CICS READ
FILE(filename)
INTO(record-area)
RIDFLD(code)
GENERIC
KEYLENGTH(1)
END-EXEC.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how do you delete item 3 in a five-item tsq?
Define temporary storage?
which transient data queue support ati?
What is the use of the eibaid field?
Can you explain dfhmdf bms macro?
What is ENQ?
Define the term mro (multi region operation)?
which is the cics control program that provides communication services between user written application programs and terminals?
Explain the function of the terminal control table?
Can you explain enq and deq used in cics?
list the sequence of steps used to achieve modiication in skip sequential mode?
Can QSAM files be accessed from CICS?
How to handle exceptional conditions in cics?
How to define a vsam file in cics getting into cics to define a vsam file.
Can you define aica abend?