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 difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
How can you access esds files from cics?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
What is journal recovery?
Explain the difference between pseudo-conversational and conversational?
What is the cics command that is used to access current date and time?
What is the use of tdq and tsq?
List out all the tables that are a part of cics ?
Define communication area?
Explain the difference between link and xctl?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
what are the differences between and exec cics xctl and exec cics start command?
Name the command used for terminating a browse operation?
Add a field to screen when what's the flow of impact?
Can you explain multitasking and multithreading?