where do u use low-value and high value in cobol
Answer Posted / mehdee
When you need a data field to have value less than any
other data INITIALZE or MOVE LOW-VALUES to that filed. same
for HIGH-VALUES when you need that field to have valuue
more that any other data.
Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
) How do u handle errors in BMS macro
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 ?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between perform … with test after and perform … with test before?
Write a program that uses move corresponding.
What is the use of intialize verb?
How do u write test cases?
Can you please let me know the centre name of INS certification in Kolkata.
What are 77 levels used for?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Difference between array and sub-script ?
How do you reference the fixed block file formats from cobol programs
how do you reference the variable block file formats from cobol programs
How do you define a variable of comp-1 and comp-2?