How do you compile cobol program..?
Answer / amarnadh reddy
hi,
Use compiler option IGYCRCTL utility.
ex: //step01 exec pgm=IGYCRCTL
| Is This Answer Correct ? | 15 Yes | 0 No |
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what is a load module ?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
How many maximum number of procedures can we write in one COBOL program?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Why we are using comp and comp-3 in real time projects?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
What is the default value(s) for an initialize and what keyword allows for an override of the default?