how a data in physical and symbolic map gets treated?
Since the physical map is much concerned about the screen
alignment and the field positions, how the values entered in
the field which has PICIN or PICOUT clause in Physical map
gets treated?
Does that mean datas recieved or sent to the physical map
should be constant?
How does the data in Symbolic map gets converted with
5suffix namely F,L,A,I and O.
For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA,
EMPNOL and EMPNOF. how does this happen in symbolic map.
Please provide your inputs on the above and kindly correct
me if I am wrong.
Answer / Manish Kumar Dubey
In CICS, the Physical Map represents the layout of fields on a screen, while the Symbolic Map defines the logic and control for each field. Data entered or displayed through these maps is treated according to their respective positions within the screens. The 5-suffix convention (F, L, A, I, O) in Symbolic Maps signifies the data type of each field: F = File, L = Local, A = Alphanumeric, I = Integer, and O = Output.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the function of the load command?
name the command that is used to dump the main storage areas related to a task?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
Name three ways the Modified Data Tag can be set on?
Specify cics transaction initiation process?
Explain cedf transaction commands?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
what is amp?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
What is the difference between a return with transid and xctl?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?