What are the steps you go through while creating a COBOL
program executable?
Answer Posted / nagaraju
1.design the program
2.code the program
3.compile the program(IGYCRCTL)
4.link-edit the program(IEWL/HEWL)
5.execution
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How do you reference the following file formats from cobol programs?
How do you reference the fixed block file formats from cobol programs
Write some characteristics of cobol as means of business language.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
In COBOL, what is the different between index and subscript?
i need a small 3d program using inline and outline.
) How do u handle errors in BMS macro?
Why would you use find and get rather than to obtain?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are all the divisions of a COBOL program?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
how to refer the data field?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue