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


can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.

Answers were Sorted based on User's Feedback



can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / dharma

both a and b haveXY

Is This Answer Correct ?    12 Yes 1 No

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / santhosh vayathuri

redefines will not check whether is numeric data type or
alphanumeric datatype simply it will display the value what
ever there in the memory . so for this question answer is

a = xy

b = xy

Is This Answer Correct ?    8 Yes 0 No

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / karthik

a=00
b=xy

Is This Answer Correct ?    14 Yes 9 No

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / lakshmisudha

it display answer is xyxy
first xy for a and second xy for b.
only b will use same memory area it doesn't consider type of
datatype

Is This Answer Correct ?    4 Yes 0 No

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / ashok kumar

Dharma,
answer is correct , its both have xy only.

i pratically done that prog

Is This Answer Correct ?    3 Yes 0 No

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / muttaiah

Dharma, can you give some clarification how a, b will hold
xy.
Thanks in advance.

Is This Answer Correct ?    0 Yes 0 No

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / shyamala a

SCENARIO 1 :
If we move "XY" TO A then the result will be
1. You will get a compilation warning "** Warning 378 ** Expected digit string as sending operand"
2. display will be Both A and B will have 00.

sCENARIO 2:
iF WE MOVE "xy" TO B then the result will be
1. No compilation/run time error.
2. Display will be both A and B = XY

Is This Answer Correct ?    0 Yes 0 No

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / neha

a=00
b=xy
because redefines only defines the length of the variables ,not the particular value.

Is This Answer Correct ?    0 Yes 2 No

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / sathasivam

this ia correct

Is This Answer Correct ?    0 Yes 3 No

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move &..

Answer / muttaiah

I think it will give soc7 abend because we are moving
char's to numeric field.
can someone explain more clearly on this.
If you have any link regarding this do share with us.

Thanks in advance.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More COBOL Interview Questions

i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?

6 Answers  


How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)

3 Answers   IBM,


What are VS COBOL 11 special features?

1 Answers  


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

0 Answers   Winsol Solutions,


If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,


How you can characterize tables in cobol?

0 Answers  


period is missing in the cobol program which error we getting

5 Answers   TCS, Tesco,


i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)

3 Answers   Cap Gemini, Mind Tree,


What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.

6 Answers   Mphasis, TCS,


what is the difference between perform varying and perform until

4 Answers   TCS,


What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?

1 Answers   Fidelity,


What is an in line perform? When would you use it? Anything else you wish to say about it.

0 Answers  


Categories