Answer Posted / amarnadh reddy
hi,
Use compiler option IGYCRCTL utility.
ex: //step01 exec pgm=IGYCRCTL
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
What are the different open modes available in cobol?
Write some characteristics of cobol as means of business language.
How do you reference the fixed block file formats from cobol programs
How many sections are there in data division in COBOL?
What is the difference between comp and comp-3?
What is the problem of ordered sequential files access?
What is Pic 9v99 Indicates in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between Call and a Link?
What is the compute verb? How is it used?
Which Search verb is equivalent to PERFORM…VARYING?