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

What is the command that is used to delay the processing of a task for a specified time interval

1 Answers  


What do you do if you do not want characters entered by the user to be folded to uppercase ?

3 Answers   IBM,


How are screens created in cics

2 Answers   Virtusa,


What option is specified in the SEND command to send only the unnamed fields on to the screen?

1 Answers   IBM,


What are the CICS commands available for program control?

1 Answers   IBM,






What is difference between copy and include?

6 Answers  


How can we initiate a transaction from batch?

6 Answers   Merrill Lynch,


Can you issue SQL COMMIT from a CICS program?

2 Answers   IBM,


What is the error condition that is set when the file specified in the NAME option is not in the FCT?

1 Answers   UHG,


What does it mean when EIBCALEN is equal to 1 and other values?

5 Answers  


What is the use of the DELIGHT in Mainframes and whats is use of scope?

1 Answers  


What is the eib parameter?

0 Answers  


Categories