Going from one z/OS LPAR to another z/OS LPAR

Discussion of the COZBATCH utility for z/OS
Post Reply
apesce
Posts: 10
Joined: Thu Mar 29, 2012 3:26 pm

Going from one z/OS LPAR to another z/OS LPAR

Post by apesce »

Has anyone tried to connect to a remote z/OS LPAR running CO:Z?
I am getting an error when trying to use COZBATCH and specifying MVS dataset names.
I am trying to transfer a dataset "SYS1.GARBAGE" from my LPAR - PROD to another
dataset named "SYS1.GARBAGE.TEST" which in on my LPAR TEST. I cannot seem to get
it to recognize my target dataset as and MVS name. I have tried // in front, put it in quotes, etc.

On the target machine I get a RACF error:
This is from just specifying a dataset name:
ICH408I USER(AIA14AP ) GROUP(SYS1 ) NAME(ANDY PESCE ) 663
//SYS1.GARBAGE.SYSPROG
CL(DIRACC ) FID(00000001000000010000000000000000)
INSUFFICIENT AUTHORITY TO OPEN
ACCESS INTENT(-W-) ACCESS ALLOWED(OTHER R-X)
EFFECTIVE UID(0000009867) EFFECTIVE GID(0000000002)



This is from specifying a "DDNAME"
ICH408I USER(AIA14AP ) GROUP(SYS1 ) NAME(ANDY PESCE ) 664
//DD:DD2 CL(DIRACC ) FID(00000001000000010000000000000000)
INSUFFICIENT AUTHORITY TO OPEN
ACCESS INTENT(-W-) ACCESS ALLOWED(OTHER R-X)
EFFECTIVE UID(0000009867) EFFECTIVE GID(0000000002)
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: Going from one z/OS LPAR to another z/OS LPAR

Post by dovetail »

Are you using Co:Z SFTP? It is definitely possible to use Co:Z SFTP client on one z/OS LPAR and Co:Z SFTP server on another.

Please post your JCL/script so that we can understand what you are doing.
Post Reply