How to code a CPM flow that jobs span more than one SCL?
CPM flows are to monitor only critical jobs.
Here is a sample of a flow (flowname of SPANSCL) that spans three SCLs
SCL one * EVNTNM TIME DATE DEPS RELEASE1RELEASE2RELEASE3RELEASE4 PROCESSP * * * * * * * * * * @FLOW01=SPANSCL POOSH01A ASAP * POOSH01H DAILY + FLOWSTART=SPANSCL DAILY POOSH01H ASAP * POOSH01D DAILY SCL two * EVNTNM TIME DATE DEPS RELEASE1RELEASE2RELEASE3RELEASE4 PROCESSP * * * * * * * * * * @FLOW01=SPANSCL POOSH01D ASAP * POOSH01M DAILY POOSH01M ASAP * POOSH01J DAILY POOSH01J ASAP * POOSH01G DAILY SCL three *EVENTNM TIME DATE DEPS RELEASE1RELEASE2RELEASE3RELEASE4 PROCESSP * * * * * * * * * @FLOW01=SPANSCL POOSH01G ASAP * DAILY + FLOWEND=SPANSCL/1500/ DAILY
Note all three SCLs have the Global Control Record @FLOW01=SPANSCL.