-- ------------------------------------------------------------------ -- -- Runstats Based on Site Information -- -- ------------------------------------------------------------------ -- -- The following RXDB2I2 scripts generates DB2 RUNSTATS JCL with -- -- LISTDEF(CJOP02*) information generated from SIZEIT or SIZEITTP -- -- together with predefined parmutil and template to generates -- -- DB2 RUNSTATS JCL the output are stored in db2i2.genjcl -- -- with member name PC2SNJ##. Where ## starting from 11 -- -- ------------------------------------------------------------------ -- LINEOBJ ddname=LINEOBJ dummy END_LINEOBJ db2i2rex "RUNSTATS", "parmutil=parmutil(runstats)", "listdef=listdef(CJOP02*)", "odsn=db2i2.genjcl(*)", "jobnm=PC2SNC##", "job#=10" -- *** End of Routine