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 compute verb? How is it used?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Define static linking and dynamic linking.
What is static and dynamic call in cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
what is search and searchall?what is the diffrence between them?give an best example?
Write a cobol program making use of the redefine clause.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are all the divisions of a COBOL program?
What are the various section in data division and briefly explain them.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is a scope terminator give example?