>From Barry Merrill :
> ...
>But if the destination is for ASCII and SAS, you can use IEBGENER to create a
>copy of
>the data, on z/OS, but using RECFM=U, which ftp can't muck-up, and SAS on
>ASCII processes that data using RECFM=S370VBS, since the file has the BDW and
>RDW, so the downloaded file
>RECFM=U file can be read directly by SAS.
>
> // EXEC PGM=IEBGENER
> //SYSUT1 DD DSN=YOUR.VB.FILE,DISP=SHR,RECFM=U,BLKSIZE=32760
> ...
I have tried to shortcut such a process at this point by:
// EXEC PGM=FTP
//SYSUT1 DD DSN=YOUR.VB.FILE,DISP=SHR,RECFM=U,BLKSIZE=32760
//INPUR DD *
...
binary
put DD:SYSUT1 ...
...
Only to be dismayed that FTP apparently reads the DSCB and lets that dominate
attributes coded on the DD statement.
This is a significant transgression of MVS conventions.
--
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN