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

is it possible to rename 01 level?

4 Answers  


hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...

1 Answers   ITC Infotech,


s9(18) comp-3:: What is the size of memory it takes internally?

4 Answers  


Name the divisions in a COBOL program ?

7 Answers  


Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 Answers  






Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.

2 Answers  


What will happen if we generate GDG +2 version instead of +1 version?

2 Answers   T systems,


what is s013u000 for?

1 Answers   Hewitt,


using redefine can you redefine lower variable size to higher variable size?

3 Answers   Patni,


For rewrite, why is it mandatory that file needs to be opened?

0 Answers  


how can u redefine picx(10) with pic 9(6).

3 Answers   TCS,


IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.

2 Answers   ADNA, CSC,


Categories