Answer Posted / ashok
in search all(bynary search)
set is used in 2 ways
1) if u incress/decress indexed varibles
ie set ws-a upto/downto 5.
it incress/decress indexvalue 5.
2) we canot use move clause in indexed so we use set
place of move like
ie set ws-a to 5.
it simply move 5 to ws-a.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How arrays can be defined in COBOL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
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?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the compute verb? How is it used?
What are various search techniques in cobol? Explain.
Difference between array and sub-script ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are the cobol coding sheets?
Which Search verb is equivalent to PERFORM…VARYING?
What is rmode(any) ?
Give some examples of command terminators?