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 command that is used to delay the processing of a task for a specified time interval
What do you do if you do not want characters entered by the user to be folded to uppercase ?
How are screens created in cics
What option is specified in the SEND command to send only the unnamed fields on to the screen?
What are the CICS commands available for program control?
What is difference between copy and include?
How can we initiate a transaction from batch?
Can you issue SQL COMMIT from a CICS program?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
What does it mean when EIBCALEN is equal to 1 and other values?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
What is the eib parameter?