Google
 

Trailing-Edge - PDP-10 Archives - bb-d868e-bm_tops20_v41_2020_dist_1of2 - 4-1-documentation/setspd.tco
There are 21 other files named setspd.tco in the archive. Click here to see a list.
			18-Nov-82 12:16:30
*****************************************************************************
 *** 21.SDC.1
*****************************************************************************



[S]

     SETSPD requires SERCOD but dosen't need to.


[D]

     As above.


[C]

     Don't.

*****************************************************************************
 *** 22.SDC.1
*****************************************************************************



[S]

     Trailing spaces on  a  terminal  speed  command  line  can  cause
problems.


[D]

     SETSPD should get rid of them.


[C]

     Eat trailing spaces.

*****************************************************************************
 *** 23.SDC.1
*****************************************************************************



[SYMPTOM]

     With PCO 20-MONITO-288 installed, lowercase printers  may  become
uppercase.

[DIAGNOSIS]

     If  the  4-CONFIG.CMD  has  PRINTER  command  lines  without  the
LOWERCASE  keyword  following  lines  with  it  for  a given unit, the
lowercase setting is reset.

[CURE]

     Make SETSPD latch any  lowercase  setting  for  a  printer  unit.
Alternatively,  a  user  might  include  the  LOWERCASE keyword on all
appropriate PRINTER commands in the 4-CONFIG.CMD file.
*****************************************************************************
 *** 24.SDC.1
*****************************************************************************



[S]


     SETSPD will not allow definition of a logical name  containing  a
"-".


[D]


     TEXTI JSYS is used with the RD%PUN break set.  This breaks  on  a
"-".


[C]


     Check for "-" and if it is the break character then read the rest
of the logical name.


*****************************************************************************
 *** 25.SDC.1
*****************************************************************************



[SYMPTON]


     When booting the system SETSPD outputs the error message:   COULD
NOT SET MTA X SERIAL   XXXX.

[DIAGNOSIS]


     SETSPD does not know about TU77 tape drives.

[CURE]


     Add an entry in SETSPD's table to teach it about TU77's.  Also be
certain  to  include  TU77  on  each  line  in  the  CONFIG  file that
identifies a TU77 (i.e.  MAGTAPE 0 1234 TU77).
*****************************************************************************
 *** 26.SDC.1
*****************************************************************************



[S]

     There is no  BATCH-BACKGROUND  command  even  though  the  system
managers guide says there should be.


[D]

     The BATCH-BACKGROUND command  is  in  SETSPDs  command  table  as
BACKGROUND.


[C]

     Change the name to BATCH-BACKGROUND.

*****************************************************************************
 *** 27.SDC.1
*****************************************************************************



[SYMPTOM]

     If the "ALL" keyword is used in the 4-CONFIG.CMD file  to  denote
times  for  automatic  accounting  shift  change to occur, Fridays are
missed.

[DIAGNOSIS]

     The argument for the keyword omits the bit for Friday.

[CURE]

     Include the bit for Friday in the DOWTAB table.
*****************************************************************************
 *** 28.SDC.1
*****************************************************************************



[SYMPTOM]

     SETSPD needs to have version number set.

[DIAGNOSIS]

     As above.

[CURE]

     Set it for the monitor version and Autopatch edit level.
*****************************************************************************
 *** 29.SDC.1
*****************************************************************************



[S]

     NONE.


[D]

     This edit is a tracking edit for  another  program  version.   No
actual code changes for this edit to this version have been generated.


[C]

     NONE.

*****************************************************************************
 *** 30.SDC.1
*****************************************************************************



[S]

     NONE.


[D]

     This edit is a tracking edit for  another  program  version.   No
actual code changes for this edit to this version have been generated.


[C]

     NONE.

*****************************************************************************
 *** 31.SDC.1
*****************************************************************************



[S]

     Invalid help message pointer error when ?   is  typed  in  output
speed field of TERMINAL command.


[D]

     BLT into command state block does wrong number of words.


[C]

     Do correct BLT.

*****************************************************************************
 *** 32.SDC.1
*****************************************************************************



[SYMPTOM]

TU45 is no longer used as the default magtape type if the  type  field
is left out of the CONFIG file. 

[DIAGNOSIS]

Oversight.

[CURE]

Pass TU45 to COMND% as the default for the tape type field.
*****************************************************************************
 *** 33.SDC.1
*****************************************************************************



[SYMPTOM]

When SETSPD gets an error reading the CONFIG file, the user has no way
of knowing which line was bad.

[DIAGNOSIS]

SETSPD uses routines from CMD to handle errors.  CMD assumes the input
is  from  the  terminal  and  does  not echo the command line after an
error.

[CURE]

Move the necessary routines from CMD to SETSPD and add  a  routine  to
output the command line before issuing the error message.