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.



how a data in physical and symbolic map gets treated? Since the physical map is much concerned abou..

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

Post New Answer

More CICS Interview Questions

Explain the function of the load command?

1 Answers  


name the command that is used to dump the main storage areas related to a task?

1 Answers  


If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?

5 Answers   IBM,


Name three ways the Modified Data Tag can be set on?

6 Answers   IBM,


Specify cics transaction initiation process?

1 Answers  


Explain cedf transaction commands?

1 Answers  


the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?

1 Answers   IBM,


what is amp?

3 Answers  


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

1 Answers  


Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?

3 Answers   CTS,


What is the difference between a return with transid and xctl?

1 Answers  


How can you start a CICS transaction other than by keying the Transaction ID at the terminal?

5 Answers   IBM,


Categories