What do the keywords MAPONLY and DATAONLY mean?

Answers were Sorted based on User's Feedback



What do the keywords MAPONLY and DATAONLY mean?..

Answer / meghana n.pai

MAPONLY option is used to send only the empty map to the
user without any data ie for sending initial screen.

DATAONLY option is used to send only the data and not the
map ie to refresh the screen contents, that means
screen/map will be there only fresh data has to be sent.

Is This Answer Correct ?    7 Yes 1 No

What do the keywords MAPONLY and DATAONLY mean?..

Answer / y@$w@nth

what physical map contains:

As we know that The map formatting information like fields
starting position on the screen and their maximum length..
etc will be contained in physical map

what symbolic map contains:

the symbolic map contains the variables data that is
referenced in the cobol program

so when we use MAPONLY option the name itself is saying
that send only map not data that means it doesn't use
symbolic map.
And when we use DATAONLY option the name itself saying that
send only Data not map that is just refresh the screen with
new values for the fields.it doesn't use physical map.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More CICS Interview Questions

how to get 'time stamp' in cics prgms ,what is the syntax.

1 Answers  


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

6 Answers   IBM,


What is the option that is used to erase all unprotected fields during a SEND MAP operation?

5 Answers   Kanbay,


Name some important fields in the EIB block ?

2 Answers   IBM,


Explain what is a cursor in cics sql processing?

0 Answers  






What is meant by an attribute byte?

0 Answers  


Can you simply check if length = 0 for checking if a field was modified?

3 Answers   IBM,


What is EIB. How it can be used?

1 Answers  


What are the steps you go through to a create a BMS executable?

2 Answers   IBM,


Do you require a table entry for a TSQ?

2 Answers   IBM,


what is the purpose of using link ?

5 Answers   Kanbay,


Explain the difference between intra partition tdq and extra partition tdq?

0 Answers  


Categories