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 / jaganmohanreddy

var1 will be abcde
var2 will be 0000000000

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static and dynamic call in cobol?

1115


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

1174


What is the difference between PIC 9.99 and 9v99 in COBOL?

1401


Explain how you can characterize tables in cobol?

1115


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2476


how do you reference the variable block file formats from cobol programs

1310


What is the difference between binary search and sequential search?

1129


What are 77 levels used for?

1150


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

1306


What is the difference between next sentence and continue in cobol programing language?

1278


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

1263


Difference between cobol and cobol-ii?

1343


Discuss about changing dataset name in proc.

1294


what is the difference between COBOL2 AND COBOL390?

3113


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?

8027