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 difference between physical map and symbolic map?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What is the tcp in the cisc?
Explain how and where is the twa size set?
Explain cedf transaction commands?
How errors are handled in CICS programs?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
How to establish dynamic cursor position on a map?
What is the abend command?
Can you define mapset?
Can you define cemt?
Name a few CICS programs which are generally used ?
Differentiate between PCT and FCT.
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
how do you execute a background cics txn ?