Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what will happen if i give program name and member name as
different? program runs successful or w'll abend?

Answers were Sorted based on User's Feedback



what will happen if i give program name and member name as different? program runs successful or w..

Answer / 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

what will happen if i give program name and member name as different? program runs successful or w..

Answer / prachi

During compilation the program will give an error

Is This Answer Correct ?    7 Yes 3 No

what will happen if i give program name and member name as different? program runs successful or w..

Answer / tata

(a)//COMPILE.SYSIN DD DSN=OZA093.SUNIL.COBO1(DATE),DISP=SHR
(b)//LKED.SYSLMOD DD
DSN=OZA093.SUNIL.LOADLIB(DATE),DISP=SHR

here (a) is for compilation.and (b) is for
execution.i.e.loadmodule of our program. after compilation
of our program.the compiler will generate an object code to
our program. this only going to be executed..what ever u
give at
LOADLIB(DATE)..this name (for my program loadmodule name is
date) should be specified at
//step exec pgm=loadmodulename.(here date).

Is This Answer Correct ?    3 Yes 2 No

what will happen if i give program name and member name as different? program runs successful or w..

Answer / 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

what will happen if i give program name and member name as different? program runs successful or w..

Answer / 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

More COBOL Interview Questions

How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?

1 Answers  


01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

11 Answers   FirstApex, NIIT,


select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself

2 Answers  


is it possible to pass an SQL query inside a jcl which is inside a cobol program?

5 Answers   CTS,


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?

8 Answers   Arigo Infotech, IBM,


What is the difference between comp and comp-3?

0 Answers  


can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  


how to code in cobol while using variable block file?

1 Answers  


where do we use dyanamic call ? and where do we use static call pls give any example pls ?

3 Answers   Patni,


Why occurs cannot be used in 01 level in COBOL?

0 Answers   Arigo Infotech,


How to read a record from bottom of a file which is indexed by 'A'.

4 Answers   Oracle,


Categories