FDL P

Add a property to the most recently mentioned object.

Arguments
propertyName propertyValue
Description
Attach a property with the specified name and value to the most recently mentioned node. The type of the property is determined automatically from the value, that is, the type is integer if the value is numeric. If P is called after T or J, the property is attached to the last job. If P is called right after an I or O declaration, the property is attached to the input or output file respectively.
Example

J vw cp aa bb
P TEST "This property will be attached to the job"
I aa
P TEST "This property is attached to file aa"
O bb
P TEST "This property is attached to file bb"