Answer Posted / ven
load module is executable and object module is not
executable. when u compile the program object module wil be
created.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
how do you reference the fixed unblock file formats from cobol programs
How to print 10 to 1 if the input have only 10 digit number?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How you can read the file from bottom?
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.
Mention the guidelines to write a structured cobol program?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how do you define single dimensional array and multidimensional array in your cobol?
What is static and dynamic call in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how do you reference the rrds file formats from cobol programs
State the various causes of s0c1, s0c5 and s0c7.
What is amode(24)?
What is link edit in cobol?