INSERT CPSR

Insert a special resource in the current plan.
ACTION=INSERT,RESOURCE=CPSR,ADID=MATENCIOP,IA=9201291500,RESNAME=name,
RESUSAGE=X,OPNO=10.
ACTION=INSERT,RESOURCE=CPSR,ADID=application_description,
                            IA=input_arrival_datetime,
                            ONCOMPL=resource_on_complete,
                            ONERROR=resource_on_error,
                            OPNO=operation_number,
                            RESNAME=resource_name,
                            RESUSAGE=resource_usage
                            QUANTITY=resource_quantity;
application_description
Character (char(16)) can be generic (%*)
input_arrival_datetime
Date and time (YYMMDDHHMM)
resource_on_complete
Character (char(1)) On complete action: Y, N, or R
resource_on_error
Character (char(1)) On error action: Y or N
operation_number
Integer (integer(4))
resource_name
Character (char(44))
resource_usage
Character: S or X (char(1))
resource_quantity
Integer (integer(4))