what will happen if i give program name and member name as
different? program runs successful or w'll abend?
Answer Posted / sudhir
Compile will be succesful. but while linking the program-name will be used to scan the Object library. it will not be found and linking will not complete successfully.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between binary search and sequential search?
how do you reference the rrds file formats from cobol programs
Write the code implementing the perform … varying.
what are decleratives in cobol?
how do you reference the variable unblock file formats from cobol programs
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do define dynamic array in cobol.
What is Pic 9v99 Indicates in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are the access modes of START statement?
What is the difference between Global and External Variables?
What do you understand by psb and acb?