Upload the software

z/Server is available as an XMIT file. Upload the file install.xmit in binary format to a sequential dataset with LRECL 80 and BLKSIZE 3120. It is easiest to preallocate the dataset using the batch job below.

Optionally add a valid VOLSER and/or change the UNIT parameter. hlq will be the high level qualifier you have chosen for the installation. Add a job card before submitting, if necessary.

//ALLOC1 EXEC PGM=IEFBR14 
//FTPALLOC DD DSN=hlq.INSTALL.XMIT, DISP=(NEW,CATLG,DELETE),
//            DSORG=PS,RECFM=FB,LRECL=80,BLKSIZE=3120, 
//*           VOL=SER=vvvvvv,UNIT=SYSALLDA, 
//            SPACE=(CYL,(30,5))

You can use FTP to upload the file. In the sample dialog below, commands and other information entered by the user are shown bold:

C:\>ftp mvsipaddr 
Connected to mvsipaddr.
220-FTPD1 IBM FTP CS V1R13 at custom.com, 12:03:32 on 2011-08-02.
220 Connection will close if idle for more than 5 minutes.
User (mvsipaddr:(none)): tsouid 
331 Send password please. 
Password: tsopw 
230 tsouid is logged on. Working directory is "tsouid.". 
ftp> bin 
200 Representation type is Image 
ftp> put install.xmit 'hlq.install.xmit' 
200 Port request OK. 
125 Storing dataset hlq.INSTALL.XMIT 
250 Transfer completed successfully. 
FTP: 2675840 bytes sent in 37,91 seconds 70,59 KB/sec