next up previous contents index
Next: Summary of the Up: TMS at CERN Previous: Creating TMS pools

TMS return codes

#ifndef STNDMESG_H_INCLUDED
/************************************************************/
/*                                                          */
/* Object : Definition of the  standard  messages used  by  */
/* =======  various standard parts of the TMS system.  For  */
/*          inclusion in local message repositories         */
/*                                                          */
/* Attrib : TMS system header file.                         */
/* =======                                                  */
/*                                                          */
/* Author : (c)  Jonathan  Wood,  Systems  Group, CCD, RAL, */
/* =======  5_Nov_1988                                      */
/*                                                          */
/* ANSI C Version : Martin Ellerker, IBM Support Section,   */
/* ===============  Software Group, CERN.                   */
/*                  28_April_1993                           */
/*                                                          */
/************************************************************/
/*  File:          "stndmesg.h"                             */
/*  Dependencies:  "message.h"                              */
/************************************************************/
#define STNDMESG_H_INCLUDED 1
 
#include "message.h"
 
 
#ifndef EXCLUDE_convert_msgs
    #define EXCLUDE_convert_msgs 1
 
    QMSG(1,"Input fileid is missing")
    QMSG(2,"Unable to open input file")
    QMSG(3,"\nSyntax{%d:%d}. Expected '%s' "\
"found instead '%.*s'")
    QMSG(4,"%*.*s%c")
    QMSG(5,"Unable to open output file")
    QMSG(6,"Processed %d clauses in %d records to "\
"output file '%s'")
    QMSG(7,"Processing input file %s")
    QMSG(8,"Processed %d clauses in %d records "\
"with %d errors")
 
    #endif
 
#ifndef EXCLUDE_parser_msgs
    #define EXCLUDE_parser_msgs 1
 
    QMSG(20,"Syntax Error")
    QMSG(21,"Found '%.*s' where expected")
    QMSG(22,"%c<%-8.8s>")
    QMSG(23,"%c'%-8.8s'")
    QMSG(24,"%c %-8.8s ")
    QMSG(25,"Parser Error: %s :OPR %-8.8s")
    QMSG(27,"Parser Error: %s :OPT %-8.8s")
    QMSG(28,"Syntax fallacy at token: %-8.8s")
    QMSG(29,"Unable to load DLCS syntax file '%s'")
    QMSG(30,"Unexpected clause type during load at block %d")
 
    #endif
 
#ifndef EXCLUDE_index_msgs
    #define EXCLUDE_index_msgs 1
    QMSG(35,"Rebuild attempted for indices on: %.*s code %d")
    QMSG(36,"Routine for index rebuild on: %.*s not provided")
    #endif
 
#ifndef EXCLUDE_util_msgs
    #define EXCLUDE_util_msgs 1
 
    QMSG(40,"Getcor failure for %d * %d bytes")
    QMSG(41,"Message buffer too small: Msg number %5.5d")
    QMSG(42,"Host command complete rc=%d")
 
    #endif
 
 
#ifndef EXCLUDE_comms_msgs
    #define EXCLUDE_comms_msgs 1
 
    QMSG(45,"**** Possible command retry: may have been "\
"executed")
    QMSG(50,"Schedule table error. Item number %d."\
"      SQLCODE %d")
 
 
    #endif
 
#ifndef EXCLUDE_sched_msgs
    #define EXCLUDE_sched_msgs 1
 
    QMSG(55,"Recurrence interval too large!")
    QMSG(56,"Permission Denied: Scheduled request %d")
    QMSG(57,"Command too long to schedule!")
 
    QMSG(58,"Reqnum   Userid   Command  Last_Date       "\
"Next_date       Recursion")
    QMSG(59,"-------- -------- -------- --------------- "\
"--------------- -----------------")
    QMSG(60,"%8.1d %-8.8s %-8.8s %15.6f %15.6f %8.8s %-8.8s")
    QMSG(61,"%.*s %1.8d")
    QMSG(62,"%.*s")
 
    #endif
 
#ifndef EXCLUDE_feature_msgs
    #define EXCLUDE_feature_msgs 1
 
    QMSG(65,"Invalid feature type: %.*s")
    QMSG(66,"Unsupported feature: %.*s")
    QMSG(67,"Feature change rejected: %.*s")
    QMSG(68,"%-8.8s")
    QMSG(69,"%.*s %-8.8s")
 
    #endif
 
#ifndef EXCLUDE_secure_msgs
    #define EXCLUDE_secure_msgs 1
 
    QMSG(70,"Permission denied: Command %.*s")
    QMSG(71,"Not you again?")
    QMSG(72,"You are becoming a nuisance")
    QMSG(73,"Your activity is being logged")
    QMSG(74,"Desist!  You have been warned")
    QMSG(75,"Your file has been passed to "\
"the Fraud Squad")
 
    QMSG(76,"Authorisation not found")
    QMSG(77,"Authorisation already exists")
    QMSG(78,"%-9.8s")
    QMSG(79,"%.*s %-8.8s")
 
 
    #endif
 
#ifndef EXCLUDE_dbase_msgs
    #define EXCLUDE_dbase_msgs 1
 
    QMSG(80,"Severe SQL error SQLCODE=%d Attempting recovery")
    QMSG(81,"Severe SQL error SQLCODE=%d Unable to recover")
    QMSG(82,"SQL Diagnostic error report:\n"\
" SQLCAID: %-8.8s SQLCABC: %d SQLCODE: %d SQLERRP: %-8.8s")
    QMSG(83," SQLERRM: %.*s")
    QMSG(84," SQLERRD: %d %d %d %d %d %d")
    QMSG(85," SQLEXT : %-5.5s")
    QMSG(86," SQLWARN: 0123456789A\n          %-11.11s")
 
    #endif
 
#ifndef EXCLUDE_main_msgs
    #define EXCLUDE_main_msgs 1
 
    QMSG(87,"Installation configuration complete")
    QMSG(88,"Installation configuration already complete")
    QMSG(89,"Initialisation already complete")
    QMSG(90,"**** %.*s: Sub-Command implementation deferred")
    QMSG(91,"**** %s stopped by %-8.8s on %-8.8s")
    QMSG(92,"**** %.*s: Command implementation deferred")
    QMSG(93,"**** %s initialisation complete")
    QMSG(94,"**** Command processor restart: %d")
    QMSG(95,"%s restarting at %.24s in '%s' mode")
    QMSG(96,"**** New command accepted at %.24s from "\
"%-8.8s (%-8.8s) on %-8.8s:\n%.*s")
    QMSG(97,"**** Completion code %d at %.24s")
    QMSG(98,"%s terminating at %.24s with code: %d")
    QMSG(99,"**** The %s is temporarily unavailable")
 
    #endif
 
#endif                            /* ifndef x_H_INCLUDED     */
 
/* UPDATES APPLIED AT 09:43:45 ON 12 AUG 1993
UUU$GG
*         STNDME$H UUU$GG   D1 REL191  08/12/93   09:40:06
*/

#ifndef APPLMESG_H_INCLUDED
/************************************************************/
/*                                                          */
/* Object : Definition  of the  message repository for the  */
/* =======  application server program.  Insert application */
/*          specific messages.                              */
/*                                                          */
/* Attrib : Application system Header file.                 */
/* =======                                                  */
/*                                                          */
/* Author : (c)  Jonathan  Wood,  Systems  Group, CCD, RAL, */
/* =======  5_Nov_1988                                      */
/*                                                          */
/************************************************************/
/*  File:          "applmesg.h"                             */
/*  Included by:   "message.h"                              */
/************************************************************/
#define APPLMESG_H_INCLUDED 1
 
QMSG(101,"%s")
 
/*************************************************************/
/*  Msgs for QTAPE command                                   */
/*************************************************************/
QMSG(102,"%-8.8s %9.1ld %-8.8s %-8.8s %8.1ld %8.1ld")
QMSG(103,"Unknown volume : %-6.6s")
 
/*************************************************************/
/*  Msgs for QUERY VID command                               */
/*************************************************************/
QMSG(104,"Volume(s) not found")
QMSG(105," %-8.8s")
QMSG(106," %-6.6s")
QMSG(107," %-3.3s")
QMSG(108," %-1.1s")
QMSG(109," %-12.12s")
QMSG(110," %015.6f")
QMSG(111," %8.1ld")
QMSG(112," %5.1hd")
QMSG(113,"%.*s %.6s - %.6s %.*s")
QMSG(114,"%-6.6s")
QMSG(115," %8.8s")
 
/*************************************************************/
/*  Msgs for LIBRARY and QUERY LIBRARY commands              */
/*************************************************************/
QMSG(119,"Library not empty: %-.8s")
QMSG(120,"Duplicate library name: %-.8s")
QMSG(121,"Unknown library: %-.8s")
QMSG(122,"Library not empty: %-.8s")
QMSG(123,"Library size change invalid: %-8.8s")
QMSG(125,"Library  Czar     Group    R A L S M Target   "\
"Retain Racks  Slots    Spare")
QMSG(126,"-------- -------- -------- - - - - - -------- "\
"------ ------ -------- --------")
QMSG(127,"%-8.8s %-8.8s %-8.8s %c %c %c %c %c %-8.8s "\
"%6.1ld %6.1ld %8.1ld %8.1ld")
QMSG(128,"%.*s")
QMSG(129,"%.*s %-8.8s %-8.8s")
 
/*************************************************************/
/*  Msgs for RACK    command                                 */
/*************************************************************/
QMSG(130,"Slot(s) in use: %-8.8s %1.1d %1.1d")
QMSG(131,"Unracked library: %-8.8s")
QMSG(132,"Unknown rack: %-8.8s %1.1d")
QMSG(133,"Invalid status change: %-8.8s %1.1d %1.1d")
QMSG(134,"Invalid split/join for rack: %-8.8s %1.1d %1.1d")
QMSG(135,"Rack too large: %-8.8s %1.1d %1.1d")
QMSG(136,"Slot was not in use: %-8.8s %8.1d")
QMSG(137,"Invalid device model: %-6.6s")
 
/*************************************************************/
/*  Msgs for Rule validation functions.                      */
/*************************************************************/
QMSG(139,"Permission Denied: Account %-8.8s")
QMSG(140,"Permission Denied: Volume %-6.6s")
QMSG(141,"Permission Denied: No volumes found")
QMSG(142,"Permission Denied: Library %-8.8s not found")
QMSG(143,"Permission Denied: Library %-8.8s")
QMSG(144,"Permission Denied: Group %-8.8s Account %-8.8s")
 
/*************************************************************/
/*  Msgs for Group Manipulation functions                    */
/*************************************************************/
QMSG(145,"Permission Denied: Volume account mismatch")
QMSG(146,"Permission Denied: Group exists")
QMSG(147,"Permission Denied: Group in use")
 
/*************************************************************/
/*  Msgs for Query Group(s) functions                        */
/*************************************************************/
QMSG(148,"*Account ")
QMSG(149,"*Userid  ")
QMSG(150,"*World   ")
QMSG(151,"%-9.8s")
QMSG(152,"%-7.6s")
QMSG(153,"%.*s %c %-8.8s")
 
/*************************************************************/
/*  Msgs for Query RACK     function                         */
/*************************************************************/
QMSG(154,"Library  Start    End      Slots    Spare    "\
"Model  Status")
QMSG(155,"-------- -------- -------- -------- -------- "\
"------ ------")
QMSG(156,"%-8.8s %8.1d %8.1d %8.1d %8.1d %-6.6s %c")
QMSG(157,"%.*s %8.1d ")
 
/*************************************************************/
/*  Msgs for MOVE           functions                        */
/*************************************************************/
QMSG(160,"Insufficient space: Library %-8.8s")
QMSG(161,"Move initiated for %1.1d volumes out of %1.1d tried")
QMSG(162,"Logical library: %-8.8s")
QMSG(163,"Insufficient space in library")
 
/*************************************************************/
/*  Msgs for the REQUEST queue manipulation functions        */
/*************************************************************/
QMSG(170,"Duplicate action request for vid: %-6.6s")
QMSG(171,"Request not found: vid %-6.6s")
QMSG(172,"Permission denied: Request on vid %-6.6s")
 
QMSG(173,"A C Target_1 Target_2 Requestr Jobname  Owner    "\
"Date            Jobid   ")
QMSG(174,"- - -------- -------- -------- -------- -------- "\
"--------------- --------")
QMSG(175,"%c %c %-8.8s %8.1d %-8.8s %-8.8s %-8.8s %15.6f"\
" %-8.8s")
QMSG(176,"%.*s %8.1d")
 
QMSG(177,"%1.1d requests of type '%.*s' found")
QMSG(178,"%-6.6s %-8.8s %8.1d %c %-8.8s %8.1d "\
"%-8.8s %15.6f %-8.8s")
QMSG(179,"%.*s %-8.8s %1.1d %-8.8s %1.1d "\
"%-6.6s %1.1d")
QMSG(180,"VID    Cur_lib  Cur_slot C Target_1 Target_2 "\
"Userid   Date            Target_3")
QMSG(181,"------ -------- -------- - -------- -------- "\
"-------- --------------- --------")
 
/*************************************************************/
/*  Msgs for the MOUNT   command and subcommands             */
/*************************************************************/
QMSG(182,"Volume locked read-only: %-6.6s")
QMSG(183,"Operating system unknown: %-8.8s")
QMSG(184,"Volume preallocated: %-6.6s")
QMSG(185,"Volume being deleted: %-6.6s")
QMSG(186,"Volume absent: %-6.6s")
QMSG(187,"Volume held: %-6.6s")
QMSG(188,"Volume unknown to TMS: %-6.6s")
QMSG(189,"Volume not in %.*s: %-6.6s")
QMSG(190,"Volume busy: %-6.6s")
QMSG(191,"Volume mount not (yet) active: %-6.6s")
QMSG(192,"Volume ring status changed: %-6.6s")
QMSG(193,"%-6.6s %-8.8s %8.1d %-6.6s %-3.3s %8.8s %-8.8s "\
"%8.1d %8.1d %1.1c")
QMSG(194,"Attempting auto-move to library: %-8.8s")
QMSG(195,"Volume is not of type '%.*s': %-6.6s")
 
/*************************************************************/
/*  Msgs for the CLEAN   command                             */
/*************************************************************/
QMSG(196,"Clean initiated for %1.1d volumes out of %1.1d "\
"tried")
 
/*************************************************************/
/*  Msgs for the ENTER/ISSUE commands                        */
/*************************************************************/
QMSG(200,"Rejected: Unknown device type: Model %-6.6s "\
"Max_den %-6.6s Length %d")
QMSG(201,"Rejected: Invalid density: %-6.6s")
QMSG(202,"Rejected: Invalid VSN range %-.6s-%-.6s")
QMSG(203,"Rejected: VID not the same as VSN")
QMSG(204,"Rejected: VID wraparound")
QMSG(205,"Rejected: Only %d slots available for %d volumes")
QMSG(206,"Rejected: %d VIDs in range already exist")
QMSG(207,"Rejected: Invalid Account(%-8.8s) or "\
"Userid(%-8.8s)")
QMSG(208,"Rejected: Congested VID range - pick another!")
QMSG(209,"Rejected: Ran out of slots with %d volumes to go")
QMSG(210,"Rejected: Unexpectedly entered no volumes!!")
QMSG(211,"Rejected: Insufficient supply of requested "\
"device type")
QMSG(212,"Rejected: Unknown allocation series: %-8.8s")
QMSG(213,"Rejected: Limit of %d volumes exceeded")
QMSG(214,"Rejected: Foreign batch not found: Model %.6s "\
"Max_den %-6.6s Length %d")
 
/*************************************************************/
/*  Msgs for the TAG     command                             */
/*************************************************************/
QMSG(220,"%d")
QMSG(221,"%.*s")
 
/*************************************************************/
/*  Msgs for the REMOVE and RETURN commands                  */
/*************************************************************/
QMSG(225,"Remove initiated for %1.1d volumes out of %1.1d "\
"tried")
QMSG(226,"Return initiated for %1.1d volumes out of %1.1d "\
"tried")
QMSG(227,"Volume is not absent: %6.6s")
 
/*************************************************************/
/*  Msgs for the DEVTYPE and QUERY DEVTYPES commands         */
/*************************************************************/
QMSG(230,"Unknown devtype: Model %-6.6s Max_den %d "\
"Length %d")
QMSG(231,"Duplicate devtype: Model %-6.6s Max_den %d "\
"Length %d")
QMSG(232,"Devtype in use: Model %-6.6s Max_den %d "\
"Length %d")
 
QMSG(233,"Model   Max_den   Length     Code Sort Group    "\
"P Max_strp Strp_siz")
QMSG(234,"------ -------- -------- -------- ---- -------- "\
"- -------- --------")
QMSG(235,"%6.6s %8.8s %8.1d %8.1d %4.4s %8.8s %c %8.1d %8.1d")
QMSG(236,"%.*s : %.6s %8.8s %d")
 
/*************************************************************/
/*  Msgs for the SUPPLY  and QUERY SUPPLY   commands         */
/*************************************************************/
QMSG(240,"Supply order requested not found")
QMSG(241,"Only %d volumes are still outstanding for this "\
"supply order")
QMSG(242,"Supply order already exists")
 
QMSG(243,"Reqnum   Batchnum Model    Maxden   Length S "\
"   Total     Left  Broken  Date")
QMSG(244,"-------- -------- ------ -------- -------- - "\
"-------- -------- -------- --------")
QMSG(245,"%-8.8s %8.1d %-6.6s %8.8s %8.1d %c %8.1d %8.1d "\
"%8.1d %8.8d")
 
QMSG(246,"%.*s %d")
QMSG(247,"%.*s %d %d")
 
QMSG(248,"Reqnum   Batchnum Model    Maxden   Length S "\
"   Total     Cost Userid   Manufact")
QMSG(249,"%-8.8s %8.1d %-6.6s %8.8s %8.1d %c %8.1d %8.1d "\
"%-8.8s %-8.*s")
 
QMSG(250,"Supply batch %d not found")
QMSG(251,"Batch %d is not in supply")
QMSG(252,"Batch %d is not HELD")
QMSG(253,"Supply batch only has %d volumes left")
QMSG(254,"Supply batch only has %d broken volumes")
QMSG(255,"Batch %d is in use")
 
QMSG(258,"Density value must not be greater than MaxDensity")
 
 
QMSG(260,"Volume %-6.6s not Free or Held")
QMSG(261," Volume %-6.6s")
QMSG(262,"Transfer from %-8.8s to %-8.8s and account "\
"unchanged")
QMSG(263,"Non existant new group: %-8.8s Account %-8.8s "\
"Volume %-6.6s")
QMSG(264,"No matching volumes found belonging to %-8.8s")
QMSG(265,"Permission Denied: Operand %.*s")
 
/*************************************************************/
/*  Msgs for the QUERY CONTENTS command.                     */
/*************************************************************/
QMSG(270,"Empty library: %-8.8s")
QMSG(271,"Library      Slot Type VID    Model  Owner    "\
"Account  S")
QMSG(272,"-------- -------- ---- ------ ------ -------- "\
"-------- -")
QMSG(273,"%-8.8s %8.1d Home %-6.6s %-6.6s %-8.8s %-8.8s %c")
QMSG(274,"%-8.8s %8.1d Move %-6.6s %-6.6s %-8.8s %-8.8s %c")
QMSG(275,"%.*s %-6.6s %8.1d")
QMSG(276,"No volumes found in given slot range")
QMSG(277,"Slots for library %-8.8s between %8.1d and %8.1d")
 
/*************************************************************/
/*  Msgs for the OPSYSTEM and QUERY OPSYSTEM commands        */
/*************************************************************/
QMSG(280,"Unknown Operating system: %-8.8s")
QMSG(281,"Duplicate Operating system: %-8.8s")
QMSG(282,"System   Generic  Userid   SysType  Enq Scr "\
"Location")
QMSG(283,"-------- -------- -------- -------- --- --- "\
"------------------------------")
QMSG(284,"%-8.8s %-8.8s %-8.8s %-8.8s  %c   %c  %.*s")
QMSG(285,"%.*s %.8s %.8s")
QMSG(286,"Requests outstanding from system %-8.8s")
QMSG(287,"Require location identifier")
 
/*************************************************************/
/*  Messages for the LOGICAL family of commands              */
/*************************************************************/
QMSG(290,"Library not logical: %-8.8s")
QMSG(291,"Duplicate cartridge: %-8.8s")
QMSG(292,"Unknown cartridge: %-8.8s")
QMSG(293,"Stripe range invalid: %1.1d-%1.1d")
QMSG(294,"Stripe(s) in use: %-8.8s %1.1d-%1.1d")
 
QMSG(295,"Cart     VID    Stripe_1 Stripe_2 Last_written    "\
"S Userid   Account  Library")
QMSG(296,"-------- ------ -------- -------- --------------- "\
"- -------- -------- --------")
QMSG(297,"%-8.8s %-6.6s %8.1d %8.1d %15.6f "\
"%c %-8.8s %-8.8s %-8.8s")
QMSG(298,"%.*s %-6.6s")
 
QMSG(299,"Cart     Model  Volumes  Userid   Account  "\
"Library      Slot Group")
QMSG(300,"-------- ------ -------- -------- -------- "\
"-------- -------- --------")
QMSG(301,"%-8.8s %-6.6s %8.1d %-8.8s %-8.8s "\
"%-8.8s %8.1d %-8.8s")
QMSG(302,"%.*s %-8.8s %-8.8s")
 
/*************************************************************/
/* For the QVOL command                                     */
/*************************************************************/
QMSG(310,"%-6.6s Volume Not Known. %25.1c")
QMSG(311,"%-6.6s %-8.8s %8.8ld %-6.6s %8.8s %1.1c %1.1c "\
"%1.1c %1.1c %1.1c %1.1c %8.8s %5.5ld %5.5ld %-3.3s")
QMSG(313,"Unknown Generic Operating System: %-8.8s")
QMSG(314,"Unknown Operating System: %-8.8s")
QMSG(315,"Volume unmountable")
QMSG(316,"Ignoring option: %-8.8s")
 
/*************************************************************/
/* For the ALLOCATE command                                 */
/*************************************************************/
QMSG(320,"Can not allocate zero tapes.")
QMSG(321,"Allocated %d tape%sof device code %d")
QMSG(322,"Allocated %d tape%sfrom batch %d.")
 
/*************************************************************/
/* For the Transparent Tape Staging Interface.              */
/*************************************************************/
QMSG(330,"rc = %d  from TMSPURGE of vid: %6.6s")
QMSG(331,"Error flushing tape in Transparent Tape Stager. "\
"Probable stage out pending.")
QMSG(400,"Exchange initiated for vid: %6.6s")
 
/*************************************************************/
/*  Msgs for the CZAR/MANAGER command                        */
/*************************************************************/
QMSG(1076,"Czar/Account/Node not found")
QMSG(1077,"Czar/Account/Node already exists")
QMSG(1078,"%-9.8s")        /* Not used */
QMSG(1079,"%.*s %-8.8s %-8.8s %-8.8s")
QMSG(1080,"%.*s %-8.8s %-8.8s")
QMSG(1081,"%.*s %-8.8s")
QMSG(1121,"Unknown Czar   : %-.8s")
QMSG(1122,"Unknown Account: %-.8s")
QMSG(1125,"Manager  Account  Node     Set")
QMSG(1126,"-------- -------- -------- ---")
QMSG(1127,"%-8.8s %-8.8s %-8.8s  %c")
QMSG(1128,"%.*s")
QMSG(1129,"%.*s %-8.8s %-8.8s")
QMSG(1130,"TMS authorization granted to %-8.8s for "\
"account %-8.8s node %-8.8s")
QMSG(1131,"TMS authorization revoked from %-8.8s for "\
"account %-8.8s node %-8.8s")
QMSG(1140,"Permission Denied: Account %-8.8s Node %-8.8s")
 
/*************************************************************/
/*  Msgs for the Frequently Used Commands algorithm          */
/*************************************************************/
QMSG(1200,"**** Vector initialisation failure")
QMSG(1205,"Command    Location    Count MilliSec   "\
"    Next Previous   Syntax")
QMSG(1206,"--------   -------- -------- --------   "\
"-------- -------- --------")
QMSG(1207,"%-8.8s   %8x %8lu %8lu   %8x %8x %8x")
QMSG(1208,"%-8.8s %6lu")
QMSG(1210,"%.*s %-8.8s")
 
/*************************************************************/
/*  Message for the QUERY FREE1ST SUBCOMMAND                 */
/*************************************************************/
QMSG(2001,"First free slot: %d")
 
/*************************************************************/
/*  Msgs for the FLUSH SYSTEM command                        */
/*************************************************************/
QMSG(2010,"All MOUNT requests flushed")
QMSG(2011,"No MOUNT requests found")
 
/*************************************************************/
/*  Msgs for the extended AUTHUSER command                   */
/*************************************************************/
QMSG(2076,"%-8.8s")
QMSG(2077,"%-8.8s by %-8.8s")
QMSG(2078,"%-8.8s AT %-8.8s")
QMSG(2079,"%.*s %-8.8s %-8.8s")
QMSG(2080,"%.*s FROM %-8.8s")
 
/*************************************************************/
/*  Msgs for the extended QUERY COMMAND command              */
/*************************************************************/
QMSG(2090,"General commands for %-8.8s at %-8.8s")
QMSG(2091,"All possible commands for %-8.8s at %-8.8s")
QMSG(2092,"Authorised commands for %-8.8s at %-8.8s")
QMSG(2095,"------- -------- --- -------- -- --------")
QMSG(2096,"--- -------- -------- --- -------- -- --------")
QMSG(2097,"---------- -------- --- -------- -- --------")
QMSG(2100,"General command %-8.8s not found")
QMSG(2101,"Command %-8.8s not found")
QMSG(2102,"Authorised command %-8.8s not found")
 
/*************************************************************/
/*  Msgs for the extended QUERY LIBRARY command              */
/*************************************************************/
QMSG(2125,"Library  Czar     Group    Slots    Spare    "\
"Location")
QMSG(2126,"-------- -------- -------- -------- -------- "\
"------------------------------")
QMSG(2127,"%-8.8s %-8.8s %-8.8s %8.1ld %8.1ld %.*s")
QMSG(2129,"%.*s %-8.8s %-8.8s ( LOCID")
 
/*************************************************************/
/*  Msgs for the extended unit address field in MOUNT        */
/*************************************************************/
QMSG(2175,"%c %c %-8.8s %8.8s %-8.8s %-8.8s %-8.8s "\
"%15.6f %-8.8s")
QMSG(2178,"%-6.6s %-8.8s %8.1d %c %-8.8s %8.8s "\
"%-8.8s %15.6f %-8.8s")
 
/*************************************************************/
/*  Msgs for the extended checking in the MOUNT command      */
/*************************************************************/
QMSG(2190," Volume in use on this system: %6.6s")
QMSG(2193," Request for volume %6.6s creates deadlock")
 
/*************************************************************/
/*  Msgs for the GENERIC and QUERY GENERIC commands          */
/*************************************************************/
QMSG(2200,"No Generic type for model %-6.6s library %-8.8s "\
"density %d system %-8.8s")
QMSG(2201,"Generic type for model %-6.6s library %-8.8s "\
"density %d system %-8.8s already exists")
QMSG(2202,"Model  Library  Density  SysType  Name  ")
QMSG(2203,"------ -------- -------- -------- ------")
QMSG(2204,"%-6.6s %-8.8s %8.8s %-8.8s %-6.6s")
QMSG(2205,"%.*s %-6.6s %-8.8s %8.8s %-8.8s")
 
/*************************************************************/
/*  Msgs for the FINDVIDS command                            */
/*************************************************************/
QMSG(2210,"FINDVIDS USERID %-8.8s VID %-6.6s TEXT   "\
"LIKE %.*s")
QMSG(2211,"FINDVIDS USERID %-8.8s VID %-6.6s BINARY "\
"LIKE %.*s")
QMSG(2212,"FINDVIDS USERID %-8.8s VID %-6.6s VOLINFO "\
"LIKE %.*s")
QMSG(2213,"FINDVIDS LIBRARY %-8.8s VID %-6.6s TEXT   "\
"LIKE %.*s")
QMSG(2214,"FINDVIDS LIBRARY %-8.8s VID %-6.6s BINARY "\
"LIKE %.*s")
QMSG(2215,"FINDVIDS LIBRARY %-8.8s VID %-6.6s VOLINFO "\
"LIKE %.*s")
QMSG(2216,"%-6.6s %.*s")
 
/*************************************************************/
/*  Msgs for the UPDATE command                              */
/*************************************************************/
QMSG(2400,"No new label information given")
QMSG(2401,"Label for VID %-6.6s: Type=%-3.3s;  VSN=%-6.6s;  "\
"Density=%8.8s")
 
/*************************************************************/
/*  Msgs for the DENSITY mapping command                     */
/*************************************************************/
QMSG(2500,"Model  Density  Code     P")
QMSG(2501,"------ -------- -------- -")
QMSG(2502,"%-6.6s %-8.8s %8.d %c")
QMSG(2503,"%.*s %-6.6s %-8.8s %8.d")
QMSG(2504,"Cannot update Primary Key Field")
QMSG(2505,"Mapping already exists")
QMSG(2506,"Mapping does not exist")
QMSG(2507,"Density %8.8s invalid for model %6.6s")
QMSG(2510,"Cannot delete Primary Entry")
QMSG(2511,"Cannot update code for Primary Entry")
 
/*************************************************************/
/*  Msgs for the LOCATION mapping command                    */
/*                                                           */
/*  Warning --> Location command relies on 2505 & 2506 above */
/*************************************************************/
QMSG(2520,"Code   Location Description")
QMSG(2521,"------ ------------------------------")
QMSG(2522,"%-6.d %.*s")
QMSG(2523,"%.*s %-6.d")
 
/*************************************************************/
/*  Msgs for the extended FEATURE QUERY ALERTEE command      */
/*************************************************************/
QMSG(9068,"%-8.8s at %-8.8s")
QMSG(9069,"%.*s %-8.8s AT %-8.8s")
 
/*************************************************************/
/*  Msgs for general Code debugging facilities               */
/*************************************************************/
QMSG(9900,"SQL Debug: %-8.8s  ->  %8.8x.%8.8x")
QMSG(9910,"PDate: %8.8d")
QMSG(9911,"PTime: %8.8d")
QMSG(9912,"DateTime: %f")
QMSG(9920,"Sqlcode: %d")
QMSG(9921,"__%s.%d")
QMSG(9922,"R%d code %d")
 
#endif
 
/* UPDATES APPLIED AT 09:36:29 ON 12 AUG 1993
UNITADDR * T. Cass      22 Mar 91 * Store MOUNT unit addr as char strin
*         APPLMESG UNITADDR D1 REL191  06/07/93   14:20:05
VOLINFO  * M. Ellerker   7 Jul 93 * Find Volinfo for user/lib
*         APPLMESG VOLINFO  D1 REL191  07/07/93   14:18:15
REORG10  * M. Ellerker  23 Jul 93 * Only allow GENERIC OR SYSTEM
*         APPLMESG REORG10  D1 REL191  08/06/93   14:30:20
DENMAP   * M. Ellerker   6 Aug 93 * Forgot this one !
*         APPLMESG DENMAP   D1 REL191  08/06/93   17:28:17
*/


Janne Saarela
Mon May 15 09:59:59 METDST 1995