What are the steps you go through while creating a COBOL
program executable?
Answer Posted / siddu
steps:
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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the various section in data division and briefly explain them.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are all the divisions of a COBOL program?
What is the compute verb? How is it used?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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 are the different types of condition in cobol and write their forms.
Write down the divisions of cobol program?
Discuss about changing dataset name in proc.
What are the different rules of SORT operation?