From my experience with one of the vendors, NOT SAS, all of these products just 
expect a stream of data to process. If you are using PC versions, just download 
as binary ... the VBS data. The import programs parse the data correctly.   
Going from Mainframe to Mainframe, save yourself a lot of headache and use 
ADRDSSU DUMP to create a Disk File of the data, Terse ( PACK ) it, and using 
TRANSMIT across NJE or TRANSMIT to a data set that is RECFM FB LRECL 80 BLKSIZE 
0 ( 3120 ) and FTP the TRANSMIT DSN as binary, recfm fb, LRECL 80... and 
RECEIVE, deterse (unpack ) and ADRDSSU RESTORE ... 

We do this all the time with VSAM, QSAM, PDS, PDSE, .... data... even sometimes 
but a PC in between ... 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to