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


HELLO FRIENDS,

THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING
QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE
IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER

Answers were Sorted based on User's Feedback



HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS W..

Answer / nihar ranjan karan

I completely agree with Nikhil...
To add up a few more points which will be of help.....

Open up a dataset and put HEX ON , you will see the
following results assuming the variable occupies 4 bytes of
space:

low values 00000
00000

high values FFFF
FFFF

spaces 4444
0000

display item numbers FFFFFFFFFF
0123456789

characters A - Z will be of the following form:
C1-C9 will represent A-I,D1-D9 will represent J-R,E2-E9
will represent S-Z

comp-3 ...for example if number is positive 5893.
0083
059C

for negative last character will be D.

For comp it is converted into its hexadecimal equivalent.

Is This Answer Correct ?    7 Yes 0 No

HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS W..

Answer / jeena.mj

You cannot move LOW-VALUES or HIGH-VALUES to a "PIC 9"
field.

if we move low value and high values to alpha or
alphanumeric field the low value and high values are
x'0000' and x'FFFF'

Is This Answer Correct ?    5 Yes 1 No

HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS W..

Answer / nikhil

answer 2 is misleading. First of all you cannot use these
figurative constants for numeric variables.Second the first
answer gives the correct value. Please do not post anything
without confirming. Our aim is to provide correct answers.

Is This Answer Correct ?    3 Yes 0 No

HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS W..

Answer / jack

What to check for alphanumeric fields

Move spaces to low-values
Move 'zzzzzzzz' to high-values.

Is This Answer Correct ?    1 Yes 0 No

HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS W..

Answer / sejacoemor

I agree with Nikhil that our aim is to provide correct answers.

For Answer #4 (Nihar Ranjan Karan)

to compute for number of bytes for COMP-3:
count the total number of digits, divide it by 2 (disregard any fraction) then add 1. So, in the example if number is positive 5893.
it will be stored in 3 bytes only (not 4)
083
59C

---------------------------------------------

For Answer #5 (which actually a question from Prasenjit_in)

moving LOW-VALUES to a KEY-FIELD will point to 1st record while moving HIGH-VALUES to KEY-FIELD points to last record.

Is This Answer Correct ?    1 Yes 0 No

HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS W..

Answer / prasenjit_in

HI all related to high values i also faced a sort of similar
question....The question was if we move high values to a
record structure of a file and then read it what will the
o/p show.will it show the last record in the file.

Is This Answer Correct ?    0 Yes 0 No

HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS W..

Answer / necron

if the field is an alphabetic or alphanumeric you will have
spaces and if it is numeric you will have zeroes..(for low-
values)...i dont know abt high values! ;-)

Is This Answer Correct ?    1 Yes 11 No

Post New Answer

More COBOL Interview Questions

when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?

1 Answers   Hewitt,


Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.

2 Answers  


what are the control characters used in reports

1 Answers  


Can we call a CICS program from a batch program or viceversa?If so, how?

3 Answers  


What is the difference between perform … with test after and perform … with test before?

0 Answers  


If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??

4 Answers   Accenture,


How to increase the logical record length of existing PS file?

7 Answers  


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,


Explain how to differentiate call by context by comparing it to other calls?

0 Answers  


I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer

3 Answers   GreenTree, IBM,


How to read a record from bottom of a file which is indexed by 'A'.

4 Answers   Oracle,


how to crack cts interview apps? NOVEMBER 21 2010

2 Answers   CTS,


Categories