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
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is redefines clause in COBOL?
What is rmode(any) ?
What are all the divisions of a COBOL program?
What are the different open modes available in cobol?
What is a scope terminator give example?
Define static linking and dynamic linking.
What are 77 levels used for?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
what are decleratives in cobol?
How do u write test cases?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Difference between cobol and cobol-ii?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the problem of ordered sequential files access?