Previous Topic: Optional RECYCLE JCL Data Definition (DD) StatementsNext Topic: SET Command


Command Input

The RECYCLE utility accepts various types of commands to control input selection and the output method during the execution.

Example of Group-based RECYCLE

SET MODE(SIM)
 SET LINECOUNT(60)
 SET MOUNTTIMEOUT(5)
 SET CART3480(00400),CART3490(00800),CART3590(10000)
 RECYCLE GROUP(21),SUBGROUP(*),PERCENT(50),SOURCE(PRI),TARGET(BOTH)

Example of VOLSER-based RECYCLE

SET MODE(SIM)
 SET LINECOUNT(60)
 SET CART3480(00400),CART3490(00800),CART3590(10000)
 RECYCLE PHYSICAL(123456),TARGET(BOTH)

The following syntax conventions are used throughout this chapter:

Single bar

A | B

A single bar is used to separate multiple values for the same parameter.

Underlining

A|B|C

Underlines are used to indicate the default value of a parameter.

Italics

nn

Italics text represents a variable, for example Group=nn where nn is a number.

Uppercase

AAaaa

Uppercase characters indicate abbreviations or the minimum number of characters that must be entered to identify the parameter or value.