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 the different rules to perform a Search?
In COBOL, what is the different between index and subscript?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Which is not true about evaluate statement
What is the difference between structured cobol programming and object alternativelyiented cobol?
how do you reference the fixed unblock file formats from cobol programs
Write down the divisions of cobol program?
Why did you choose to work with ibm mainframe cobol programming?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
) how do u code after getting data?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to use the same COBOL program in Batch and CICS on lines? explain with an example
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Explain how to differentiate call by context by comparing it to other calls?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.