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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1695


how can i see junk values in dclgen or in hostvariable of comp ?

3049


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2516


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

1141


What are all the divisions of a COBOL program?

1269


Write a program to explain size error.

1240


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5427


How can you get the ksds file records into your cobol program?

1135


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

1198


What are the different data types in cobol?

1512


How are the next sentence and continue different from each other?

1338


What is rmode(any) ?

1329


Mention the guidelines to write a structured cobol program?

1141


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2536


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?

8025