Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is data only and map only in cics

Answers were Sorted based on User's Feedback



What is data only and map only in cics ..

Answer / kamal

data only mans symbolic map.map only means physical map

Is This Answer Correct ?    17 Yes 1 No

What is data only and map only in cics ..

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 ?    15 Yes 2 No

What is data only and map only in cics ..

Answer / anitha

in DataOnly, the data which are passed from that page will only navigated. in send MAPONLY the physical map will be passed inspite of whatever the data present inside the map. Therfore if you are going to carry some data from one map to another map, then you have to give Dataonly compulsarily, else if you do not need to carry data from one to other, you may give MAPONLY which will display the appropriate map.

Is This Answer Correct ?    2 Yes 0 No

What is data only and map only in cics ..

Answer / mary

DATAONLY means only symbolic map data is sent to the
terminal. MAPONLY means only physical map data is sent to
the terminal.FROM cannot be coded.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More CICS Interview Questions

Add a field to screen when what's the flow of impact?

0 Answers   Keane India Ltd,


Explain processing program table(ppt)?

0 Answers  


How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know

1 Answers   IBM,


when will be use the tdq and tsq??

0 Answers  


what is an mdt (modified data tag)? Its menaing and use?

0 Answers   IBM,


How are programs reinitiated under CICS ?

1 Answers   ITC Infotech,


Name some important fields in the EIB block ?

2 Answers   IBM,


What does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


What is temporary storage?

1 Answers   IBM,


list the sequence of steps used to achieve modiication in skip sequential mode?

0 Answers   IBM,


Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?

0 Answers  


How are screens created in cics

2 Answers   Virtusa,


Categories