How many maximum number of procedures can we write in one
COBOL program?
Answers were Sorted based on User's Feedback
What is an explicit scope terminator?
What is the utilization of copybook in cobol?
how to crack cts interview apps? NOVEMBER 21 2010
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
What is normalisation?
Write down the divisions of cobol program?
What is level 66 used for ?
can anyone explain me the concept of COMP-4 PLEASE??
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?