how do you define single dimensional array and multidimensional array in your cobol?
No Answer is Posted For this Question
Be the First to Post Answer
In an EVALUTE statement is the order of the WHEN clauses significant?
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 different rules for performing sort operation?
how to convert the recors form vsam file to db2 table tru file aid
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
how to check whether the open command of a sequential file is successful? or not?
Should I use STOP RUN in the sub program??why?
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 to know that the file has 300 records how to acess it?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
comp-3 field occupy?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?