What are options have been removed in COBOL 11?
Answer / savan
EXAMINE has been removed from later versions of COBOL.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
why 02 level number can't be use as a separate level number like 01 or 77 ?
plz any one tell clearly the justify right clause?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
What is the difference between subscript and index?
What is the meaning of 'Eject' verb in cobol?
what r the types of perform statement
how do u indetify files succesfully executed or not ?