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

Explain the term Function Request Shipping?

1 Answers   IBM,


Explain the difference between tsq and tdq

0 Answers  


What is the command used to request notification when the specified time has expired?

1 Answers  


What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?

0 Answers  


Can you define mapset?

0 Answers  






How are screens created in cics

2 Answers   Virtusa,


What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?

3 Answers  


explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

0 Answers   IBM,


IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER

2 Answers  


What is the kcp in the cics?

0 Answers  


What is the command used to send a map to a terminal?

1 Answers  


What is the difference between a PF key & a PA key ?

4 Answers   IBM,


Categories