At the top of certain skeletons, right after where the jobcards get plugged in, perform a customisation as in this example for skeleton CMN10:
//*)IM CMN10
)SET ASZSEQN = 10
IM ASZINFO
Perform a similar customization for each skeleton for which you also want to include restart instructions, which is typically in these skeletons (because they are used to tailor Xnode jobs that may have to be restarted):
- CMN10
- CMN11
- CMN14
- CMN20 (or CMN20I if using IMS option)
- CMN21
- CMN24
- CMN25
- CMN30 (or CMN30I if using IMS option)
- CMN32
- CMN49
- CMN50 (or CMN50I if using IMS option)
- CMN55 (or CMN55I if using IMS option)
- CMN56
Make sure to set the value of variable ASZSEQN (e.g. 30) each time so that it matches the skeleton number (e.g. CMN30).