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

problem in LIBDEF service


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vishnuashis

New User


Joined: 21 Dec 2005
Posts: 2
Location: Kolkata, India

PostPosted: Wed Nov 01, 2006 9:49 pm
Reply with quote

Now I am facing a very peculiar problem concerning LIBDEF.

I have a main REXX routine (A) which calls a another REXX routine (B). Now in A, I need to use a particular table library and in B another Table library.

I am defining the table library for A using type ISPTLIB & ISPTABL. Same thing is being done in B. Now the problem is when I am trying to create a table in B, the table gets created in table library which has been defined in A. I traced all the statements in B, all looked fine to me.

Can any one help me on this????
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Nov 01, 2006 10:39 pm
Reply with quote

Try LIBDEFing without any parameters at the start of REXX B. This will reset all previous LIBDEFs.

O.
Back to top
View user's profile Send private message
vishnuashis

New User


Joined: 21 Dec 2005
Posts: 2
Location: Kolkata, India

PostPosted: Thu Nov 02, 2006 3:34 pm
Reply with quote

Is LIBDEFing without parameters mean that to LIBDEF without any DataSet Name. I tried that also but it didnt work.
First I LIBDEF with blank characters , then again I LIBDEF to the table libraries that I want to use. But no success!!!
Back to top
View user's profile Send private message
Mickeydusaor

Active User


Joined: 24 May 2006
Posts: 258
Location: Salem, Oregon

PostPosted: Thu Nov 02, 2006 10:26 pm
Reply with quote

On the libdef try using the STACK option
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts How to avoid duplicating a CICS Web S... CICS 0
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
Search our Forums:

Back to Top