What are the divisions in a cobol program?
Define in-line perform?
How do you reference the following file formats from cobol programs?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
diffrence between z(2) and z9(2)
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
can we use the two 01 level in file discription ?
can we redefine 77 level item is it possible
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between COMP & COMP-3 ?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What R 2 of the common forms of the EVALUATE STATEMENT ?