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 size of commarea
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Have you entered any program names in PPT or PCT? If so How?
Explain how do you control cursor positioning?
Which of the following are recoverable CICS resources?
Explain the difference between the into and the set option in the exec cics receive map command?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
How to make protected field in BMS invisible through application program?
How do you enter into cics region and how many regions available?
How do you use altindxs in batch, cics programs?
Explain the function of the cics translator?
is it possible to create TDQ's and TSQ's dynamically,How