After execute the map, What will happen ? Give breif Description

Answers were Sorted based on User's Feedback



After execute the map, What will happen ? Give breif Description..

Answer / narender

After execute the map ?? you mean after compiling the map.

After compiling a map we get two entities one Physical Map
and symbolic map.

All unnamed fields are converted to machine code and placed
in physical Map.

Where as all named fields are part of symbolic Map. Symbolic
map is a copybook in host language (COBOL,PL/1..)

When you send a map from program your physical map is
overlapped with symbolic map and displayed on terminal.

Is This Answer Correct ?    9 Yes 0 No

After execute the map, What will happen ? Give breif Description..

Answer / adarsh

above answer is enough... but to add one more thing. the
symbolic map copy book has below fields..
F - Flag a one byte
A - Attribute for i/o and o/p
L - Half word binay s9(4) COMP
I - i/p field
O - o/p field

with the above fields mapping with physical map you can use
the RECEIVE and SEND MAP/MAPSET in your application program ...

Is This Answer Correct ?    6 Yes 0 No

After execute the map, What will happen ? Give breif Description..

Answer / narender

Piyush,

Physical map will be stored in your loadlib, check your compile jcl to check your loadlib.

Otherwise if you want to see in production environment it should be where all other loads are present.

Its machine code..u can see it but can't understand..:-}

Thanks,
Narender

Is This Answer Correct ?    1 Yes 1 No

After execute the map, What will happen ? Give breif Description..

Answer / piyush mani

thanks 4 feedback..
can u tell me where physical map is stored..
can we c it????

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More CICS Interview Questions

Can you define mapset?

0 Answers  


How many exceptional condition can be given in a HANDLE CONDITION?

5 Answers   IBM,


What are the main uses of the transaction in the cics?

0 Answers  


Explain the function of the terminal control table?

0 Answers  


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

1 Answers   IBM,






HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?

1 Answers  


Can you use occurs in bms map?

0 Answers  


Can we use both FSET n FRSET together in BMS? And if yes then what will happen?

4 Answers  


List all the CICS tables and explain their contents.

3 Answers   IBM,


What does it mean when EIBCALEN is equal to zeros?

6 Answers   ADP, IBM, L&T, Satyam, TATA,


The DFHCOMMAREA is used to pass information from one application to another. What are some other ways

7 Answers   OBSS, TCS,


What is DFHBMSCA?

3 Answers  


Categories