SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index


morerep


General format

morerep [-options] file_name

Alternate

type -report

option summary

general options:

-node=target_node
-noheading
-notrailing
-output=output_file
-senv

Examples

#1

 
 
 
 
 
Schedule> morerep /report/schedule_user_by_comment_132 
 
 
 
 
      


Qualifiers

-confirm

-noconfirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.

-node=target_node

The hostname option specifies what hostname (either local or remote) you want the operation performed on. -hostname may be substituted for -node.

-log

-nolog

The LOG qualifier causes each completed operation to issue a note to the user.

-output=output_file

The OUTPUT option sends all output to a text file. Output can be printed or displayed as needed.

-env[=prefix_string] or [=(prefix_string,format)]

The environmental variable option requests that all job information be output to a file containing a list of enviroment variables. Every field in the control record is listed in the file as an environment variable. The environment variable name is constructed by prefixing the field name with the provide string. If none is provided a default value of SC is used.

The format defines the way that environmental variables are output. The default output specification is: "$export %s=\" %s\" "" (ksh), "$setenv %s=\" %s\" "" (csh) which produces the following format style.


 
   SC_ACCOUNT = "DEVELOPM" 
 

Alternate output styles may be created by changing the format field.


Chapter 17
Report definitions

The format and contents of a report are controlled by a report definition. Each definition can contain any number of reports. Each report starts with a REPORT statement and ends with the END statement. The steps taken to generate a report are as follows:

17.1 Statements


Previous Next Contents Index