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
How errors are handled in CICS programs?
What are the main uses of the transaction in the cics?
Explain the primary significance of intra-partition and extra-partition tdqs ?
When would you use abend command?
Explain how can you accomplish breakpoint in intertest?
Can you define ppt and what are its uses?
Name the three ways available for a program to position the cursor on the screen?
What is the eib?
Sync points cannot be requested by the application programs? State true or false
Can you explain communication area?
Explain how to build up lu 6.2 communication?
Can you define bms?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Explain how do you handle errors in cics programs?
In the EIB block of CICS, highlight the names of few of the important fields?