Previous Topic

Next Topic

Book Contents

Book Index

Customizing the Options job property page

The Options tab contains information that is fully controlled by specifications in the options control settings. The control sections are located in the Notes section of the job.

A sample Options tab might look like the below:

Up to 10 fields can be displayed on this form. The items that are controlled are: 1) the icon at the top; 2) The descriptive text at the top; 3) the fields that are displayed and; 4) the summary description at the bottom.

The matching control settings are:

! define the title text at the top of the Option page

options_title = "FTP - Retrieve a file from a remote node"

! define the informational text at the bottom of the Option page

options_description = "This job will connect to the specified "

options_description1 = "remote node and use FTP "

options_description2 = "to retrieve the specified file. "

options_description3 = "The username and password are "

options_description4 = "only required if the remote server needs them."

! define what values and descriptions to use

options_question1 = "Description", sc_comment

options_question2 = "From FTP server", sc_parameter_3

options_question3 = " Username", sc_parameter_4

options_question4 = " Password", sc_parameter_5

options_question5 = " Remote file(s)", sc_parameter_6

options_question6 = " Mode (ASCII/BIN)", sc_parameter_2

options_question7 = "To local folder", sc_parameter_1

Each options_questionsN specifies 2 values. 1) the text description to display to the left of the input field. 2) The name of job data field to get/put the value into.

The possible field names are:

Sc_parameter_12

Sc_up_count

Sc_versions_of_log

Sc_ntf_failed

Sc_parameter_22

Sc_down_count

Sc_account3

Sc_ntf_started

Sc_parameter_32

Sc_restart_count

Sc_queue3

 

Sc_parameter_42

Sc_pre_com_file

Sc_printer3

Sc_parameter_52

Sc_post_com_file

Sc_characteristics3

Sc_parameter_62

Sc_log_file

Sc_job_name3

Sc_parameter_72

sc_job_tag

Sc_ntf_submitted

Sc_parameter_82

Sc_status 1

Sc_ntf_delayed

Sc_comment2

Sc_shell1

Sc_ntf_completed

1 These fields are read only

2 These are the most useful fields

3 These fields are functional only on VMS

See Also

Appendix F - Job Prototypes

General guidelines

Adjusting which tabs are displayed on the job properties display

Customizing the Icon on the Options job property page

Modifying the Submit dialog

Modifying the Complete dialog

Modifying the New job from... menu

Using a directory as a prototype group

Using pre-processing directives