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


Please Help Members By Posting Answers For Below Questions

how do you reference the fixed unblock file formats from cobol programs

718


What is rmode(24)

686


How to remove 2 duplicate records and copy only one using job control language?

760


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2345


How do you define a variable of comp-1 and comp-2?

709






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.

3728


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1912


For rewrite, why is it mandatory that file needs to be opened?

627


How to print 10 to 1 if the input have only 10 digit number?

821


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1664


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1236


Which is not true about evaluate statement

1619


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

861


Describe the cobol database components?

684


Define static linking and dynamic linking.

671