Previous Topic

Next Topic

Book Contents

Book Index

BCPROCn – Perform a Series of Processes

The BCPROC1 through BCPROC9 processes are meaningful user-defined sequences of built-in and/or user-defined processes specified by statement DO SET. The definition of BCPROCn remains effective until the rule terminates unless its corresponding System variable, SYSCPROCn, is redefined during the rule.

See "SYSCPROCn" in Summary of System Variables for more information about defining System Variables SYSCPROC1 ... SYSCPROC9. For more information, see DO SET: Automated Balancing Statement.

Some potentially useful sequences of built-in processes are illustrated in the example below:

Table 236 BCPROCn – Perform a Series of Processes Example

DO SET SYSCPROC1=

Input

Output

‘BX12345 BX67890 BTUPPER’

R22ed S9ox

RED SOX

‘BW3 BX,.-: BTUPPER’

Dear Ms. Smith:

SMITH

‘BX-/: BFLTB’

12:34 56/78

12345678

Parent Topic

DO EXTRACT Processes