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

How errors are handled in CICS programs?

738


What are the main uses of the transaction in the cics?

680


Explain the primary significance of intra-partition and extra-partition tdqs ?

682


When would you use abend command?

690


Explain how can you accomplish breakpoint in intertest?

672






Can you define ppt and what are its uses?

699


Name the three ways available for a program to position the cursor on the screen?

693


What is the eib?

663


Sync points cannot be requested by the application programs? State true or false

781


Can you explain communication area?

688


Explain how to build up lu 6.2 communication?

699


Can you define bms?

709


Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?

694


Explain how do you handle errors in cics programs?

630


In the EIB block of CICS, highlight the names of few of the important fields?

672