SET (Set Processing Options)

Purpose
Set various File Manager processing control options.
Usage notes
Use this function to list the processing options that are currently in effect. You can also use the SET function to change one or more options, or reset options to the installation default. If you use the SET function within a batch job, your changes affect only the current batch job. In any other case, your changes are saved in the user profile and are available for further File Manager sessions.

To change the installation defaults that apply to all users and batch jobs, see the File Manager Customization Guide.

Options
None.
Figure 1. Syntax

1 SET ?RESET
1 ABENDCC=system
1 ABENDCC=
2.1 NONE
2.1 num
1 ASCII=
2.1 BOTH
2.1 IN
2.1 OUT
2.1 NO
1 BDY=NO
1 BDY=YES
4? CCSID=
5.1! 00037
5.1 num
1 CYLHD=ABSOLUTE
1 CYLHD=RELATIVE
1 DATAHDR=YES
1 DATAHDR=NO
1 DBCSPRT=OFF
1 DBCSPRT=
2.1 3200
2.1 SOSI
1 DSINFO=NO
1 DSINFO=YES
1 DUMP=UPDOWN
1 DUMP=ACROSS
9? EOD=delimiter
1 HEADERPG=YES
1 HEADERPG=NO
1 IOX=sysexit
1? IOX=ioxname
1 JCL=COMPAT
1 JCL=RECORD
1 LANGUAGE=ENGLISH
1 LANGUAGE=language
1 OPSCRAM=OFF
1 OPSCRAM=ON
1 OPSCRAM=MAX
1 PAD=OFF
1 PAD=
2.1 ON
2.1 c
1 PAGESIZE=60
1 PAGESIZE=nnn
1 PAGESKIP=NO
1 PAGESKIP=YES
1 PRINTDSN=&USER.FMN.LIST
1 PRINTDSN=dsn
1 PRINTLEN=132
1 PRINTLEN=80
1 PRINTOUT=SYSPRINT
1 PRINTOUT=
2.1 PRINTDSN
2.1 TERMINAL
2.1 REXX
1 PRTCLASS=A
1 PRTCLASS=class
1 PRTDISP=MOD
1 PRTDISP=
2.1 OLD
1 PRTTRANS=ON
1 PRTTRANS=OFF
1 RECLIMIT=(1,*)
1 RECLIMIT=(n,m)
1 TAPELBL=SL
1 TAPELBL=
2.1 AL
2.1 AL4
25? TEMPHLQ=temp_hlq
1 TRACECLS=A
1 TRACECLS=class
1! TSOPREFIX=userid
1 TSOPREFIX=tsoprefix
1 USEIOX=NO
1 USEIOX=YES
RESET
Returns all options to the installation default values (described in the File Manager Customization Guide ).
ABENDCC
Specifies how File Manager processing resulting in non-zero return code (including customized return code) is completed in batch.
system
Default. This option can be set as part of the customization options for your site. If you do not specify the ABENDCC parameter in the SET function, the installation setting is used. The installation setting defaults to NONE, but if it is set as an integer, that integer becomes the default setting for File Manager batch processing.
NONE
The job step is finished with a non-zero return code.
num
Must be specified as an integer, from 1 to 32767 (0 is treated as NONE).

Use this parameter to transform an original or customized non-zero return code to an abend. If the return code is greater than or equal to num, File Manager abends with U999, Reason Code=888 (hex: 378). Abnormal termination of a File Manager step prevents the execution of successors (steps and/or jobs). You can specify the num value appropriately to suit the customized return codes issued by File Manager functions.

Note: In addition, specification of any non-zero integer prevents File Manager from intercepting abnormal terminations (system abends).
ASCII
Specifies requirements for translation of tape data between ASCII and EBCDIC. The default setting for this parameter is determined at installation, by the value of the ASCII parameter in the FMN0POPT macro. Typically, this is set to BOTH.
BOTH
Translates tape input from ASCII format to EBCDIC format, and translates tape output from EBCDIC format to ASCII format.
IN
Translates tape input from ASCII format to EBCDIC format.
NO
Does not translate data.
OUT
Translates tape output from EBCDIC format to ASCII format.

This processing option applies to all tape input and output functions except: Initialize Tape, Tape Browse, Tape Label Display, and Tape Update. For Tape Label Display, ASCII translation is automatically performed when needed. For Initialize Tape and Tape Browse, you can specify ASCII input or output when invoking the function. For the other (non-tape) functions, ASCII translation is not supported by FMN.

BDY
When data is displayed or printed in SNGL format, this option specifies whether fields that start beyond the current record boundary should be suppressed.
NO
Fields starting beyond the record’s boundary are not suppressed.
YES
Fields starting beyond the record’s boundary are suppressed.
CCSID
Specifies the CCSID to be used as the default CCSID when File Manager is run in batch. The CCSID specified should be a valid CCSID and a CCSID which is recognised by the Z/OS system which runs the batch job.
CYLHD
Defines the way you specify the location of a disk data set in disk functions.
ABSOLUTE
File Manager interprets cylinder-head and track-number values as actual physical addresses.
RELATIVE
File Manager interprets cylinder-head and track-number values as relative to the start of the data set.
DATAHDR
When data is printed in CHAR print format, specifies whether record number and length are included in character-format print output.

The DATAHDR setting affects only DSP and FCH processing.

NO
Record header information is not included in character-format output. Specify DATAHDR=NO to left-justify the data in the print output, without header information.
YES
Record header information is included in character-format output.
DBCSPRT
This option is no longer used. The syntax is kept for compatibility only.
DSINFO

Specifies whether additional data set information for input and output sources should be produced in batch reports for the DSP, DSM, DSC, and FCH commands.

NO
No additional data set information is generated.
YES
Generates data set information including DSORG, RECFM, LRECL, BLKSIZE, and VSAM attributes including average record length, maximum record length, key offset, key length and reuse, for input and output data sets when applicable.
DUMP
Specifies the format of hexadecimal print output (for example, when you use Tape Print with Print format set to HEX). For an example of each format, see Selecting a display format.
ACROSS
The hexadecimal digits are displayed as 2 groups of 4 full words resulting in 32 hexadecimal digits followed by the EBCDIC character display to the right of the hexadecimal display.
UPDOWN
The two digits making up the hexadecimal representation of each EBCDIC character are displayed vertically directly under that character.
EOD
End-of-data delimiter for tape input.
delimiter
A 1- to 8-character delimiter. For character data, enclose the string in quotation marks if it contains blanks, commas, or lowercase letters. For hexadecimal data, enter an X followed by the string enclosed in quotation marks (for example, X'04').

For some tape functions, you specify the number of files to process in an NFILES keyword. If you specify NFILES=EOD, then files are processed until the first record that begins with the EOD delimiter. However, there is no default EOD delimiter for tape input. So, if you want to specify NFILES=EOD, then you must first use the SET function to specify an EOD delimiter; otherwise, File Manager issues an error.

HEADERPG
Specifies whether a header page (a title page with File Manager on it) is included in print output. If the PRINTOUT option is set to TERMINAL, then the header page is not included in print output, even if HEADERPG is set to YES.
NO
A header page is not included in print output.
Note: For the HEADERPG=NO setting to be effective for the duration of the entire batch processing, you must specify it as the first File Manager control statement. The HEADERPG=NO setting also suppresses the output of the message "FMN0062I current SET function values" as long as it is active.
YES
A header page is included in print output.
IOX
Specifies the name of the user I/O exit. This option only takes effect if your site customization for File Manager allows user I/O exits on a site-wide basis, and one of these is true:
  • A prior SET function set USEIOX to YES.
  • The current SET function is setting USEIOX to YES.
There are no restrictions on the programming language that you can use to write an exit, however, the exit must be provided to File Manager in the STEPLIB/ISPLLIB concatenation or their extensions (LINKLIST, LPA, and so on).
sysexit
Default. If you specify USEIOX=YES and do not supply a user I/O exit name, File Manager uses the name of the exit provided by either a prior SET function in the current job step, or the installation customization options. If you specify USEIOX=YES and no installation default has been provided, you must specify IOX=ioxname.
Note: If you have selected batch processing in an online panel, the generated JCL statements use the default name provided in your Set System Processing Options panel.
ioxname
The name of a PDS(E) member of a data set that has been provided to File Manager in the STEPLIB concatenation.
JCL
Defines the method by which JCL data is processed when running FCH or DSC with JCL=YES.
COMPAT
File Manager reformats the physical JCL records into a single logical JCL statement for processing and then builds a new set of physical JCL records.
RECORD
File Manager processes each physical JCL record as is, unless it contains a parameter field enclosed in apostrophes. If this parameter continues across multiple records, the records are flowed together to join the parameter before processing.
LANGUAGE
Specifies the language of File Manager message text and panel text. The possible values depend on which translated message text you installed.

For instructions on installing translated messages and panels, and the keyword values that you can specify for the LANGUAGE processing option, see the File Manager Customization Guide.

OPSCRAM
This option specifies the method used to perform random scrambling or repeatable scrambling as defined in the To template.
Note: Each optimization option uses a different repeatable scrambling algorithm. Repeatable results can only be obtained by using the same optimization option.
OFF
No optimization is performed.
ON
This option is designed to improve performance when scrambling large amounts of data where the Repeat or Random option has been specified for various fields.
MAX
This option is designed to provide the maximum performance improvement.
Note: If Repeat or Random has been specified for a field and a value list is not provided then duplicate alphanumeric characters within a field will yield the same scrambled character.
Example:
$$FILEM SET OPSCRAM=ON
$$FILEM DSC ,
$$FILEM DSNIN=FMNAPAR.PH31085.DATA,
$$FILEM MEMBER=RFTEST,
$$FILEM TCIN=FMNAPAR.PH31085.TEMPLATE(RFTEST),
$$FILEM DISP=OLD,
$$FILEM TCOUT=FMNAPAR.PH31085.TEMPLATE(RFTEST),
$$FILEM MEMOUT=RFTEST,
$$FILEM DSNOUT=FMNAPAR.PH31085.DATAO.REPEAT.FIELD
PAD
Specifies whether records are padded or truncated while being copied.
OFF
Records are not padded with blanks or a specified character, except where required by the output record format. If the output records are fixed format, they are padded with nulls ('00'x), as required to match the output record length. Variable and undefined format outputs are not padded.

Output records are always truncated if they exceed the maximum record length (for fixed or variable) or maximum block length (for undefined formats). However, trailing blanks that fit within the maximum length are not stripped from the record.

ON
Records are modified, depending on the output record format. For fixed-format output, input records that do not fit are truncated or padded with blanks. For variable or undefined output, trailing blanks are stripped from the input record. (For reasonable results, do not try to deblock and pad in one run.)
c
The value used for padding records. This can be a single character or a hexadecimal value. For example, you can enter an X followed by two hexadecimal characters enclosed in quotation marks (X'00'). In addition, for variable or undefined output, a trailing series of the specified character is stripped from the input record. Essentially, this option has the same effect as PAD=ON except that the specified character c is used for padding or truncation instead of blanks.
PAGESIZE
Specifies the number of lines printed on each page of print output. You can specify a value from 1 to 999. The default is 60.
PAGESKIP
Specifies whether print output from each function begins on a new page.
NO
Print output from each function does not begin on a new page.
YES
Print output from each function begins on a new page.
PRINTDSN
If PRINTOUT=PRINTDSN (see below) is specified, then File Manager sends print output to this temporary data set. The default is userid.FMN.LIST, unless changed in your File Manager installation.

To browse this data set, enter PB on any File Manager Command line. Then, to forward the contents of the data set to PRTCLASS class, enter PRINT. For details, see Printing from File Manager.

PRINTLEN
Specifies the line length of print output.
80
The line length of print output is 80 characters, suitable for a terminal.
132
The line length of print output is 132 characters, suitable for a printer.
Note: PRINTLEN is not applicable when:
  • The data is printed in TABL format, or
  • You specify the wide format for the compare output listing
In either of the above cases, when data is printed the line length is determined from the number and size of fields printed. If this length is greater than the record length specified for the data set, the print line is truncated. The maximum print line length is 32760.
PRINTOUT
Specifies where print output is sent, except for batch execution.
SYSPRINT
Send print output to the current SYSPRINT allocation.
TERMINAL
Send print output to the TSO terminal.
PRINTDSN
Output is accumulated in the print data set specified in the Data set name field (PRINTDSN). This data set can browsed using the PB command or sent for printing to the JES spool queue with class specified in the Output class field using the PRINT command while browsing.
REXX
Send output to a REXX stem variable. Each line corresponds to a variable named FILEM.nnn. FILEM.0 contains the line count.

When you use the PRINT primary command in Print Browse (option 3.9), or if you specify batch execution in a File Manager panel, then print output is always sent to a JES class.

PRTCLASS
Specifies the class of the JES spool queue to be used when the PRINT command is issued while browsing the temporary print data set.
PRTDISP
Specifies the disposition of a print data set.
OLD
The print data set is cleared before each print operation, and print output is written from the beginning of the data set.
MOD
Default setting. Print output is appended to the existing print data set.
PRTTRANS
Specifies how File Manager translates non-printable characters.
OFF
No translation performed. Use PRTTRANS=OFF to support special print chains. This might make printing faster.
ON
Non-printable characters translated to blanks using a translate table.

For instructions on altering the print translate table, see the File Manager Customization Guide.

RECLIMIT
When data is printed in CHAR or LHEX print format, limits print output for each record (or OAM object).
(n,m)
Print output is limited to the data from columns (bytes) n through m. An asterisk (*) specified for m indicates the end of the record.
(1,*)
The entire record (or block) is printed.
TAPELBL
Specifies the type of labels that are created:
AL
ANSI Version 3 labels are created. (“Version 3” refers to ANSI X3.27–1978, ISO 1001–1979, and FIPS 79 standards.)
AL4
ANSI Version 4 labels are created. (“Version 4” refers to ANSI X3.27–1987 level 4 and ISO 1001–1986(E) standards.)
SL
EBCDIC labels are created.

For detailed information about ANSI tape labels, see z/OS DFSMS: Using Magnetic Tapes.

This parameter only affects Initialize Tape (option 4.12).

TEMPHLQ
TEMPHLQ specifies an installation-specific high-level qualifier for the temporary data sets created during a File Manager session. You can specify any valid qualifier, including multilevel if required, up to a total length of 24 characters. If you specify &USER. for any part of the qualifier, this is replaced with the user's userid. A multilevel qualifier with symbols follows the same rules as in the specification of a data set name with symbolic parameters in JCL procedures. Thus, a single period used after a symbol combines the symbol with the text following it (see Example 1); a period separating parts of a multilevel qualifier must be doubled (see Example 2).
Example 1
If the userid is XXXX, then specifying &USER.1.TEMP results in a high-level-qualifier of XXX1.TEMP
Example 2
If the userid is ZZZZ then specifying FMN.&USER..ABCD results in a high-level-qualifier of FMN.ZZZZ.ABCD
Note:
  1. The TEMPHLQ parameter can be up to 24 characters long. However, temporary data sets can have different lengths, and the system part of the data set name may be longer than 20 characters. In this case, minor levels of TEMPHLQ are ignored, to the extent that the final data set name is less than or equal to 44 characters.
  2. Concatenation of &USER.string could result in a part of the high-level qualifier being longer than 8 characters. In this case, the string is shortened to the extent that the final part of the qualifier is 8 characters long.
TRACECLS
Specifies the class of the JES spool queue to be used when the PRINT command is issued when browsing the temporary trace data set.
TSOPREFIX
This parameter allows you to specify the user's TSO prefix. The parameter is provided because functions run in batch mode cannot obtain the user's TSO prefix but sometimes they require it. Batch functions may require it when the &PREFIX symbol is specified in the TEMPHLQ or AUDITHLQ parameters in the File Manager Installation Options modules or the TEMPHLQ parameter of a SET function. The &PREFIX symbol represents the user's TSO prefix, so when File Manager functions encounter this symbol in any of the above parameters, they are supposed to substitute the user's TSO prefix. Batch functions can only do this, if this parameter is specified.
USEIOX
Specifies whether to invoke a user I/O exit.
Note:
  1. If your site customization for File Manager does not allow user I/O exits, you cannot use this option to override that setting.
  2. The user I/O exit values set with the SET function have no effect unless a subsequent function requests I/O exit processing using its own options; for example, USEIOXIN for the DSC (Data Set Copy) input user I/O exit.
Also, see Setting your System Processing Options (option 0.2).
NO
Do not invoke a user I/O exit.
YES
Invoke a user I/O exit. This option is only effective if your site customization for File Manager allows user I/O exits on a site-wide basis.