What are the divisions in a cobol program?
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
Define cobol?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
how to display comp3 variables reply soon ?
how to pass 100 to s9(4) how r they inserted ?
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the meaning of 'TALLING' verb in cobol?
How to retrive the 9th records out of ten records using the cobol program ?
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)
SIGN TRAILING SEPARATE field occupy ?
what happens if we wont give timestamp in precompilation process ?