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 comaera?
name the command that is used to dump the main storage areas related to a task?
how can you prevent more than one user from accessing the same transient data queue?
Explain how and where is the twa size set?
What is fset?
Define an asra abend?
What is the syncpoint command?
Explain the function of the terminal control table?
What are the cics tables?
What are the types of important programs that are used in the cics?
Can you explain dfheiblk?
Can ESDS files be accessed from CICS?
Explain what is a cursor in cics sql processing?
Can you explain multitasking and multithreading?
Explain processing program table(ppt)?