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

Running a cob db2 pgm in test region


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

New User


Joined: 20 May 2008
Posts: 25
Location: bangalore

PostPosted: Wed May 21, 2008 10:50 am
Reply with quote

Hi, forum

Iam just one and a half year old in mainframes.I have a problem.

//systin dd *
dsn system(dstp)
program (rqso12j1)
plan(pnp020p)
lib(tst.loadlib)
end
//
i need to run this in test region. what are the changes to be done in this run card.iam in support please help me.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed May 21, 2008 10:53 am
Reply with quote

Hello baramesh and welcome to the forums,

Quote:
what are the changes to be done in this run card
You need to talk with your dba(s) or someone who runs db2 jobs in the test region.

The definition of your test region is specific to your environment. There is no "common" test region definition.
Back to top
View user's profile Send private message
the_gautam

Active User


Joined: 05 Jun 2005
Posts: 165
Location: Bangalore

PostPosted: Wed May 21, 2008 10:55 am
Reply with quote

Code:

       //SYSTSIN DD *
            DSN SYSTEM(DSTP)
            RUN PROGRAM(RQSO12J1) PLAN(PNP020P)-
            LIB('TXT.LOADLIB')
       //
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed May 21, 2008 11:00 am
Reply with quote

Hello,

Why do you believe their test region is the same as what was posted (their production specification)?

How was TXT.LOADLIB chosen/known?

You may have become our best mind-reader icon_smile.gif
Back to top
View user's profile Send private message
the_gautam

Active User


Joined: 05 Jun 2005
Posts: 165
Location: Bangalore

PostPosted: Wed May 21, 2008 11:14 am
Reply with quote

oops! my mistake.

it was not TXT.LOADLIB, its TST.LOADLIB.
and i answered according to the data provided in the question.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed May 21, 2008 11:27 am
Reply with quote

/personal opinion on
still for such question it would be better not to post any code
especially for this scenario

- the gentleman says he is in support
- should have the manuals available
- should know how to look at them
- should start learning how to look at them
- should be given proper training

not using the RUN subcommand tells many things
should reread/preview before hitting the submit
an indication on where to look for the solution would be more than enough

/personal opinion off
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed May 21, 2008 11:27 am
Reply with quote

Hi Gautam,

Quote:
and i answered according to the data provided in the question.
Yup, but the reply was the same as baramesh posted.

I thought the question was what needed to change to run in the test region. I was taking DSTP to be Production?

Quote:
oops! my mistake.
it was not TXT.LOADLIB, its TST.LOADLIB.
Not to worry - i too just hate it when my fingers and keyboard get mixed up icon_smile.gif
Back to top
View user's profile Send private message
baramesh

New User


Joined: 20 May 2008
Posts: 25
Location: bangalore

PostPosted: Wed May 21, 2008 1:23 pm
Reply with quote

Thanks for every one for your priceless contribution.But my doubt is do i need to specify sub sytem of test region, and if so can i run with same test loadlib.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed May 21, 2008 7:07 pm
Reply with quote

Hello,

As i mentioned before, you need to talk with people who use your system. We cannot know the specifics of your environment.
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 Running REXX through JOB CLIST & REXX 13
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Running a Job with the Default User ID JCL & VSAM 2
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Open VSAM File in IMS DC Region - DFS... IMS DB/DC 0
Search our Forums:

Back to Top