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


Please Help Members By Posting Answers For Below Questions

Explain how do you delete item 3 in a five-item tsq?

708


Define temporary storage?

787


which transient data queue support ati?

872


What is the use of the eibaid field?

845


Can you explain dfhmdf bms macro?

847


What is ENQ?

832


Define the term mro (multi region operation)?

810


which is the cics control program that provides communication services between user written application programs and terminals?

760


Explain the function of the terminal control table?

765


Can you explain enq and deq used in cics?

826


list the sequence of steps used to achieve modiication in skip sequential mode?

942


Can QSAM files be accessed from CICS?

878


How to handle exceptional conditions in cics?

852


How to define a vsam file in cics getting into cics to define a vsam file.

822


Can you define aica abend?

888