DATAONLY, MAPONLY functionality?



DATAONLY, MAPONLY functionality?..

Answer / piyush mani

these two options are used in send map command..
like

exec cics send map('map1') mapset('mapset1') from(....)
maponly/dataonly
end-exec.

if we code maponly then only map without any data in fields will b reflected at terminal but in case of dataonly the currend map at terminal will b unchanged only data within field will b updated.....

thanks giv ur feedback...

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More COBOL Interview Questions

hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........

1 Answers  


What is the meaning of 'Eject' verb in cobol?

2 Answers   TCS, Wipro,


How you can read the file from bottom?

0 Answers  


With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?

4 Answers   IBM,


What should be the sorting order for SEARCH ALL?

5 Answers  






I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you

1 Answers  


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


What is LENGTH in COBOL II?

2 Answers   CSC,


what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?

2 Answers   BirlaSoft,


where will we code call by content and call by reference dude pls reply soon ?

2 Answers  


What does MAXCC 3 means? It is used in one my codes.

2 Answers   Wipro,


What is the default value(s) for an initialize and what keyword allows for an override of the default?

0 Answers  


Categories