Answer Posted / shiva
when we code a program..we compile it for any errors and for
generating object code..after tat we linkedit tat source
code(s)in to a single executable program code(load module
) which can b understandble by the system...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is amode(31)
What is an in line perform? When would you use it? Anything else you wish to say about it.
In COBOL, what is the different between index and subscript?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are all the divisions of a COBOL program?
What is the difference between binary search and sequential search?
What rules are to be followed while using the corresponding options?
Which mode is used to operate the sequential file?
example for sub strings ? and refernce modifications whit output pls
What is the Purpose of Pointer in the string?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what happens if parmparameter passes zero bytes to the program
How do we get current date from system with century in COBOL?
Mention the guidelines to write a structured cobol program?