How do you compile cobol program..?



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

Post New Answer

More COBOL Interview Questions

Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?

3 Answers   IBM, UST,


tell me about examine inspect and evaluate ?

2 Answers   CTS,


What is an index for tables?

2 Answers  


What guidelines should be followed to write a structured cobol prgm?

1 Answers  


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

1 Answers   HCL,


What are the various section in data division and briefly explain them.

1 Answers  


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.

3 Answers   TCS,


What will happen if we generate GDG (+2) version without generating (+1) version?

2 Answers   IBM, T systems,


Define in-line perform?

1 Answers  


how will u find out 3rd week's 2nd day using occurs ?

3 Answers   L&T,


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?

7 Answers  


How many bytes S(8) comp field occupy and its maximum value?

1 Answers  


Categories