Can you access ESDS files from CICS ?
Answers were Sorted based on User's Feedback
Answer / shine.p.k
We can access ESDS files in CICS using RBA option.Move low-
values or High-values or the RBA value in RIDFLD field.
Check the file READ syntax.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / kalaimani
we can access all clusters like ksds,rrds,esds. each one
has one accessing mode. that is using keys, indexes,
relative byte addresses, we can access those files.
| Is This Answer Correct ? | 4 Yes | 2 No |
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
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
Define the term function request shipping?
What does the BUFFER option in RECEIVE mean ?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
Can you define mdt?
what is the difference between task and transaction in cics?
Explain the difference between getting the system time with eibtime and asktime command?
What is the common work area?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
Highlight the points of differences between XCTL and START?
Can you use DYNAMIC calls in CICS ?