Invoking the LOADWAIT Macro

How you use the LOADWAIT macro depends on the information you have:
  • If you have all wait state information at program assembly time, invoke LOADWAIT once to define and initialize the parameter list.
  • If any wait state information is missing at program assembly time, invoke LOADWAIT separately, to:
    • Set up storage for the parameter list.
    • Add the wait state information. This step might require more than one invocation of the macro.