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

In a CICS program, how will you read a VSAM file?

644


Explain how do you terminate an already issued delay command?

536


Explain processing program table(ppt)?

627


What is the pcp in the cics?

519


Can you explain cics translator?

596






Can you define mapset?

598


Can dynamic calls be used in CICS?

628


What is the tcp in the cisc?

582


What is the common work area?

540


What are the cics transactions?

570


What is program reentrance?

612


Highlight the points of differences between XCTL and START?

618


Explain the difference between a physical bms mapset and a logical bms mapset?

560


What is the use of the program list table?

615


Explain how do you set the mdt option to on status, even if data is not entered?

595