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

DFSUOCU0 under REXX/TSO


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hirschel

New User


Joined: 24 Mar 2010
Posts: 5
Location: Vancouver, BC

PostPosted: Fri Mar 26, 2010 11:47 pm
Reply with quote

Have anyone run the online change utility (OLCUTL) under rexx/IKJEFT01 (instead of using JCL)? We are trying, and get a message "IEBCOPY is not APF AUTHORIZED"
Any ideas?
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: Sat Mar 27, 2010 12:11 am
Reply with quote

Hello,

Is this related to IMS?

Suggest you speak with your system support people.
Back to top
View user's profile Send private message
hirschel

New User


Joined: 24 Mar 2010
Posts: 5
Location: Vancouver, BC

PostPosted: Sat Mar 27, 2010 12:15 am
Reply with quote

Just to clarify the approach
In JCL ...
//STEPLIB DD DSN=IMS.RESLIB,DSIP=etc
In rexx
"ALLOC FI(SYSIN) UNIT(SYSDA) SPA(1 1) TRA NEW DELETE REUSE LRECL(80)"
"ALLOC FI(DFSRESLB) DA('IMS.RESLIB') SHR REUSE"
"ALLOC FI(IMS) DA('IMS."region".PSBLIB'",
"'IMS."region".DBDLIB') SHR REUSE"
"ALLOC FI(IMSACB) DA('DEVSUP.TEST."region".ACBLIB') SHR REUSE"
"ALLOC FI(IMSACBA) DA('DEVSUP.TEST."region".ACBLIBA') SHR REUSE"
"ALLOC FI(IMSACBB) DA('DEVSUP.TEST."region".ACBLIBB') SHR REUSE"
"ALLOC FI(COMPCTL) DA('IMS."region".SYSIN(DFSACBCP)') SHR REUSE"
"ALLOC FI(MODSTAT) DA('IMS."region".MODSTAT') SHR REUSE"
"ALLOC FI(SYSUT3) UNIT(SYSDA) SPA(5 5) CYL NEW DELETE REUSE"
"ALLOC FI(SYSUT4) UNIT(SYSDA) SPA(5 5) CYL NEW DELETE REUSE"
"ALLOC FI(COPYCTL) UNIT(SYSDA) SPA(5 5) CYL NEW DELETE REUSE"
"Call 'IMS.RESLIB(DFSUOCU0)' 'ACB,S,U'"
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: Sat Mar 27, 2010 12:48 am
Reply with quote

Hello,

Yup, you need to talk with the system support people. . .
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 -> IMS DB/DC

 


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