) how do u code after getting data?
How to resolve the soc4 and soc7 errors?
Write a program to enter and display the names of students in a class using the occurs clause.
How many divisions we have in Cobol ?
what is the difference between Plan & package?
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
what are the utilities for load and unload the DB2 tables
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?
What are the cobol coding sheets?
When and how can we use index & subscript ?