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
Can a Search can be done on a table with or without Index?
What are different data types in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write the code implementing the perform … varying.
What are all the divisions of a COBOL program?
Why occurs cannot be used in 01 level in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are the different data types in cobol?
What is cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Give some examples of command terminators?
What are the rules of the move verb?
What guidelines should be followed to write a structured cobol prgm?