Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

The KDCPSYSL tool - inserting message texts

The editing tool KDCPSYSL reads the SAM file created with KDCCSYSL and from it creates a SAM file which contains the message number and message text with current inserts for each UTM message.

The date and time are inserted at the start of the UTM message. The inserts that are not contained in the message text are added at the end. Inserts that provide hexadecimal information are prepared in printable form (e.g. BCAM info word in UTM message K065).

You can also edit the SYSLOG file with message texts from your own message module. In this case, enter the name of your message module after the UTM message:

K608 Please enter name of user message module, a blank, or /EOF.

If a user-specific module library was assigned beforehand with /SET-TASKLIB LIBRARY=, then KDCPSYSL searches for the specified module in this library.

If a blank or “/EOF” is entered in response to the UTM message or if the module is not found in the TASKLIB, then KDCPSYSL edits the UTM messages using the standard message module of openUTM.

The file created with KDCPSYSL is a SAM file, which contains one or more print lines for each UTM message. This file can be printed out using the PRINT-FILE command:

/PRINT-FILE FILE-NAME=file_out,LAYOUT-CONTROL=PARAMETERS(CONTROL-CHARACTERS=EBCDIC)

Calling KDCPSYSL

/SET-FILE-LINK FILE-NAME=file_in,LINK-NAME=SLOGSAM
/CREATE-FILE FILE-NAME=file_out,
/SET-FILE-LINK FILE-NAME=file_out,LINK-NAME=SLOGEDIT,ACCESS-METHOD=SAM
[/SET-TASKLIB LIBRARY=omlname]
/START-EXECUTABLE-PROGRAM FROM-FILE=*LIB-ELEM(LIB=SYSLNK.UTM.070.UTIL,ELEM=KDCPSYSL)

You can also start KDCPSYSL using the SDF START-KDCPSYSL command, see also openUTM manual “Using UTM Applications on BS2000 Systems”, section, Starting UTM tools via separate SDF commands".

KDCPSYSL responds with the UTM message:

K608 Please enter name of user message module, a blank, or /EOF.

Enter the following:

'BLANK'

or

K2 and /EOF and /R

or

message_module_name


The effect of these entries is illustrated in the text above.


Meaning of parameters:

file_in

Name of the output file of KDCCSYSL (=input file of KDCPSYSL)

file_out

Name of the output file of KDCPSYSL

omlname

Name of the library (OML) containing the user-specific message module

message_module_name


Name of the user-specific message module