what will happen if i give program name and member name as
different? program runs successful or w'll abend?
Answer Posted / raj
If its been dynamically called by some other program then
the member name and the program name should be same .
else if its standalone program then it will work
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is not true about evaluate statement
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how do you reference the fixed unblock file formats from cobol programs
What is rmode(24)
What is the Purpose of POINTER Phrase in STRING command in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do you get the data to code the BMS macro?
Mention the guidelines to write a structured cobol program?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
) How do u handle errors in BMS macro
Write down the divisions of cobol program?
Difference between cobol and cobol-ii?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you define single dimensional array and multidimensional array in your cobol?
What is static and dynamic call in cobol?