Difference between array and sub-script ?
No Answer is Posted For this Question
Be the First to Post Answer
wht is structured cobol pgm and non structred cobol pgm ?
How many types of sorts are there in cobol?
what is the minimum number of lines a Cobol program should have to successfully compile and run
How to Pass table from a cobol program to another cobol program and how to use that table in called program
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
can we use full outer join with cursors declared in cobol program?
which is better either static call or dynamic call? and why?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How many sections are there in data division in COBOL?
What is the LINKAGE SECTION used in COBOL?