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
Highlight the difference between a symbolic map and physical map?
name the command that is used to dump the main storage areas related to a task?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
What is mainframe cics?
What are some of the cics commands associated with interval control?
How many ways are there for initiating a transaction?
Explain the difference between getting the system time with eibtime and asktime command?
Explain how pa key is different from pf key?
Can you explain communication area?
how do you execute a background cics txn ?
Receive consists of buffer option in it. What is the significance of this option?
Explain the usage of language in the ppt entry?
what is the differences between getting the system time with eibtime and asktime command?
Explain the difference between the into and the set option in the exec cics receive map command?
Explain the difference between link and xctl?