Answer Posted / 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 View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What do you understand by psb and acb?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are different data types in cobol?
Why did you choose to work with ibm mainframe cobol programming?
Define static linking and dynamic linking.
What is the difference between comp and comp-3 usage?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
When is inspect verb is used in cobol?
What are literals?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?