Ram Balaji wrote:

>ps-------------->? Flat file
>Upload-------->? From mainframe to Local drive
>Mainframe--->? OS/390
>Local drive--->? windows

I don't have any OS/390 JCL ... <really ;-D>

>From z/OS to windoze (NT/XP) you could try this:

//FTP      EXEC PGM=FTP,PARM='<windoze ip> (EXIT '
//SYSPRINT DD SYSOUT=* 
//SYSPUT   DD SYSOUT=*,DCB=BLKSIZE=133
//SYSIN    DD * 
<?windoze id?>
<?windoze id psw?>

cd 'directory\directory\more directory'

put 'your.first.dsn.ps' "FILE ONE ON WINDOZE.TXT"  
put 'your.second.dsn.ps' "FILE TWO ON WINDOZE.TXT"  
/*

I'm a$$uming you're using standard translation from EBCDIC to ASCII and 
your 'flat file' is just your standard RECFM=FB and LRECL<>0 datasets...

Provided you can setup your windoze IP address to be visible from your z/OS 
machine and that you setup your windoze machine properly. Check your 
antivirus and firewalls for blocking/allowing ports 20 or 21 or whatever you're 
using.

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to