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 |
What are ISOLATION LEVELS? Where do we need to specify them?
What are subroutines ? and how do we pass data to the sub routines?
how do you reference the variable block file formats from cobol programs
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
Can the OCCURS clause be at the 01 level?
If you were passing a table via linkage, which is preferable - a subscript or an index?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
how do you reference the esds vsam file formats from cobol programs
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
If I want to increase the Limit in GDG. What should I do?
how will u find out 3rd week's 2nd day using occurs ?
What are the pertinent COBOL commands?