Answer Posted / jayaram
The set of COBOL statements is written in between perform and end-perform. We should not code any period for these statements untill end-perform. THis code is used in once if you want to use the same code again you will write code once more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is rmode(24)
When is inspect verb is used in cobol?
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?
Can we redefine the field of x(200) to less than 200?
What is link edit in cobol?
how do you reference the rrds file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
what is search and searchall?what is the diffrence between them?give an best example?
How many bytes S(8) comp field occupy and its maximum value?
What are the various section in data division and briefly explain them.
how do you reference the printer file formats from cobol programs
What is the difference between Call and a Link?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?