where do u use low-value and high value in cobol

Answer Posted / mahesh

when we a small integer then we have to use low value
otherwise go for high-value

Is This Answer Correct ?    3 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780


Can a Search can be done on a table with or without Index?

804


explain sorting techniques in cobol program?

692


what is amode(24), amode(31), rmode(24) and rmode(any)?

705


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2121






Write the code to count the sum of n natural numbers.

701


how do you reference the variable unblock file formats from cobol programs

750


How do u write test cases?

1639


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


HOw can I get the negative sign while deduct high value from low value

1792


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


What is Pic 9v99 Indicates in COBOL?

729


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

649


IF I mention stop run in CICS what happens?

1898


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?

6836