Use the following macros to configure the input list translators
to fit your needs:
- FLMLANGL
Set the following parameters:
- INPLIST=Y
- MBRLMT to the maximum number of members that can be included in
the same invocation of the translator.
- SLOCLMT to the maximum number of source lines to be processed on
a single invocation of the translator.
- FLMTRNSL
Set the following parameters:
- INPLIST=Y
- MBRRC to the maximum good return code for each member in the
input list. MBRRC defaults to 0 and is optional.
- FLMALLOC
Set the following parameters:
- MALLOC to designate which outputs of a translator have multiple
unique instances.
- IOTYPE to O or P.
SCLM only saves outputs with IOTYPE=O in the hierarchy. For
IOTYPE=O, you must also specify the FLMCPYLB macro and the data set
name on FLMCPYLB must contain the @@FLMMBR variable somewhere in the
variable string to enable SCLM to find the member-specific outputs.
When IOTYPE=O is specified, the input list translator is expected to
allocate the output data sets necessary for each member.
Temporary data sets allocated with IOTYPE=P can be used as work
data sets for the translators, but they cannot be stored in the
hierarchy.
- ALLCDEL to designate which output data sets were defined by the
translator and should be deleted by SCLM.