Re: Coping a MVS file to Linux

2007-08-07 Thread David Boyes
> REXEC -l vanbredt -p kaliannr 172.19.208.10 batch /hwwd/clbsc.sh > READY Side note (not the cause of this problem): DNS is important if you're going to use the REXEC server and client. IP addresses change frequently and what little security there is in the r-commands is based on IP address or

Re: Coping a MVS file to Linux

2007-08-07 Thread Mark Post
>>> On Tue, Aug 7, 2007 at 4:01 PM, in message <[EMAIL PROTECTED]>, "Britz, Anton - CO 7th" <[EMAIL PROTECTED]> wrote: > Hi, > > Ok.. My users are trying to execute a "Remote Script" to load the MySQl > tables as follows : > > READY

Re: Coping a MVS file to Linux

2007-08-07 Thread Britz, Anton - CO 7th
- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of David Boyes Sent: Wednesday, August 01, 2007 11:52 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Coping a MVS file to Linux > A) Can we "fire/spawn" the MySQl load on the Linux side, after > downloading the data f

Re: Coping a MVS file to Linux

2007-08-01 Thread David Boyes
> A) Can we "fire/spawn" the MySQl load on the Linux side, after > downloading the data from zOS If you have the z/OS ported tools package or BSI's NJE Bridge, you can trigger remote execution safely. You could do it with REXEC, but most companies don't like REXEC for security reasons. > B) We a

Re: Coping a MVS file to Linux

2007-08-01 Thread Britz, Anton - CO 7th
Hi, Ok... We have the "copying" function to Linux 90% done but now they are asking more questions : A) Can we "fire/spawn" the MySQl load on the Linux side, after downloading the data from zOS They are doing an Unload from Adabas in zOS and then they OCOPY the file to Linux but then they want

Re: Coping a MVS file to Linux

2007-07-30 Thread Kirk Wolf
For more flexibility, security, and ease of use than what z/OS NFS offers, you might consider the Co:Z Toolkit, which uses SSH as its underlying network protocol. Example: //COZCB2 JOB (),'COZ' //STEP1 EXEC PROC=COZPROC, //ARGS='[EMAIL PROTECTED]' //STDIN DD * # Any commands here r

Re: Coping a MVS file to Linux

2007-07-27 Thread Fargusson.Alan
: Re: Coping a MVS file to Linux Hi, Thanks for all the responses and here comes the other pieces of the "puzzle: A) How the LINUX environment is setup : Extract from an internal email : The Linux server now has a mount to this middleman area located at /mnt/hwwd_hfs This means that on

Re: Coping a MVS file to Linux

2007-07-27 Thread Britz, Anton - CO 7th
hwwd /* Anton -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Yu Safin Sent: Thursday, July 26, 2007 1:25 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Coping a MVS file to Linux On 7/26/07, Britz,

Re: Coping a MVS file to Linux

2007-07-27 Thread Jacob Dekel
Hi, If Pieter's guess is right (i.e, it's z/OS UNIX otherwise known as openedition) - OCOPY tso command (batch or online) will do the job. If you want to copy the data from z/OS to a real z/Linux then you can either use NFS like suggested, or use my utility which enables mounting an MVS volume (

Betr.: Re: Coping a MVS file to Linux

2007-07-26 Thread Pieter Harder
t;McKown, John" <[EMAIL PROTECTED]> 07/26/07 9:14 >>> > -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > Behalf Of Britz, Anton - CO 7th > Sent: Thursday, July 26, 2007 11:15 AM > To: LINUX-390@VM.MARIST.EDU > Subject: Coping

Re: Coping a MVS file to Linux

2007-07-26 Thread Yu Safin
On 7/26/07, Britz, Anton - CO 7th <[EMAIL PROTECTED]> wrote: > Hi, > > My Developers are asking me the following : > > > I am having a problem figuring out the JCL to do the copy from z/os to > the 'linux' file on the shared partition. > > Do you recall any details? > > > > The MVS job should lik

Re: Coping a MVS file to Linux

2007-07-26 Thread McKown, John
> -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > Behalf Of Britz, Anton - CO 7th > Sent: Thursday, July 26, 2007 11:15 AM > To: LINUX-390@VM.MARIST.EDU > Subject: Coping a MVS file to Linux > > > Hi, > > My Developers are

Re: Coping a MVS file to Linux

2007-07-26 Thread Mark Post
>>> On Thu, Jul 26, 2007 at 12:15 PM, in message <[EMAIL PROTECTED]>, "Britz, Anton - CO 7th" <[EMAIL PROTECTED]> wrote: > Hi, > > My Developers are asking me the following : > > > I am having a problem figuring out the JCL to do the copy from z/os to > the 'linux' file on the shared partition

Coping a MVS file to Linux

2007-07-26 Thread Britz, Anton - CO 7th
Hi, My Developers are asking me the following : I am having a problem figuring out the JCL to do the copy from z/os to the 'linux' file on the shared partition. Do you recall any details? The MVS job should like much like the z/os I think? The information contained in this email