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 |
can we use variable picture clause as xx.99 in cobol.
what is rediffine clause?in what situation it can use?give me real time example?
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
Explain complete concept of table handling in COBOL with an example?
Explain about level numbers?
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
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..
How to open and see copy book ?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
What are some examples of command terminators?