Answer Posted / amit singh
yes it is possible.oly criteria behind the redifine is you
have to follow the same level no.
it's not possible.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
Explain what you understand by passing by value.
What is the difference between next sentence and continue in cobol programing language?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Discuss about changing dataset name in proc.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the LINKAGE SECTION used in COBOL?
how to convert the recors form vsam file to db2 table tru file aid
What is the Purpose of Pointer in the string?
Differentiate between structured cobol programming and object-oriented cobol programming.
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?
Explain the configuration section of a cobol program with examples of syntax.
how to refer the data field?
Write a program to enter and display the names of students in a class using the occurs clause.
Why would you use find and get rather than to obtain?