| Title: | DECmcc user notes file. Does not replace IPMT. |
| Notice: | Use IPMT for problems. Newsletter location in note 6187 |
| Moderator: | TAEC::BEROUD |
| Created: | Mon Aug 21 1989 |
| Last Modified: | Wed Jun 04 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 6497 |
| Total number of notes: | 27359 |
BMS V1.2
To specify a log file you cann't use a single command -
MCC> USE LOGG ON FILE A.A
this command creates and loggs to file mcc.log not a.a
to create file a.a requires two commands -
MCC> USE LOGG ON
MCC> USE LOGG FILE A.A
I seem to remember this working correctly for V1.1.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3721.1 | QAR 3417 | TOOK::MINTZ | LKG2-2 near pole X3, cube 6072, dtn 226-5033 | Thu Sep 10 1992 15:43 | 2 |
Entered as QAR 3417 at priority L | |||||
| 3721.2 | never worked that way | MCC1::DITMARS | Pete | Fri Sep 11 1992 11:37 | 11 |
you can only specify one argument per command.
The syntax, as defined in the online help, is:
Format:
USE LOGGING [ON | OFF | FILE <filename>]
The | means "or". You need two commands to do what you want.
Sorry.
| |||||
| 3721.3 | QAR 3417 - Answer | TOOK::MINTZ | LKG2-2 near pole X3, cube 6072, dtn 226-5033 | Mon Oct 26 1992 12:32 | 5 |
And the official answer to QAR 3417: FCL's syntax has not changed; things work the same in v1.2 as in v1.1 and v1.0 | |||||