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 |
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
what happens if parmparameter passes zero bytes to the program
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
What is report-item?
What is the difference between external and global variables in COBOL?
What is sqlca and why is it needed in any cobol-db2 program?
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
) How do u handle errors in BMS macro
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
What is CALL statement in COBOL?