Uploading the CSV file to the host

To upload your CSV file to the host, follow the steps outlined in this section.

About this task

Procedure

  1. Create a sequential file (USERID1.TLIC.OUT) on the host. See the following sample attributes:
    Organization  . . . 	: PS    
    Record format . . . 	: VB    
    Record length . . . 	: 2000  
    Block size  . . . .        : 6144  
    1st extent tracks . 	: 5     
    Secondary tracks  . 	: 5     

  2. To upload the generated CSV file to the host via FTP, see the following sample instructions:

    C:\Users\userid1>ftp
    ftp> open pthomu1.prod.hclpnp.com
    Connected to pthomu1.prod.hclpnp.com.
    220-FTPD1 IBM FTP CS V2R3 at PTHOMU1.prod.hclpnp.com, 04:01:37 on 2022-mm-dd.
    220 Connection will close if idle for more than 60 minutes.
    501 command OPTS aborted -- no options supported for UTF8
    User (pthomu1.prod.hclpnp.com:(none)): userid1
    331 Send password please.
    Password:
    230 USERID1 is logged on.  Working directory is "USERID1.".
    ftp> put C:\temp\tlic.csv 'USERID1.TLIC.OUT'
    200 Port request OK.
    125 Storing data set USERID1.TLIC.OUT
    250 Transfer completed successfully.
    ftp: 682518 bytes received in 3.99Seconds 170.93Kbytes/sec.
    ftp> quit
    221 Quit command received. Goodbye.