![[z/OS]](../images/ngzos.gif)
copyZOS.sh script file
The copyZOS.sh script is used to copy selected WebSphere® Application Server product files from the product file system into MVS™ partitioned data sets.
You must install WebSphere Application Server for z/OS® V8.0 before you can use the copyZOS.sh script file.
The copyZOS.sh script copies the specified group of files into a partitioned data set. If this data set does not exist, the copyZOS.sh script creates the data set with the correct specifications on SMS managed volumes. To see the data set specifications for each output data set, run the copyZOS.sh script file with no arguments.
Location
The copyZOS.sh script file is located in the product file system bin directory, for example: /usr/lpp/zWebSphere/V8R0/bin, and in each node's WAS_HOME/bin directory.
Syntax
copyZOS.sh file_type dsname
Parameters
file_type
- EXEC
Populates a partitioned data set with the WebSphere Application Server sample CLIST scripts and REXX execs. The output data set should have variable length records with LRECL=255.
- JCL
Populates a data set with the WebSphere Application Server sample jobs and parmlib members. The output data set should have fixed-length records with LRECL=80.
- NLS
Populates a data set with the WebSphere Application Server NLS message files. The output data set should have variable length records with LRECL=255.
- OLAMODS
Populates a data set with the load modules required for your client program to use WebSphere Application Server optimized local adapters. The output data set should be a load module PDS-E.
- OLASAMPS
Populates a data set with the sample jobs and input files for the WebSphere Application Server optimized local adapters. The output data set should have fixed-length records with LRECL=80.
dsname
Specifies the partitioned data set to which the files are copied. If the data set does not exist, the data set is created during the execution of the job.
Example
# cd /usr/lpp/zWebSphere/V8R0/bin
# copyZOS.sh EXEC WAS.V8R0.EXEC