What is the difference between structured cobol programming and object alternativelyiented cobol programming?
No Answer is Posted For this Question
Be the First to Post Answer
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
What is the difference between a binary search and a sequential search?
. How do we cast a variable in COBOL
what will happen if i give program name and member name as different? program runs successful or w'll abend?
What are the cobol coding sheets?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
Have you code any new programs in COBOL ? What is the functionality of the programs?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
what is record label is empty or standard in file description of data division?
how many divisions are there in cobol