Specify the CICS command used to read a VSAM record
starting with prefix ?F?. Code all the relevant options.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / harish
U ARE RIGHT
WE CAN MAKE USE OF OPTION "GTEQ" ALSO INSTEAD OF GENERIC
| Is This Answer Correct ? | 2 Yes | 3 No |
Explain the difference between pseudo-conversational and conversational?
What do you mean by CEMT?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
What is mainframe cics?
Name the command used for terminating a browse operation?
How do you make your BMS maps case sensitive?
Explain the difference between start and xctl?
Name the command which is used to release a record on which exclusive control is gained?
Sync points cannot be requested by the application programs? State true or false
What is the difference between a Symbolic map and Physical map ?
Define floating maps with illustration?
What is DFHAID? what is its use?