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 |
what is the differences between getting the system time with eibtime and asktime command?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
What is the difference between a physical BMS mapset and a logical BMS mapset?
cics command level is?
How do you access the records randomly in TSQ ?
How do you invoke other programs? What are the pros and cons of each method?
What is EIB. How it can be used?
In case you modify the attribute field of map do you need to recompile the map?
Explain the exact situation, when to use CALL, XCTL and LINK?
How will you access a VSAM file using an alternate index?
Can you use DYNAMIC calls in CICS ?