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 s9(5) value '-12345' how it will be stored

Answers were Sorted based on User's Feedback



01 a pic s9(5) value '-12345' how it will be stored..

Answer / ajay

X'F1F2F3F4D5'

Is This Answer Correct ?    10 Yes 4 No

01 a pic s9(5) value '-12345' how it will be stored..

Answer / nagaraj ramammorthy

here the usage clause is DISPLAY which is default. so each
digit takes one byte to store and the sign is punched with
the last digit..

so it will be stored as 1234N.

note:
numbers punched with '+' sign
0 - {
1 - A
2 - B
3 - C
4 - D
5 - E
6 - F
7 - G
8 - H
9 - I


numbers punched with '-' sign
0 - }
1 - J
2 - K
3 - L
4 - M
5 - N
6 - O
7 - P
8 - Q
9 - R

hope this is clear

Is This Answer Correct ?    6 Yes 1 No

01 a pic s9(5) value '-12345' how it will be stored..

Answer / shekhar

as from -1 to -9 uses from j to r....
and signed trailing is default...
so the ans is 1234n....

Is This Answer Correct ?    4 Yes 0 No

01 a pic s9(5) value '-12345' how it will be stored..

Answer / nataraj

-12345

Is This Answer Correct ?    11 Yes 8 No

01 a pic s9(5) value '-12345' how it will be stored..

Answer / sachin

I think from -1 to -9 uses the letter
J to onward

and for +1 to +9
uses the A to H

Is This Answer Correct ?    3 Yes 1 No

01 a pic s9(5) value '-12345' how it will be stored..

Answer / gopal chand

01 a pic s9(5) value '-12345' how it will be stored

It will be stored :
1234u

In data files Negative Values are Stored as per the
following manner

0-p 1-q 2-r 3-s 4-t 5-u 6-v 7-w 8-x 9-y

The Last Digit of the No. is stored like this in the
following example.

Example: 01 a pic s9(4)v99

move -3456.23 to a.
display a.
Output is : 34562s

Is This Answer Correct ?    1 Yes 0 No

01 a pic s9(5) value '-12345' how it will be stored..

Answer / dave

I have verified the Nagaraj Ramammorthy's answer this seems
to be correct...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

how do u link sub pgm to main pgm ?

2 Answers   TCS,


I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?

3 Answers   IBM,


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


what r the types of perform statement

4 Answers  


What do you feel makes a good program?

2 Answers  


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

10 Answers   Huawei, IBM, TCS,


What are the functions like c or c++ in cobol?

2 Answers  


What should be the sorting order for SEARCH ALL?

5 Answers  


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

0 Answers   TCS,


I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 Answers  


What are the different open modes available in cobol?

0 Answers  


Categories