IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Where is the Load module stored


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bh

New User


Joined: 19 Mar 2006
Posts: 26
Location: India

PostPosted: Tue Jun 05, 2007 8:55 am
Reply with quote

Hi,

In case of COBOl -DB2 program or COBOL-Flat File program, after compilation (1) where is the Load module stored ?(2) If one is using Changeman is there any specific place where Load module is stored ?


Reagrds,
bh
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Tue Jun 05, 2007 9:10 am
Reply with quote

Check your compile JCL to see where the load module is stored.

Compiled from CHGMAN - again check the compile JCL.
Back to top
View user's profile Send private message
prasadvrk

Active User


Joined: 31 May 2006
Posts: 200
Location: Netherlands

PostPosted: Tue Jun 05, 2007 11:07 am
Reply with quote

Check the JCL for the load library in the link edit step
Back to top
View user's profile Send private message
GlobalGyan

New User


Joined: 31 Jan 2006
Posts: 28

PostPosted: Tue Jun 05, 2007 12:04 pm
Reply with quote

in chgman, you can also query the package using the Q command. Then you can see all details about that package, including the dev libs/promotion libs....

GG
Back to top
View user's profile Send private message
mohanbabu_ib
Warnings : 1

New User


Joined: 22 Jun 2007
Posts: 8
Location: chennai

PostPosted: Sun Jun 24, 2007 11:30 am
Reply with quote

Hi,

In my worksite, when we compile cobol program in the package by staging it, usually the load module get saved in some dataset like chgman.packagename.*.*. In my case last qualifier will be lo2 if it is cobol-db2 program and it will lod if it is simple cobol pgm.

I dont know abt your work site. last qualifier will be lo2.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
No new posts Invoke stored procedure via batch JCL. DB2 2
No new posts DB2 Load - Sort Or order BY DB2 1
Search our Forums:

Back to Top