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 |
What is redefines clause in COBOL?
What is the difference between PIC 9.99 and 9v99?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
what is rediffine clause?in what situation it can use?give me real time example?
What is the difference between working storage copybook and linkage section copybook?
Why did you choose to work with ibm mainframe cobol programming?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?