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

Changeman access using REXX


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

New User


Joined: 21 Nov 2005
Posts: 5

PostPosted: Tue Nov 07, 2006 12:58 pm
Reply with quote

Hi All,
I have a requirement in which I have to take the backup of a changeman package regularly.
Is there a way to access changeman packages using REXX (we use Serena Changeman)

thanks
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Tue Nov 07, 2006 3:54 pm
Reply with quote

hi...
As of my knowledge....you can't write REXX to invoke changeman and issure commands to changemen. SAS can be handy...

To take backup for changemen....your shop will be having the JCL. You can write a REXX utility to invoke this JCL.

~Vamsi
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Tue Nov 07, 2006 4:25 pm
Reply with quote

As Changeman uses PDS as repository, why REXX doesn't fit?
The only issue might be an authorization access. Not more.

Or is it more complicate?

Cheers
Pierre
Back to top
View user's profile Send private message
sks_tvpm

New User


Joined: 21 Nov 2005
Posts: 5

PostPosted: Tue Nov 07, 2006 9:02 pm
Reply with quote

Thank you Pierre and Vamsi.

Vamsi, could you send me a sample jcl for the process?

Thanks.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Wed Nov 08, 2006 10:16 am
Reply with quote

Quote:
I have a requirement in which I have to take the backup of a changeman package regularly.

As Mr. Pierre already suggested, Changeman repository would be some PDS at your shop then why can't a simple job having access on that perticular PDS take a back up.

Didn't you notice the PDS Name displaying at the top, whenever you browse any changeman component.
Back to top
View user's profile Send private message
sks_tvpm

New User


Joined: 21 Nov 2005
Posts: 5

PostPosted: Wed Nov 08, 2006 10:42 am
Reply with quote

Hi all,

I have noticed the PDS name when the components are displayed.
The problem is that the PDS name will be displayed only for those components in production library(ie when Browse option is used).

My requirement is to backup files in a PACKAGE.
The members will be having a dynamic location, each time we try to view the data. So we cant focus on a single PDS to get the job done.

thanks
Back to top
View user's profile Send private message
krk_kumar1

New User


Joined: 14 Mar 2006
Posts: 39

PostPosted: Fri Nov 10, 2006 11:38 pm
Reply with quote

Hi,
since changeman uses the PDS as its repository you can copy the contents from the changeman PDS to backup PDS using LMCOPY in rexx without invoking the changeman package itself.
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top