cDSCHEDULE Automated Job Submission System Guide and Reference �ManualD

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex


>

REPORT



Start a report definition.

BThe REPORT commands starts up a report definition. It defines the 5output file, report width and other basic parameters.




General format

0

REPORT [COLUMNS = number_of_columns] -

A
[,EDIT_STRING = "edit_string"] -
[,FILL_TO_WIDTH]
8[,LINES = lines_per_page] -
[,NOPAGINATION] -
B[,NOJUSTIFICATION] -
[,OUTPUT = file_name] -
[,SRCARG = ?"parameter"] -
[,SRCRTN = routine_name] -
[,SRCSHR = 1image_name] -
[,TITLE = "string/string/..."]



Examples

 6    
#1

 
    (TITLE="FUNDED USAGE/BETWEEN",COLUMNS=80            





Qualifiers

3

COLUMNS = number_of_columns (default = 80)

CThe columns specification defines the total width of a report. Any Bwidth can be specified. Typical values are 80 or 132. Edit_string Esupplies the format to print the field value in. Please refer to the >section describing all the various elements of an edit string.

FILL_TO_WIDTH

HIf a print declaration is narrow enough then this option will cause the Hdata to be printed across until the line is full. Once the line is full a new line is started.8

LINES = lines_per_page (default = SYS$LP_LINES)

?Lines specifies the number of lines to print per page. This is Dtypically 55. To create a system wide value define a logical of the name SYS$LP_LINES.

NOPAGINATION

@By specifying this option all page breaks and page headings are suppressed.

NOJUSTIFICATION

FAll reports are normally left and right justified. By specifying this Goption right justification is suppressed. Each line begins at the left margin.2

OUTPUT = file_name (default = REPORT.LIS)

FThe output specification supplies the name of the output file to use. HTo get the report directly on your terminal, use SYS$OUTPUT as the file $name. This name can be prompted for.

SRCARG = "parameter"

FThe SRCARG option provides additional information that can be used by Fthe database handler routine. Refer to the definition of the specific "database handler for more details.

SRCRTN = routine_name

EThe SRCRTN defines the name of the database handler contained in the !sharable image defined by SRCSHR.

SRCSHR = image_name

GThe SRCSHR defines the sharable image in which the database handler is located.$

TITLE = "string/string/..."

DTitle establishes the heading for this report. Several lines can be 1defined, with each line separated by a "/" slash.





 o V T Y  
PreviousNextContentsIndex