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

Package Search Using SERXMLRC


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Santty

New User


Joined: 20 Nov 2007
Posts: 37
Location: USA

PostPosted: Sat Jul 06, 2013 2:13 am
Reply with quote

Hi my requirement is to get the package and the component information that are baselined during particular period of time in a periodic basis from changeman.

I refered the serina manual and wrote a REXX program.

When i tried to call SERXMLRC using the below parameter
<code>
rxrc = 0
stem = "SER1."
SER1. = ""
SER1.Subsys = subsys
SER1.Userid = userid()
SER1.Test = tst
SER1.Product = "CMN "
SER1.Service = "PACKAGE"
SER1.Message = "SEARCH"
SER1.Scope = "GENERAL"
SER1.Package = packname
SER1.searchFromDateInstalled = fdate
SER1.searchToDateInstalled = tdate

</code>

But during the SERXMLRC call i am receving rc as -3 without any Message or message code.
Am i missing anything here ???
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Sat Jul 06, 2013 2:26 am
Reply with quote

Please show how you coded the SERXMLRC call. An RC of -3 is generally diagnostic of a command sent to a non-existent environment.
Back to top
View user's profile Send private message
Santty

New User


Joined: 20 Nov 2007
Posts: 37
Location: USA

PostPosted: Sat Jul 06, 2013 2:36 am
Reply with quote

Here is the call
Code:

address LINKMVS "SERXMLRC stem"
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Sat Jul 06, 2013 2:56 am
Reply with quote

It seems likely that SERXMLRC is not in a library allocated to the STEPLIB DD of your TSO session (or batch job using IRXJCL).
Back to top
View user's profile Send private message
Santty

New User


Joined: 20 Nov 2007
Posts: 37
Location: USA

PostPosted: Sat Jul 06, 2013 7:12 am
Reply with quote

Yes you are right. Thank you Akatsukami !!!
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts first column truncated in search result IBM Tools 13
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts To search DB2 table based on Conditio... DB2 1
Search our Forums:

Back to Top