Current plan and LTP actions

The majority of the current plan and LTP PIF samples can be found in a single SEQQSAMP member called EQQPIFCB. This member contains these assembler language programs:
  • EQQADD adds an occurrence to the CP or LTP.
  • EQQDEL deletes an occurrence from the CP or LTP.
  • EQQARES adds a special resource to an operation in the CP.
  • EQQDRES deletes a special resource from an operation in the CP.
  • EQQAPRE adds a predecessor dependency to an occurrence in the CP.
  • EQQDPRE deletes a predecessor dependency from an occurrence in the CP.

These programs can be of use if your business systems have dynamic job scheduling requirements. You can use them to build large job streams with a minimum of effort.

Member EQQPIFWI contains a PL/I sample to modify the capacity ceilings of parallel servers and workstation fixed resources for a particular open interval of a workstation in the current plan. You could use this to automatically reflect fixed resource availability affected by hardware problems.

Member EQQPIFOP contains a REXX sample to modify an operation in the current plan.