Previous Topic

Next Topic

Book Contents

Book Index

directory/calendar

Display on-line information.

The DIRECTORY command will display all or just selected portions of the calendar database.

General Format

directory/calendar calendar_name [/qualifiers]

Alternate

lscal calendar_name [-qualifiers]

Qualifier Summary

/check

/comment

/node = node_name

/fiscal

/flags

/full

/noheading

/notrailing

/owner

/protection

/symbol=[prefix_string,format]

/workdays

Examples

C:\> schedule directory/calendar */full

\vlirette\specialdays

Comment =

Owner = [0,0]

Protection = S:RWEDC,O:RWEDC,G:RWEDC,W:RWEDC

Workdays =

Flags =

Fiscal = 0

\vlirette\test_calendar

Comment = test calendar comment

Owner = [MRYAN]

Protection = S:RWEDC,O:RWEDC,G:RW,W

Workdays = NoWeekend

Flags = NoHoliday_Runs

Fiscal = 2

\vlirette\vacation

Comment =

Owner = [SFRANCES]

Protection = S:RWEDC,O:RWEDC,G:RW,W

Workdays =

Flags =

Fiscal = 0

\vlirette\weekdays

Comment = test

Owner = [0,0]

Protection = S:RWEDC,O:RWEDC,G:RWEDC,W:RWEDC

Workdays =

Flags =

Fiscal = 0

\vlirette\workdays

Comment =

Owner = [VLIRETTE]

Protection = S:RWEDC,O:RWEDC,G:RW,W

Workdays = NoHoliday,NoWeekend

Flags = NoWeekend_Runs

Fiscal = 1

Qualifiers

/check

Workgroup Calendars Only. The CHECK option displays the designated object's status on the nodes in the current workgroup. Any differences are displayed as:

<node_name>: different

Adding the -log qualifier displays the specific differences between the object(s) on specific nodes.

/columns=number

The COLUMNS qualifier specifies how many columns to use when listing just the item name. The default is four columns.

/comment

The COMMENT option displays any useful description that you may have added.

/hostname=host_name

The qualifier specifies what node (either local or remote) you want the operation performed on.

/fiscal

The FISCAL option displays which month is to begin the fiscal year.

/flags

The FLAGS option displays what special features are enabled. The various flags are:

Flag

Description

NOHOLIDAY_RUNS

No jobs will run on a holiday

NOWEEKEND_RUNS

No jobs will run on a weekend

/full

The FULL option requests a display of all control information available on a calendar.

/noheading

The NOHEADING removes the heading information from the directory listing.

/notrailing

The NOTRAILING removes the trailing information from the directory listing.

/owner

The OWNER option displays the owner UIC code for the job.

/output=output_file

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

/protection

The PROTECTION qualifier specifies the UIC based access rights for the file.

/SYMBOL[=prefix_string] or [=(prefix string,format)]

The SYMBOL requests that all calendar information be output to a group of environmental variables. Every field in the control record is loaded into a single environmental variable. The symbol name is constructed by prefixing the field name with the provide string. If none is provided a default value of SM is used.

The format defines the way that symbols are output. The default output specification is: "$ %s=\" %s\" "" which produces the following format style.

SM_FLAGS = "Slide_over_disallowed"

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

/template=<schedule_directory>template_db.schedule

The TEMPLATE command formats the directory output as it is defined in the template file. This output can be used for a variety of reasons and can be output to a file using the OUTPUT . The supplied template file extracts all database information into a format suitable for insertion if desired.

/workdays

The WORKDAYS option displays which days a job is to run.

See Also

CALENDAR commands

copy/calendar

create/calendar

delete/calendar

modify/calendar

rename/calendar

type/calendar