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

consider the following piece of code
01 GROUP-ITEM
05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50
05 AMOUNT-2 PIC 9(4)V99 USAGE COMP
MOVE ZERO TO GROUP-ITEM
ADD 50 TO AMOUNT-1
what will be the content of AMOUNT-1?
a.50
b.100
c.0
d.unpredictable

Answer Posted / shan

A.50

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

1127


explain sorting techniques in cobol program?

1238


how to convert the recors form vsam file to db2 table tru file aid

3311


how do you reference the rrds file formats from cobol programs

1652


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1206


Can we change the password using ALTER? anyone tried and changed?

2073


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1390


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

1146


What do you understand by psb and acb?

1174


Give some examples of command terminators?

1317


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

3276


Why occurs cannot be used in 01 level in COBOL?

1202


What is the difference between a binary search and a sequential search what are the pertinent cobol?

1195


Write some characteristics of cobol as means of business language.

1195


how to refer the data field?

2317