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 |
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
What is the difference between subscript and index?
how can we code index in an array of cobol pgm?
Under which scenario you would go for a static call as opposed to dynamic call?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
wht is the difference between goto and perform stmts
What is the difference between external and global variables in COBOL?
How do we get current date from system with century?
How you can characterize tables in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
what is the use of keep and pass in disp
what is internal sort and external sort ? which is preferable ?