Answer Posted / anil prajapati
blksize is not multiple of record length and the
description of these in jcl is different from cobol
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
What is the difference between Global and External Variables?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what are decleratives in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between comp and comp-3 usage?
What are the various section in data division and briefly explain them.
Differentiate between structured cobol programming and object-oriented cobol programming.
How do you reference the following file formats from cobol programs?
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?
how to refer the data field?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Write the code implementing the perform … varying.
what is the difference between COBOL2 AND COBOL390?
What is the local-storage section?