EM3270 Manual
EM3270 Emulator Command Set
Tandem EM3270 Manual—110332 4-11
LOG1 and LOG2 Commands
process-name
specifies the name of the EM3270 emulator process for which configuration
information is requested. If you do not specify a value for process-name, the
process set in the preceding SET PROCID command or the default value of
$EM is assumed.
Examples
INFO PROCESS $XYZ
ASSUME DEVICE
INFO/OUT$S/*
Messages
1008, 1014, 1036, 1083, and 1084.
LOG1 and LOG2 Commands
The LOG1 and LOG2 commands close the current log files, if any exist. You can also
use these commands to open a new log file. If a disk file is used, its record size must be
132 characters or greater to avoid line truncation.
TO file-name
opens a new log file specified by file-name. If the file is a disk file, its record size
must be at least 132 characters.
STOP
stops the logging and closes the log file.
Examples
LOG1 TO $0
LOG2 TO $DATA.LOGS.LOG1
LOG2 STOP
Messages
1004, 1033, 1039, 1054, 1055, and 1056.
{ LOG1 | LOG2 } { TO file-name | STOP }
Note. LOG1 generates tokenized EMS format messages suitable for directing to a collector,
such as $0. LOG2 generates text format messages suitable for disk files, printers or the
spooler.