Previous Topic

Next Topic

Book Contents

Book Index

Sample TYPERUN Statements

The following TYPERUN statements contain sample subsets of parameters that can be specified to utility CTOPFANCI:

Example 1

TYPERUN   OUTDSN=CTO.<INDSN>,OUTMEM=<INMEM>,OUTUNIT=3390,OUTVOL=MYVOL1,...

One output dataset is created for each input dataset. The name of the output dataset is the same as the name of the corresponding input dataset, with a prefix of CTO.

Each input member is processed. The resulting member or rule is placed in an output member with the same name in the corresponding dataset.

Example 2

TYPERUN   OUTDSN=CTO.NEW.RULES.<ETYPE>,OUTMEM=MAIN,...

All rules with the same type of selection criteria (for example, rules triggered by detection of a message) are grouped together in a separate output PDS (library). Each such PDS contains a single member (a Control-O Rule table) called MAIN.

Example 3

TYPERUN   OUTDSN=MY.SITE.RULES,OUTMEM=<INMEM>...

All output rules are placed in one output library. Output member names are the same as the names of the corresponding input members.

Parent Topic

Parameters