Attributes

Required attribute

Required attribute

Description

PathName 

Complete pathname to access an executable program. This path includes the program name. If a script controls the process, the PathName defines the complete path to the shell. 

This attribute must not exceed 80 characters. 

Type and dimension: string-scalar 

Example: "/usr/lib/sendmail" 

 

Optional attributes

Optional attribute

Description

Arguments 

Passes arguments to the process. If a script controls the process, the script is passed as an argument. Separate multiple arguments with a single space. A string cannot accommodate more than one space between arguments, nor allow for leading or trailing whitespace characters. 

This attribute must not exceed 80 characters. 

Type and dimension: string-scalar 

Example: "bd -q1h"