Answer Posted / joshin
yes it is possible.oly criteria behind the redifine is you
have to follow the same level no
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is a scope terminator give example?
How do we get current date from system with century in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
Name the divisions, which are available in a cobol program?
What is the use of intialize verb?
How do you differentiate between cobol and cobol-ii?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between Call and a Link?
Whats the difference between search & search ALL?
How to print 10 to 1 if the input have only 10 digit number?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between comp and comp-3 usage?
What is the difference between next sentence and continue in cobol programing language?
What is a report item?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue