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


how to pass 100 to s9(4) how r they inserted ?

Answers were Sorted based on User's Feedback



how to pass 100 to s9(4) how r they inserted ?..

Answer / chandru

Numeric data are right justified. So that the value inserted
will be 0100.

Is This Answer Correct ?    11 Yes 0 No

how to pass 100 to s9(4) how r they inserted ?..

Answer / rags

we can pass 100 to S9(4) field, S9(4) can store a value
upto 9999.

If the field is S9(4) Comp then it uses 2 bytes
If the field is S9(4) Comp-3, it uses 3 bytes.

This is a Special scenario: here Comp is prefered over comp-
3 due to less space it occupy ( though Comp-3 generally
occupies less space than comp fields)

Is This Answer Correct ?    8 Yes 0 No

how to pass 100 to s9(4) how r they inserted ?..

Answer / guest

notpossible

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More COBOL Interview Questions

what is MSGLEVEL?

1 Answers   IBM,


I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.

3 Answers   IBM,


) How do u handle errors in BMS macro?

0 Answers   IBM,


) How do u handle errors in BMS macro

0 Answers   IBM,


How to know whether the module is dynamical or statistical?

0 Answers  


how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)

5 Answers   IBM,


what is ASRA, AEY9?

2 Answers   IBM,


OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49

13 Answers   TCS,


Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

1 Answers  


How many sections are there in data division?.

10 Answers   Amdocs, TCS,


What is the meaning of 'TALLING' verb in cobol?

5 Answers  


In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


Categories