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

Stored procedure , it CALLs native COBOL prog


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shivaganeshaa

New User


Joined: 11 Aug 2005
Posts: 14
Location: chennai

PostPosted: Wed Mar 14, 2012 4:36 am
Reply with quote

www.angelfire.com/electronic/mrktheni/techs/project_docs/db2/db2_sp_faq.pdf

Please see Question(faq) # 11.

I am running a stored procedure , it CALLs native COBOL program.
Is it must that I should change my STEPLIB concatenation in JCL used to start WLM –managed address space ?
In the above link please see question 11 , can you provide any more details.

If there is another option , where SYSLIB or STEPLIB must be mentioned.

All help is highly appreciated.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Wed Mar 14, 2012 8:56 pm
Reply with quote

As per my knowledge, you do not need to provide any WLM details in steplib/joblib.
These are seperate WLM jobs running which makes your SPs address space available.
Back to top
View user's profile Send private message
shivaganeshaa

New User


Joined: 11 Aug 2005
Posts: 14
Location: chennai

PostPosted: Thu Mar 15, 2012 11:13 pm
Reply with quote

Quote:
As per my knowledge, you do not need to provide any WLM details in steplib/joblib.
These are seperate WLM jobs running which makes your SPs address space available.


These two facts i agree.

But is thier way to add more steplib for WLM , by the way of override or something as
Quote:
MVS APF authorised library
Please see Question(faq) # 11.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Mar 16, 2012 12:14 am
Reply with quote

You can see the STEPLIB concatenation is question 7. In general, an application programmer would NOT be able to add steplibs to the Application Environment JCL in WLM -- that would have to be done by a systems programmer. Since WLM controls resources for the entire system, not just your DB2 stored procedure, changes to WLM are usually very carefully controlled and verified before implementation.

Unless you are specifically needing APF authorization, you would be best not using it. And since we don't know how your site is set up, nor how it is using WLM Application Enviornments, you are asking about things that can only be answered by SOMEONE WORKING AT YOUR SITE.

Contact your DB2 DBA or site support group for assistance and specific answers to your questions.
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top