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 |
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
tell me about examine inspect and evaluate ?
What is an index for tables?
What guidelines should be followed to write a structured cobol prgm?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are the various section in data division and briefly explain them.
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
What will happen if we generate GDG (+2) version without generating (+1) version?
Define in-line perform?
how will u find out 3rd week's 2nd day using occurs ?
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
How many bytes S(8) comp field occupy and its maximum value?