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
What is the use of mdt (modified data tag)?
What does a cics translator do?
Name the command which is used to release a record on which exclusive control is gained?
Can you explain common systems area?
What is cics load command?
Explain how to build up lu 6.2 communication?
Explain the different system tables used in cics?
How many ways are there for initiating a transaction?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Explain how do you access the records randomly in tsq?
list the sequence of steps used to achieve modiication in skip sequential mode?
Explain the difference between and exec cics xctl and exec cics start command?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain the function of the load command?