MEDIA
General User's Guide


Previous Contents Index

Part 5
REPORT Reference

This part of the manual describes the use of the REPORT writer with the MEDIA program.


Part 6
APPENDICES

This part of the manual describes the Logical names used by the MEDIA program.


Appendix A
Logical names

A variety of logical names are used throughout the MEDIA and MCL systems . They are used to contain both file names and parameter values. In general if the logical is not explicitly defined, built-in default values are used. The complete list of logicals used by MEDIA is provided with the software in a file called "MEDIA_MCL_LOGICALS.COM". This file allows the user to either define or deassign the logicals based on an input parameter.

A.1 MCL MEDIA logicals

The following logicals are used by MEDIA in MCL to fill in values in forms. These logicals can either be defined in a COM file such as LOGIN.COM or from the command line.

A.1.1 MEDIA default logicals

For a complete explanation of all logicals in this section, see Section 7.2. The logicals associated with setting the defaults for MEDIA in MCL begin with the prefix MCL_MEDIA_DEFAULT appended to:

A.1.2 MEDIA default job logicals

The following logicals are used in the form which appears when a user chooses to create a MEDIA job in MCL. See Section 7.2.12. .endif LAYEX The logicals associated with setting the defaults for the creation of MEDIA jobs in MCL begin with the prefix MCL_MEDIA_JOB_ appended to:

A.1.3 MEDIA default contents display logicals

For a complete explanation of all logicals on this page see Section 7.2.11. The logicals associated with setting the defaults for the contents of media (Type 2) in MCL begin with the prefix MCL_MEDIA_T2_DISPLAY_ appended to:

A.1.4 MEDIA default header display logicals

For a complete explanation of all logicals on this page, see Section 7.4.4. The logicals associated with setting the defaults for media header information (Type 1) in MCL begin with the prefix MCL_MEDIA_T1_DISPLAY appended to:

A.1.5 MEDIA confirm and log logicals

The logicals associated with setting the defaults for confirmation and logging activity begin with MCL_MEDIA_ appended to:

A.2 MCL BCKMGR logicals

The following logicals are used by BCKMGR in MCL to fill in values in forms. These logicals can either be defined in a COM file such as LOGIN.COM or from the command line.

A.2.1 BCKMGR logicals

The logicals associated with setting the defaults for BCKMGR in MCL begin with the prefix MCL_BCKMGR_ appended to:

A.3 MCL Report Writer logicals

The following logicals are used by the Report Writer in MCL to fill in default values in forms. These logicals can either be defined in a COM file such as LOGIN.COM or from the command line.

A.3.1 Set execution mode logicals

For a complete explanation of these logicals see the field descriptions in Section 7.15.2.2. The logicals associated with setting the execution mode of a report job begin with the prefix MCL_RPT_ appended to:

A.3.2 Set print parameters logicals

For a complete explanation of these logicals see the field descriptions beginning in Section 7.15.2.4. The logicals associated with setting the print parameters of a report job begin with the prefix MCL_RPT_PRINT_ appended to:

A.3.3 Set submit parameters logicals

For a complete explanation of these logicals see the field descriptions beginning on Section 7.15.2.3. The logicals associated with setting the submit parameters of a report job begin with the prefix MCL_RPT_SUBMIT_ appended to:

A.4 MCL workstation logicals

A series of logicals are used by MCL system when used on a workstation. Some of these are established in the file MCL_LIBRARY:MCL_DECW_START.COM. The various logicals are listed below:

In some of the above logicals the sym "_n" has been added on the right. The MCL system has the ability to startup multiple sessions inside of one process (just enter [Ctrl] [C] or [F6]). Each session can have its own color definitions. For example, by adding ``_2'' to the logicals they then define the attributes for session 2.


Previous Next Contents Index