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 |
How can you add a particular field/coloumn in copybook?
hw to create 3 dimensional array & hw to access it?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
What is 77 level used for ?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
How do you do in-line PERFORM?
IF I mention stop run in CICS what happens?
01 a pic s9(5) value '-12345' how it will be stored
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the Importance of GLOBAL clause According to new standards of COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What does the initialize statement do ?