File descriptions

COBLIST

Output COBOL compiler listing.

RECFM=FBA, LRECL=133.

This file is created when compiling RMU Script and the COBOL option is coded on the PARM in the RMU Script program. This is an optional file. The default is SYSOUT=*.

FJCONFG

Optional z/OS UNIX configuration file for determining the code set for file types. The file is used when publishing the document to the z/OS UNIX server. It can be a z/OS PDS member, or a file in the UNIX directory. If FJCONFG is not in the JCL, ASCII is assumed for HTML and CSV files, and binary code for gif files.

FJDMAP0

Output list of files published to the z/OS server (z/OS UNIX).

RECFM=VB, LRECL=4096

This is an optional file. The default is SYSOUT=*.

FJIDOC0

Input file where HTML templates and CSS files are located.

RECFM=VB, LRECL=4096

This is an optional file. The default is &SYS1.SFZHDOCS PDS. If you are creating custom CSS files, place the FJIDOC0 DD name in the JCL. Concatenate &SYS1.SFZHDOCS first, followed by your own data set names.

FJIRPT0

The input report (report to be converted).

This can be an FBA/VBA or an FB/VB file. Maximum LRECL=512 (including cc).

The first byte must be a valid ANSI print control character.

FJORPT0

The output report (HTML or CSV document).

RECFM=VB, LRECL=4096

When distributing to z/OS UNIX, this file is used as a work file. When creating a z/OS flat file, this file must be downloaded to a PC (or another server). The HTML1 format output must be parsed with the FZHBPARS parser utility. For details, see Using the FZHBPARS parser utility

FJSVC99

This is an optional DD name for turning SVC99 messages ON or OFF. This is a dummy temporary file used to control RMU’s dynamic allocator messages. If supplied, it must be coded as follows:

//FJSVC99 DD DSN=&&FJSVC99(&svc99),DISP=NEW

Where:

&svc99

Can have one of the values: MSGOFF, MSGALL, or MSGTXT.

FJUNIX0

z/OS UNIX path (directory on z/OS UNIX showing where to publish the output). This is an HFS file. The maximum buffer length is 4096. The specified path must exist on z/OS UNIX with read and write permissions. When publishing to z/OS UNIX, RMU uses this path as the base directory into which all other created subdirectories and files are placed.

FJUNIX1

z/OS UNIX HFS file internally allocated by RMU. The files are dynamically allocated by RMU. Do not code this file in the JCL.

LKEDMAP

Link Edit map from the link step.

RECFM=FBA, LRECL=133

This file is created when compiling RMU Script and the LKED option is coded on the PARM in the RMU Script program. This is an optional file. The default is SYSOUT=*.

RMULIST

RMU Script compiler listing.

RECFM=FBA, LRECL=133

This file is produced by the RMU Script compiler. This is an optional file. The default is SYSOUT=*.

RMUERR1

RMU Script compiler errors.

RECFM=FBA, LRECL=133

This file is produced by the RMU Script compiler. This is an optional file. The default is SYSOUT=*.

STDERR

Standard z/OS UNIX error file. When publishing to z/OS UNIX, potential UNIX errors are written to this file. The default is STDERR in the home directory on z/OS UNIX.

STDOUT

Standard z/OS UNIX messages file. When publishing to z/OS UNIX, standard UNIX messages are written to this file. The default is STDOUT in the home directory on z/OS UNIX.

SYSIN

SYSIN of the RMU Script program.

RECFM=F, LRECL=80

This is an optional file. If present, the use of the RMU script compiler is assumed.

SYSOUT
Standard SYSOUT file for runtime messages required by every job.