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

Is there any entry for TSQs in CICS tables?

3 Answers   IBM,


What are the terms cics generally means?

0 Answers  


How many ways are there for initiating a transaction? what are they?

3 Answers   IBM,


What is Quasi-reentrancy?

2 Answers   IBM,


what is effect on receive map when

0 Answers   IBM,






What is the difference between START and XCTL? How do you determine when to use either option?

2 Answers  


Explain how do you establish a starting position in a browse operation?

0 Answers  


What are the two types of transient data queues?

1 Answers   IBM,


Define the term mro (multi region operation)?

0 Answers  


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers   IBM,


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

2 Answers  


Define floating maps with illustration?

0 Answers  


Categories