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 |
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 is the difference between external and global variables?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
how many divisions are there in cobol
what are the isolation levels and where we use it in the db2 program
how do u link sub pgm to main pgm ?
In which area will you utilize 88 level items in cobol?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?