what will happen if i give program name and member name as
different? program runs successful or w'll abend?
Answer Posted / vijay
The program will be compiled successfully and the load will
be created with the member name only. So, no issues with
program name and member name being different.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
how to convert the recors form vsam file to db2 table tru file aid
) what is the difference between AID and HANDLE AID?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are the various section in data division and briefly explain them.
Mention the guidelines to write a structured cobol program?
i need a small 3d program using inline and outline.
How do get the result of your program directly on your pc?
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 difference between static and dynamic call in cobol?
how to move the records from file to array table. give with code example
What is the difference between PIC 9.99 and PIC9v99?
How do you reference the fixed block file formats from cobol programs
How you can read the file from bottom?
Are you comfortable in cobol or jcl?