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 differences between getting the system time with eibtime and asktime command?

0 Answers   IBM,


what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers   IBM,


How can you start a CICS transaction other than by keying the Transaction ID at the terminal?

5 Answers   IBM,


What is the difference between a physical BMS mapset and a logical BMS mapset?

3 Answers   IBM,


cics command level is?

0 Answers   IBM,


How do you access the records randomly in TSQ ?

2 Answers   IBM,


How do you invoke other programs? What are the pros and cons of each method?

1 Answers  


What is EIB. How it can be used?

1 Answers  


In case you modify the attribute field of map do you need to recompile the map?

5 Answers   RBS,


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

6 Answers   CGI,


How will you access a VSAM file using an alternate index?

1 Answers   IBM,


Can you use DYNAMIC calls in CICS ?

2 Answers   IBM,


Categories