Attributes for AIX

Required attribute for AIX

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. 

Type and dimension: string-scalar 

Example: /usr/sbin/sendmail 

Example: "/usr/sbin/sendmail" 

 

Optional attributes for AIX

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 

Example: "bd q1h"