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...

If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??

Answer Posted / hari

The problems outcome may be different.
A few cases where i found this reason, the problem that was
occuring was a SOC4 Abend.

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to print 10 to 1 if the input have only 10 digit number?

1308


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2189


How many sections are there in data division in COBOL?

1184


Difference between cobol and cobol-ii?

1346


Describe the cobol database components?

1219


Discuss about changing dataset name in proc.

1296


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4213


Write the code implementing the perform … varying.

1122


How do you differentiate between cobol and cobol-ii?

1285


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

1280


What is the difference between perform … with test after and perform … with test before?

1500


how can i see junk values in dclgen or in hostvariable of comp ?

3052


) How do u handle errors in BMS macro?

2018


What is cobol?

1292


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

12535