Common Content for Data Engineering 
			
			- Common Content for Data Engineering 10.5.3
- All Products
 
           
      	
            
	
      run -f <script_file_name> [-o <output_file_name>] [-e (echo commands)] [-s (stop at first error)] [-u (UTF-8 encoded script file and output file)]
| Option | Argument 
					  | Description | 
|---|---|---|
| -f
				   | script file name
				   | Required. Name of the script file.
				   | 
| -o
				   | output file name
				   | Optional. Name of the output file. This option writes all messages generated by the commands in the script file into the output file. If you use the -u option and the -o option, 
					  pmrepgenerates a UTF-8 encoded output file. If you use the -o option without the -u option, pmrepencodes the output file based on the system locale of the machine running pmrep. | 
| -e
				   | -
				   | Optional. Commands are echoed back to the script.
				   | 
| -s
				   | -
				   | Optional. Stops running the script after the first error.
				   | 
| -u
				   | -
				   | Optional. Encodes the output file in UTF-8 format. If you use the -u option and the -o option, 
					  pmrepalso encodes the output file in UTF-8 format. Use this option only if the repository code page is UTF-8. |