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

01 var1 pic x(10)
01 var2 redefines var1 pic 9(10).

then in procedure division

move 'abcde' to var1 then waht is the value of var1 and var2

Answer Posted / soumya santosini patnaik

soc7 abend occurs because according to move rules
alphaneumericfields can be moved to numeric fields only
when alphanumeric field consists of numeric data only.

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define static linking and dynamic linking.

1271


What are declaratives and what are their uses in cobol?

1261


Write down the divisions of cobol program?

1334


What is the usage of comp fields in cobol?

1222


What is amode(31)

1223


) what is the difference between AID and HANDLE AID?

2200


how to refer the data field?

2320


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

1152


What are all the divisions of a COBOL program?

1270


What are literals?

1184


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

1167


What are the access modes of START statement?

1327


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.

4211


What guidelines should be followed to write a structured cobol prgm?

1211


How do we get current date from system with century in COBOL?

1425