Running Content Manager OnDemand server commands
About this task
The examples below show some of the ways that the ARSLOAD utility program can be executed. They illustrate how the same path, required parameter values and optional parameter values are entered to the z/OS® system using the different methods of execution. The examples in the chapters which follow will present only the syntax for the path, required parameter values and optional parameter for the purposes of illustrating their use for each utility program. Variation for method of execution as illustrated below is not factored into further examples.
When running commands by using JCL, it may be necessary to set environment variables to control program processing. For jobs that use BPXBATCH, the STDENV DD statement provides a means of setting environment variables. See z/OS UNIX System Services Command Reference for more information.
For JCL that does not use BPXBATCH, the Language Environment®
ENVAR
runtime option provides a means of setting environment variables. See
z/OS
Language Environment Programming
Reference for more information. Additional environment variables can be set from an
MVS data set or HFS file by using the
_CEE_ENVFILE
environment variable. See z/OS V1R1.0 C/C++ Programming Guide for details about the
_CEE_ENVFILE
environment variable. Note that for an MVS data set, the data set must be allocated with
RECFM=V
.
/usr/lpp/ars/V10R5M0/bin/arsmaint -cdmsv >> /tmp/arsmaint.log 2>&1
/usr/lpp/ars/V10R5M0/bin/arsmaint -cdmsv
>> /tmp/arsmaint.log 2>&1
However,
when you type the command, you must enter the entire command syntax
on a single line.