Answer Posted / ravi
yes we can redefine the 01 level provided dataname1 and
dataname2 must be of same size. <--- Its only when we are
redeifneing the 01 level
but if we are defining the other levels than dataname 1 and
datanem2 can be of differnet size.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
Explain what you understand by passing by value.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is perform what is varying?
For rewrite, why is it mandatory that file needs to be opened?
how do you reference the rrds file formats from cobol programs
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between comp and comp-3 usage?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What do you understand by psb and acb?
How many sections are there in data division in COBOL?