Where's the VSE version?

:-)

Frank

On 1/31/2008 at 10:07 AM, in message
<[EMAIL PROTECTED]>, Kirk Wolf
<[EMAIL PROTECTED]> wrote:
> Dave,
> 
> Thanks for mentioning Co:Z, which is now a free offering.
> We built it with exactly this kind of thing in mind - we have 31 and
> 64 bit LSB rpm packages for Linux on z ready to go.
> 
> With Co:Z, you can also access MVS datasets as "pipes" on Linux.
> So, for the case that you mentioned - PGP encryption, here's example JCL:
> 
> //COZCB3  JOB (),'COZ'
> //STEP1   EXEC PROC=COZPROC,
> //        ARGS='[EMAIL PROTECTED]' 
> //STDIN   DD *
> fromdsn -l rdw -k //DD:INPUT   \
>   | gpg -r key-1 --batch --output=- --encrypt=- \
>   | todsn -b //DD:OUTPUT
> /*
> //INPUT DD DISP=SHR,DSN=KIRK.CLEARTEXT.DATA
> //OUTPUT DD DSN=KIRK.ENCRYPT,DISP=(NEW,PASS),
> //          SPACE=(CYL,(1,1),RLSE),
> //          DCB=(RECFM=U,BLKSIZE=4096)
> 
> For more explanation of this example, see:
> http://dovetail.com/docs/coz/cookbook.html#4_3 
> 
> Co:Z can be configured to either tunnel data through SSH, or to use
> direct sockets.
> In a z environment, this means that you can use ssh for authentication
> and unencrypted hipersockets to
> for data - which SCREAMS.....
> 
> There is *not* an easier or faster way to integrate Linux and z/OS
> processes and data:
>  - Why not use z/OS as a batch scheduler for running Linux jobs?
>  - Running Oracle on Linux and need to export/import data from z/OS datasets?
>  - Its easy, and all managed and visible from your z/OS batch envionment.
----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to