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



Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevan..

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

Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevan..

Answer / harish

U ARE RIGHT

WE CAN MAKE USE OF OPTION "GTEQ" ALSO INSTEAD OF GENERIC

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More CICS Interview Questions

How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?

2 Answers   IBM,


What are the steps you go through to a create a BMS executable?

2 Answers   IBM,


What is the type of ppt in the cics?

0 Answers  


What is meant by an attribute byte?

0 Answers  


What is the CICS LOAD command?

3 Answers   IBM,






how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance

3 Answers   Accenture,


Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction

3 Answers  


What are the main uses of the transaction in the cics?

0 Answers  


where we can declare the files in fct and pct and ppt and rct pls give clear structure

1 Answers   IBM,


What is ENQ in CICS?

2 Answers   IBM,


Explain the exact situation, when to use CALL, XCTL and LINK?

6 Answers   CGI,


What does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


Categories