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
Answer Posted / jaga
We can redefine the Input – Output variable of map inside
the working storage.
Move the data to redefined variable in working storage so
that CICS map can accessed between Send and receive.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the primary function of the processing program table (ppt)?
Can you explain communication area?
Can you define cics task?
What does the 'cedf:cics' transactions do?
Define the term transaction routing?
What is meant by PPT and what are its uses?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
what are the differences between and exec cics xctl and an exec cics link command?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Sync points cannot be requested by the application programs? State true or false
What is the eib?
Explain what is the massinsert option?
Can you explain dfhmdf bms macro?
Explain the difference between the xctl and link commands?