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


What is the size of s9(19)comp3? explain

Answers were Sorted based on User's Feedback



What is the size of s9(19)comp3? explain..

Answer / sreekanth

the size of s9(19)comp3 is 10.because in comp3 whenever the
size is odd then we can use the following formula.i.e
n+1/2.so 19+1/2 is 10 then the size of s9(19)comp3 is 10.

Is This Answer Correct ?    20 Yes 6 No

What is the size of s9(19)comp3? explain..

Answer / ajeet

I think the maximum numeric size allowed for numeric
is s9(18)comp-3.
correct me ?

Is This Answer Correct ?    12 Yes 2 No

What is the size of s9(19)comp3? explain..

Answer / jagan

NUMERIC DATA TYPE MAXIMUM SIZE IS 9(18)

Is This Answer Correct ?    4 Yes 0 No

What is the size of s9(19)comp3? explain..

Answer / bhaskar

It will occupy 10 bytes

Is This Answer Correct ?    3 Yes 0 No

What is the size of s9(19)comp3? explain..

Answer / kamal

numeric size only 9(18).so answer is we cant declare s9
(19).

Is This Answer Correct ?    6 Yes 4 No

What is the size of s9(19)comp3? explain..

Answer / bhaskar r

it is exactly 10byts

Is This Answer Correct ?    2 Yes 0 No

What is the size of s9(19)comp3? explain..

Answer / sekhar

numeric size only 9(18).
alphanumeric is x(3273).
alphabit is A(3273)

so answer is we cant declare s9(19)

Is This Answer Correct ?    2 Yes 2 No

What is the size of s9(19)comp3? explain..

Answer / vkw

If i have s9(20)comp3.the ans is 21/3=10.5 that means its
round off to 11.why it is rounded off and how it will
happen annd on what basis.

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More COBOL Interview Questions

Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all

5 Answers   TCS,


The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above

3 Answers   TCS,


When would you use in-line perform?

2 Answers  


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

0 Answers   Amdocs,


Difference between next and continue clause

4 Answers   Kanbay,


01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases

6 Answers   Patni,


What is XDC ?

3 Answers   Cap Gemini, IBM,


I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

1 Answers  


We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)

1 Answers   Cap Gemini,


Can anybody give me example of subscript and index

5 Answers  


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

0 Answers   TCS,


How To move a value to an array using move verb?

3 Answers   IBM,


Categories