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 a pic x(6) value is abcdef
01 b pic x(3)
move a to b wht will be the value in b ?

Answers were Sorted based on User's Feedback



01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?..

Answer / ravi

abc

Is This Answer Correct ?    21 Yes 0 No

01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?..

Answer / prasanna

b value is abc

Is This Answer Correct ?    7 Yes 0 No

01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?..

Answer / kiran

abc

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More COBOL Interview Questions

If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?

8 Answers   UST,


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?

3 Answers   TCS,


Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,


Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand

4 Answers   TCS,


Explain about level numbers?

3 Answers  


how to transfer the file from pc to mainframe??

2 Answers  


We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.

1 Answers  


Define in-line perform?

1 Answers  


can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?

2 Answers   HCL,


What do you understand by passing by reference and passing by content?

1 Answers  


where will u code file status ?

2 Answers   TCS,


Categories