Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

DATAONLY, MAPONLY functionality?

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


Please Help Members By Posting Answers For Below Questions

What are different data types in cobol?

1379


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1389


what are decleratives in cobol?

2300


State the various causes of s0c1, s0c5 and s0c7.

1135


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1495


Describe the cobol database components?

1210


What is the difference between PIC 9.99 and PIC9v99?

1398


what is amode(24), amode(31), rmode(24) and rmode(any)?

1189


What are the different types of condition in cobol and write their forms.

1144


Explain how to differentiate call by context by comparing it to other calls?

1237


When is inspect verb is used in cobol?

1304


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

8016


What are declaratives and what are their uses in cobol?

1250


Name the divisions, which are available in a cobol program?

1290


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2324