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 inspect in cobol ?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Explain the configuration section of a cobol program with examples of syntax.
Which is not true about evaluate statement
In which area will you utilize 88 level items in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How many bytes S(8) comp field occupy and its maximum value?
What are declaratives and what are their uses in cobol?
Can we change the password using ALTER? anyone tried and changed?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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 usage of comp fields in cobol?
What is the use of intialize verb?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..