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 are the recoverable cics resources?
Define cedf?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is interval control?
What are the main uses of the transaction in the cics?
What does the 'ceci:cics' transactions do?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
In a CICS program, how will you read a VSAM file?
Can you define commarea?
Specify cics transaction initiation process?
Name the command used for terminating a browse operation?
Explain cedf transaction commands?
What are the cics tables?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?