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 is the difference between structured cobol programming and object alternativelyiented cobol?
Can you please let me know the centre name of INS certification in Kolkata.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are the different types of condition in cobol and write their forms.
what is the difference between COBOL2 AND COBOL390?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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)?
Why would you use find and get rather than to obtain?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Explain how to differentiate call by context by comparing it to other calls?
What is the Purpose of Pointer in the string?
Write the code to count the sum of n natural numbers.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How are the next sentence and continue different from each other?
What is the difference between PIC 9.99 and 9v99 in COBOL?