%!PS-Adobe-2.0 %%Creator: VAX DOCUMENT V1.2 %%+Copyright (c) 1986,1987,1988,1989 DIGITAL EQUIPMENT CORPORATION. %%+All Rights Reserved. %%DocumentFonts: (atend) %%Pages: (atend) %%EndComments /DEC_DVC$dict where { %FIND DICTIONARY pop }{ %else /DEC_DVC$dict 300 dict def } ifelse /BeginDVC$PSDoc { %BEGIN DOCUMENT vmstatus pop pop 0 eq { DEC_DVC$dict begin InitializeState }{ %else /DVC$PSJob save def DEC_DVC$dict begin InitializeState /DVC$PSFonts save def } ifelse } def /EndDVC$PSDoc { %END DOCUMENT % --- Preserving current page count --- /DEC$EDMS_MAKE_FILM where { pop Currentpagecount } if vmstatus pop pop 0 eq { end }{ %else DVC$PSFonts restore end DVC$PSJob restore } ifelse /DEC$EDMS_MAKE_FILM where { pop /Currentpagecount exch def } if } def % DEC_DVC$dict begin % mark % CREATE ISOLatin1 ENCODING /ISOLatin1 8#000 1 8#054 {StandardEncoding exch get} for /minus 8#056 1 8#217 {StandardEncoding exch get} for /dotlessi 8#301 1 8#317 {StandardEncoding exch get} for /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis /ISOLatin1 where not {256 array astore def} if cleartomark % /DECMCS ISOLatin1 256 array copy def mark % CREATE DECMCS ENCODING 8#240 8#244 8#246 8#254 8#255 8#256 8#257 8#264 8#270 8#276 8#320 8#336 8#360 8#376 8#377 counttomark {DECMCS exch /.notdef put} repeat % STACK NOW CONTAINS MARK 8#250 /currency 8#327 /OE 8#335 /Ydieresis 8#367 /oe 8#375 /ydieresis counttomark -1 bitshift % DIVIDE BY 2 {DECMCS 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /DOCPSE DECMCS 256 array copy def mark % CREATE DOCPSE ENCODING 8#055 /hyphen 8#201 /bullet 8#202 /emdash 8#203 /endash 8#204 /dagger 8#205 /daggerdbl 8#206 /registered 8#207 /trademark %8#210 /Delta 8#211 /fi 8#212 /fl counttomark -1 bitshift % DIVIDE BY 2 {DOCPSE 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /reencodedict 10 dict def %Local storage for "ReENCODE" /ReENCODE { % /basefont /newfont encoding ReENCODE /newencoding exch def %ARG: NAME OF ENCODING VECTOR /newfontname exch def %ARG: NEW NAME FOR FONT AFTER RE-ENCODING findfont /basefontdict exch def %ARG: NAME OF FONT TO BE RE-ENCODED basefontdict maxlength dict begin %CREATE AND OPEN NEW DICT basefontdict { %COPY ENTRIES FROM BASE FONT DICT TO NEW ONE 1 index /FID ne { def %IF NOT THE ONE WE'RE ENCODING, JUST COPY PTRS } { %else pop pop %IGNORE FID AND ENCODING FOR ONE WE'RE ENCODING } ifelse } forall /FontName newfontname def %DEFINE NEW NAME /Encoding newencoding def %DEFINE NEW ENCODING VECTOR newfontname currentdict definefont %TURN IT INTO A PS FONT pop %IGNORE MODIFIED DICT RETURNED BY DEFINEFONT end } bind def % /cvsstr 64 string def /tempmatrix matrix def % /BP { % BEGIN PAGE /Magnification exch def /Currentpagecount where { pop /Currentpagecount Currentpagecount 1 add def } if /DVC$PSPage save def } def % /EP {DVC$PSPage restore} def % END PAGE % /XP { % EXIT PAGE (TEMPORARILY) TO ADD FONTS/CHARS % SAVE CURRENT POINT AND COLOR INFORMATION SO IT CAN BE RESET LATER currentrgbcolor Colorsused /Xpos where {pop Xpos} {0} ifelse /Ypos where {pop Ypos} {0} ifelse /currentpoint cvx stopped {0 0 moveto currentpoint} if /DVC$PSPage where {pop DVC$PSPage restore} if moveto /Ypos exch def /Xpos exch def /Colorsused exch def setrgbcolor } def % /RP {/DVC$PSPage save def} def % RESUME PAGE % /PF {GlobalMode LocalMode} def % PURGE FONTS TO RECLAIM MEMORY % /GlobalMode { % SWITCH TO BASE SAVE/RESTORE LEVEL, SAVING STATE PortraitMode PaperWidth PaperHeight PxlResolution Resolution Magnification Ymax Xorigin Yorigin RasterScaleFactor % SAVE CURRENTPOINT INFORMATION TO RESET LATER /currentpoint cvx stopped {0 0 moveto currentpoint} if /DVC$PSPage where {pop DVC$PSPage restore} if DVC$PSFonts restore RecoverState } def % /RecoverState { % PRESERVE STATE AT BASE LEVEL 12 copy /Ypos exch def /Xpos exch def /RasterScaleFactor exch def /Yorigin exch def /Xorigin exch def /Ymax exch def /Magnification exch def /Resolution exch def /PxlResolution exch def /PaperHeight exch def /PaperWidth exch def /PortraitMode exch def DoInitialScaling PortraitMode not {PaperWidth 0 SetupLandscape} if Xpos Ypos moveto } def % /InitializeState { % INITIALIZE STATE VARIABLES TO DEFAULT VALUES /Resolution 3600 def /PxlResolution 300 def /RasterScaleFactor PxlResolution Resolution div def /PortraitMode true def /PaperHeight 11 Resolution mul def /PaperWidth 8.5 Resolution mul def /Ymax PaperHeight def /Magnification 1000 def /Xorigin 0 def /Yorigin 0 def /Xpos 0 def /Ypos 0 def /InitialMatrix matrix currentmatrix def /DEC$EDMS_MAKE_FILM where % if we are making film... { pop % ..clean up the stack 54 54 translate % ..make room for the "film information" } if /Colorsused 0 def } def % /LocalMode { % SWITCH FROM BASE SAVE/RESTORE LEVEL, RESTORING STATE /Ypos exch def /Xpos exch def /RasterScaleFactor exch def /Yorigin exch def /Xorigin exch def /Ymax exch def /Magnification exch def /Resolution exch def /PxlResolution exch def /PaperHeight exch def /PaperWidth exch def /PortraitMode exch def DoInitialScaling PortraitMode not {PaperWidth 0 SetupLandscape} if Xpos Ypos moveto /DVC$PSFonts save def /DVC$PSPage save def } def % % ABBREVIATIONS /S /show load def /SV /save load def /RST /restore load def /Yadjust {Ymax exch sub} def % /SXY { % (x,y) POSITION ABSOLUTE, JUST SET Xpos & Ypos, DON'T MOVE Yadjust /Ypos exch def /Xpos exch def } def % /XY { % (x,y) POSITION ABSOLUTE Yadjust 2 copy /Ypos exch def /Xpos exch def moveto } def % /X { % (x,0) POSITION ABSOLUTE currentpoint exch pop 2 copy /Ypos exch def /Xpos exch def moveto } def % /Y { % (0,y) POSITION ABSOLUTE currentpoint pop exch Yadjust 2 copy /Ypos exch def /Xpos exch def moveto } def % /xy { % (x,y) POSITION RELATIVE neg rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /x { % (x,0) POSITION RELATIVE 0 rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /y { % (0,y) POSITION RELATIVE 0 exch neg rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /R { % DRAW A RULE /ht exch def /wd exch def gsave % 0 setgray currentpoint newpath moveto 0 ht rlineto wd 0 rlineto 0 ht neg rlineto wd neg 0 rlineto closepath fill grestore wd 0 rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /RES { % RES /Resolution exch def /PxlResolution exch def /RasterScaleFactor PxlResolution Resolution div def DoInitialScaling } def % /DoInitialScaling { % DO INITIAL SCALING InitialMatrix setmatrix 72 Resolution div dup scale } def % /PM { % PM XP /PaperWidth exch def /PaperHeight exch def /Ymax PaperHeight def /PortraitMode true def DoInitialScaling RP } def % /SetupLandscape {translate 90 rotate} def /LM { % LM XP /PaperWidth exch def /PaperHeight exch def /Ymax PaperWidth def /PortraitMode false def DoInitialScaling PaperWidth 0 SetupLandscape RP } def % /MAG { % CHANGE MAGNIFICATION SETTING XP /Magnification exch def RP } def % /SPB { % SPB - BEGIN "\SPECIAL" MODE Yadjust /Yorigin exch def /Xorigin exch def currentrgbcolor Colorsused GlobalMode Xorigin Yorigin translate Resolution 72 div dup scale % RESTORE DEFAULT SCALING Magnification 1000 div dup scale % ADJUST FOR ANY MAGNIFICATION /Xpos Xpos 72 Resolution div mul 1000 Magnification div mul def /Ypos Ypos 72 Resolution div mul 1000 Magnification div mul def /spsavobj save def %SAVE STATE & STACK DEPTH FOR CLEANUP AFTER FIGURE /showpage {} def %DISABLE DURING FIGURE; `RESTORE' WILL BLOW DEF AWAY mark } def % /SPE { % SPE - END "\SPECIAL" MODE cleartomark spsavobj restore 1000 Magnification div dup scale % UN-ADJUST FOR ANY MAGNIFICATION 72 Resolution div dup scale % RESTORE DEFAULT INTERNAL SCALING LocalMode setrgbcolor /Colorsused exch def } def % /PP % % If DEC$EDMS_MAKE_FILM is defined, it will add the crop & alignment marks, % and the document name, page number, & ink color identifiers to the page. % % Formal Arguments: None % % Referenced Variables: DocumentName % Colorsused % Currentpagecount % DEC$EDMS_MAKE_FILM % % Referenced Procedures: AlignMark % % Side Effects: Leaves the current font as Helvetica 8 point. % Creates the variable "junkstr". % { /DEC$EDMS_MAKE_FILM where % if making film... { pop 2 DEC$EDMS_SEPARATE_COLORS exp cvi Colorsused and 0 ne % and if the correct separation { /Helvetica findfont 400 scalefont setfont 20 setlinewidth 0 setgray PaperWidth 150 add PaperHeight 100 add moveto % show the ink color (Ink: ) show Colornames DEC$EDMS_SEPARATE_COLORS get show PaperWidth 150 add PaperHeight 600 add moveto (Page: ) show % show the page number /junkstr 4 string def /TotalPages where { pop Currentpagecount junkstr cvs show ( of ) show TotalPages junkstr cvs show } if 150 PaperHeight 100 add moveto % show the document name (Document: ) show DocumentName show 150 -500 moveto % show ownership text (This film is the property of Digital Equipment Corporation) show stroke /DEC$EDMS_SUPPRESS_CROPMARKS where { pop } { % draw the crop marks PaperWidth PaperHeight moveto % Upper Right 1800 0 rlineto -1800 0 rmoveto 0 1800 rlineto PaperWidth 0 moveto % Lower Right 1800 0 rlineto -1800 0 rmoveto 0 -1800 rlineto 0 0 moveto % Lower Left -1800 0 rlineto 1800 0 rmoveto 0 -1800 rlineto 0 PaperHeight moveto % Upper Left -1800 0 rlineto 1800 0 rmoveto 0 1800 rlineto stroke } ifelse /DEC$EDMS_SUPPRESS_REGMARKS where { pop } { % draw the registration marks gsave % Top Center PaperWidth 2 div PaperHeight /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS -50 mul add } if translate AlignMark grestore gsave % Right Center PaperWidth /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS -50 mul add } if PaperHeight 2 div translate AlignMark grestore gsave % Bottom Center PaperWidth 2 div 0 /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS 50 mul add } if translate AlignMark grestore gsave % Left Center 0 /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS 50 mul add } if PaperHeight 2 div translate AlignMark grestore } ifelse } if } if showpage } def /CLRP {erasepage} def % /DMF { % /font-name DMF /psz exch def /nam exch def nam findfont psz scalefont setfont } def % /concatnam { % /abcd (xxx) concatnam ==> /abcdxxx /xxx exch def /nam exch def /namstr nam cvsstr cvs def /newnam namstr length xxx length add string def newnam 0 namstr putinterval newnam namstr length xxx putinterval newnam cvn } def % /strip { % /abcdef 2 strip ==> /cdef /num exch def /nam exch def /namstr nam cvsstr cvs def /newlen namstr length num sub def namstr num newlen getinterval cvn } def % ROUTINES TO HANDLE PACKING/UNPACKING NUMBERS /PackHW { % PackHW --> /num exch def /pos exch def /target exch def num 16#0000FFFF and 1 pos sub 16 mul bitshift target or } def /PackByte { % PackByte --> /num exch def /pos exch def /target exch def num 16#000000FF and 3 pos sub 8 mul bitshift target or } def /UnpkHW { % UnpkHW --> /num exch def /pos exch def num 1 pos sub -16 mul bitshift 16#0000FFFF and dup 16#00007FFF gt {16#00010000 sub} if } def /UnpkByte { % UnpkByte --> /num exch def /pos exch def num 3 pos sub -8 mul bitshift 16#000000FF and dup 16#0000007F gt {16#00000100 sub} if } def % /DPSF { % /procname size /fontname DPSF findfont exch scalefont [ exch /setfont cvx ] cvx def } bind def % /PXLBuildCharDict 17 dict def /CMEncodingArray 256 array def 0 1 255 {CMEncodingArray exch dup cvsstr cvs cvn put} for /RasterConvert {RasterScaleFactor div} def /TransformBBox { aload pop /BB-ury exch def /BB-urx exch def /BB-lly exch def /BB-llx exch def [ BB-llx RasterConvert BB-lly RasterConvert BB-urx RasterConvert BB-ury RasterConvert ] } def /RunLengthToRasters { % none yet } def /GenerateRasters { % GENERATE RASTERS FOR "IMAGEMASK" rasters runlength 1 eq {RunLengthToRasters} if } def % /int-dict-name {int (-dict) concatnam} def /int-dict {int (-dict) concatnam cvx load} def % /DefinePXLFont { % ... % ...[llx lly urx ury]DefinePXLFont /newfont exch def /bb exch def /num exch def /psz exch def /dsz exch def /pxlmag exch def /ext exch def /int exch def /fnam ext (-) concatnam pxlmag cvsstr cvs concatnam def newfont not { int-dict-name 13 dict def int-dict begin /FontType 3 def /FontMatrix [ 1 dsz div 0 0 1 dsz div 0 0 ] def /FontBBox bb TransformBBox def /Encoding CMEncodingArray def /CharDict 1 dict def CharDict begin /Char-Info num array def end /BuildChar { PXLBuildCharDict begin /char exch def /fontdict exch def fontdict /CharDict get /Char-Info get char get aload pop /rasters exch def /PackedWord1 exch def 0 PackedWord1 UnpkHW 16#7FFF ne { /PackedWord2 exch def /wx 0 PackedWord1 UnpkHW def /rows 2 PackedWord1 UnpkByte def /cols 3 PackedWord1 UnpkByte def /llx 0 PackedWord2 UnpkByte def /lly 1 PackedWord2 UnpkByte def /urx 2 PackedWord2 UnpkByte def /ury 3 PackedWord2 UnpkByte def }{ %else /PackedWord2 exch def /PackedWord3 exch def /PackedWord4 exch def /wx 1 PackedWord1 UnpkHW def /rows 0 PackedWord2 UnpkHW def /cols 1 PackedWord2 UnpkHW def /llx 0 PackedWord3 UnpkHW def /lly 1 PackedWord3 UnpkHW def /urx 0 PackedWord4 UnpkHW def /ury 1 PackedWord4 UnpkHW def } ifelse rows 0 lt { /rows rows neg def /runlength 1 def }{ %else /runlength 0 def } ifelse wx 0 llx RasterConvert lly RasterConvert urx RasterConvert ury RasterConvert setcachedevice rows 0 ne { gsave cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if end } def end fnam int-dict definefont pop } if int-dict-name fnam findfont psz scalefont def currentdict int [ int-dict /setfont cvx ] cvx put } def /PXLF { true DefinePXLFont} def % SIGNAL THAT FONT IS ALREADY LOADED /PXLNF {false DefinePXLFont} def % SIGNAL THAT FONT IS NOT ALREADY LOADED % /PXLC { % ... % ...PXLC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /wx exch def /code exch def /int exch def % SEE IF LONG OR SHORT FORMAT IS REQUIRED true cols CKSZ rows CKSZ ury CKSZ urx CKSZ lly CKSZ llx CKSZ TackRunLengthToRows { int-dict /CharDict get /Char-Info get code [ 0 0 llx PackByte 1 lly PackByte 2 urx PackByte 3 ury PackByte 0 0 wx PackHW 2 rows PackByte 3 cols PackByte rasters ] put }{ %else int-dict /CharDict get /Char-Info get code [ 0 0 urx PackHW 1 ury PackHW 0 0 llx PackHW 1 lly PackHW 0 0 rows PackHW 1 cols PackHW 0 0 16#7FFF PackHW 1 wx PackHW rasters ] put } ifelse } def % /CKSZ {abs 127 le and} def /TackRunLengthToRows {runlength 0 ne {/rows rows neg def} if} def % /PLOTC { % PLOTC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /psz exch def /dsz exch def /wx exch def % "PLOT" A CHARACTER'S RASTER PATTERN rows 0 ne { gsave currentpoint translate psz dsz div dup scale cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if wx x } def % /AlignMark % % This procedure draws an alignment mark centered on the coordinate system % origin. If the variable DEC$EDMS_SEPARATE_COLORS = 0 then a "positive" % alignment mark is drawn. If DEC$EDMS_SEPARATE_COLORS <> 0 then a "negative" % alignment mark is drawn. % % Formal Arguments: NONE % % Referenced Variables: DEC$EDMS_SEPARATE_COLORS % % Referenced Procedures: NONE % % Side Effects: NONE % { DEC$EDMS_SEPARATE_COLORS 0 eq { 0 0 300 0 360 arc 0 -450 moveto 0 450 lineto -450 0 moveto 450 0 lineto stroke } { 0 0 450 0 360 arc fill 1 setgray 0 0 300 0 360 arc 0 -450 moveto 0 450 lineto -450 0 moveto 450 0 lineto stroke 0 setgray } ifelse } bind def /SC % If not making film, the following procedure sets the current color using the % RGB color model. If making film, the procedure notes the "color pass" and, % if the specified color index matches the color pass, subsequent marks are % written in black. If the specified color index does not match the color pass, % marks are written in white. Use of colors on individual pages is also tracked % to allow pages that don't use a particular color to be suppressed on that % color pass (by the code in the /PP routine). % % Formal Arguments: color index (on stack) % % Referenced Variables: Colorsused % DEC$EDMS_SEPARATE_COLORS % DEC$EDMS_SUPPRESS_COLOR % % Referenced Procedures: NONE % % Side Effects: Modifies the variable Colorsused to record use of the color. % { /DEC$EDMS_SUPPRESS_COLOR where % if suppressing color { pop 0 setgray pop } % .then set "color" to Black { /DEC$EDMS_SEPARATE_COLORS where % .else if separating colors { pop dup DEC$EDMS_SEPARATE_COLORS eq % ..and if on this color pass { 0 setgray /Colorsused Colorsused % ...then write black (do write) 2 3 index exp cvi or def } % ...and note use of the "color" { 1 setgray } ifelse pop } % ...else write white (don't write) { DEC$EDMS_Colorarray exch get aload % ..else get the PMS color value pop setrgbcolor } ifelse % ..approximations and set them } ifelse } def end %DEC_DVC$dict %%EndProlog %%BeginSetup BeginDVC$PSDoc CLRP 300 3600 RES % DefineFont:F217 Category:10 PointSize:20 /AvantGarde-Demi /AvantGarde-Demi@DOCPSE DOCPSE ReENCODE /F217 1000.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F203 Category:10 PointSize:9 /AvantGarde-Book /AvantGarde-Book@DOCPSE DOCPSE ReENCODE /F203 450.0 /AvantGarde-Book@DOCPSE DPSF % DefineFont:F199 Category:10 PointSize:10 /F199 500.0 /AvantGarde-Book@DOCPSE DPSF % DefineFont:F189 Category:10 PointSize:14 /F189 700.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F151 Category:10 PointSize:10 /NewCenturySchlbk-Roman /NewCenturySchlbk-Roman@DOCPSE DOCPSE ReENCODE /F151 500.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F217 Category:10 PointSize:20 /F217 1000.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F205 Category:10 PointSize:9 /F205 450.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F189 Category:10 PointSize:14 /F189 700.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F151 Category:10 PointSize:10 /F151 500.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F219 Category:15 PointSize:14 % DownloadPSFont %!PS-Adobe-2.0 %%Title: PostScript Digital Logo Font, v1.1 %%Creator: Ned Batchelder %%CreationDate: 9-Nov-87 %%DocumentFonts: Symbol %%DocumentSuppliedFonts: DigitalLogo %%EndComments % % DIGITAL INTERNAL USE ONLY % % INTRODUCTION: % This rendition of the Digital logo was prepared by Ned Batchelder using % Adobe Illustrator and hand manipulation of the resulting PostScript code. % Photographic masters of the logo were obtained from David Comberg in the % Graphic Design Group. Additional consultation was provided by Elliot % Hendrickson, one of the original designers of the logo. % % USE: % This file defines a new PostScript font, called /DigitalLogo. It consists % of three characters. (d) is the entire Digital logo, (t) is a small % trademark symbol, and (T) is a large trademark symbol. The font is designed % so that the argument to scalefont is the height of the logo. There is no % extra white space around the logo at all. The trademarks are designed to be % shown right after the logo, and they align themselves. The only correct % strings to show with this font are (d), (dt), and (dT). There is an entry % (named GapWidth) in the font dictionary which gives the unscaled width of % the gap between the blocks. This distance is given because it is used as a % unit to determine how much space to leave around the logo. % % HISTORY: % The logo was designed in 1957 by Elliot Hendrickson, who was then working % as an independent designer. He was contracted by DEC to do a brochure, and % DEC wanted a logo to accompany it. The logo up to then had been the letters % DEC in blocks the shape of the plug-in cards that DEC had been producing. % Elliot re-worked the logo, incorporating letters which were hand-drawn for % the purpose by Arthur Hover(?). The logo has been maintained since then in % conventional technology, ie, film masters. There was at least one reworking % of the logo at some point. % % The masters I received had a number of interesting features. The boxes were % not all the same width, and there seemed to be no logic to which boxes were % wider. The 'g' was the narrowest, and the 'i' and 'l' were second widest. % Also, the two 'i's were not exactly the same shape. On ten-inch masters, % (one box to an 8½x11 sheet), the boxes were not rectangles, but were very % slightly tapered in wierd ways. I assume that the tapering is the result of % too many reproductions, but the difference in widths may have been % deliberate at some time. Elliot reports that when he drew it, all boxes % were the same width. I have retained the different widths in my version, % since the experts I had at hand did not seem to think I should make them % uniform. % % Please feel free to use this logo, but keep in mind the following: % % 1. This code is for INTERNAL USE ONLY. % 2. I am not entirely happy with the final shapes of the letters, and am % hoping to improve them. Please allow for future updates to this code. % 3. Only use this logo within the guidelines of the Corporate Identity % program. If you use this font precisely as is, you can't get in much % trouble. Don't take the shapes and do strange things with them. % In particular, the Identity states that the logo is a one-color logo: The % letters are actually holes in the blocks, through which the background can % be seen. Do not modify this code so that the letters are always white. % % Edit history: % % 21-Sep-87 nmb Created as a standalone file with demo. % 6-Nov-87 nmb Converted to font form. % 9-Nov-87 nmb Removed // uses for compatibility with LW Classics % %%BeginFont: DigitalLogo 10 dict begin /FontInfo 3 dict def FontInfo begin /Notice (The Digital logo is a registered trademark of Digital Equipment Corporation.) def /FullName (Digital logo) def /version (1.1) def end /FontType 3 def % This is a user-defined font /FontMatrix matrix def % Use an identity transform /FontBBox [ 0 0 3.383 1 ] def % Logo itself is biggest /GapWidth .070 def % The width of the gap between boxes /Encoding 256 array def 0 1 255 { Encoding exch /.notdef put } bind for Encoding dup (d) 0 get /DEC-logo put % (d) gives logo dup (t) 0 get /smalltrademark put % (t) gives small trademark (T) 0 get /largetrademark put % (T) gives large trademark /Work 15 dict def % for doing work in font. /BuildChar { exch begin % Use the font dictionary Work begin Encoding exch get % Look up the character name load % Pull out the procedure exec % Run it. end % Work end % fontdict } bind def Work begin /.notdef {} def % % - `DEC-logo' - % % Images a DEC logo with the lower left corner at the current origin, with a % height of one unit, in the current color. % /m /moveto load def /l /lineto load def /c /curveto load def /DEC-logo { 3.383 0 0 0 3.383 1 setcachedevice { % D % d counter .2930 .3513 m .2932 .3217 .2587 .2758 .2167 .2757 c .1719 .2759 .1280 .3165 .1280 .3977 c .1280 .4801 .1718 .5225 .2153 .5227 c .2587 .5225 .2932 .4760 .2930 .4407 c closepath % d outside .2953 .5787 m .2953 .7600 l .3843 .7600 l .3843 .1960 l .2923 .1960 l .2923 .2220 l .2848 .2144 .2531 .1813 .1990 .1813 c .1426 .1812 .0417 .2282 .0417 .3977 c .0417 .5414 .1171 .6157 .2067 .6157 c .2399 .6157 .2725 .6039 .2953 .5787 c closepath % d box .432 0.0 m .432 1.0 l .000 1.0 l .000 0.0 l closepath } exec { % I % i box .927 0.0 m .927 1.0 l .502 1.0 l .502 0.0 l closepath % i body .6695 .196 m .6695 .600 l .7595 .600 l .7595 .196 l closepath % i dot .6695 .655 m .6695 .755 l .7595 .755 l .7595 .655 l closepath } exec { % G % g counter 1.2813 .4478 m 1.2813 .4837 1.2409 .5208 1.2035 .5208 c 1.1713 .5208 1.1215 .5003 1.1215 .4084 c 1.1215 .3105 1.1827 .2962 1.2030 .2962 c 1.2433 .2962 1.2813 .3239 1.2813 .3667 c closepath % g box 0.997 1.0 m 1.415 1.0 l 1.415 0.0 l 0.997 0.0 l closepath % g outside 1.2822 .5609 m 1.2729 .5742 1.2424 .6044 1.1988 .6044 c 1.1311 .6043 1.0367 .5652 1.0367 .3955 c 1.0368 .2617 1.1437 .2168 1.1876 .2168 c 1.2350 .2167 1.2702 .2443 1.2798 .2547 c 1.2798 .2126 l 1.2798 .1815 1.2479 .1511 1.1945 .1511 c 1.1485 .1512 1.1437 .1807 1.1437 .1953 c 1.0497 .1953 l 1.0497 .1486 1.0798 .0804 1.1888 .0803 c 1.2864 .0803 1.3186 .1176 1.3325 .1316 c 1.3442 .1434 1.3617 .1758 1.3617 .2017 c 1.3617 .6 l 1.2823 .6 l closepath } exec { % I % i box 1.910 0.0 m 1.910 1.0 l 1.485 1.0 l 1.485 0.0 l closepath % i body 1.6525 .196 m 1.6525 .6 l 1.7425 .6 l 1.7425 .196 l closepath % i dot 1.6525 .655 m 1.6525 .755 l 1.7425 .755 l 1.7425 .655 l closepath } exec { % T % t 2.2128 .7525 m 2.1305 .7525 l 2.1305 .6071 l 2.0874 .6071 l 2.0874 .5396 l 2.1305 .5396 l 2.1305 .2852 l 2.1305 .2367 2.1554 .1986 2.2248 .1987 c 2.2573 .1987 2.2560 .1985 2.2842 .2034 c 2.2842 .2874 l 2.2658 .2842 2.2601 .2829 2.2511 .2832 c 2.2338 .2837 2.2128 .2898 2.2128 .3206 c 2.2128 .5395 l 2.2780 .5395 l 2.2780 .6071 l 2.2128 .6071 l closepath % t box 2.404 0.0 m 1.980 0.0 l 1.980 1.0 l 2.404 1.0 l closepath } exec { % A % a box 2.474 0.0 m 2.474 1.0 l 2.888 1.0 l 2.888 0.0 l closepath % a outside 2.5439 .4728 m 2.6210 .4728 l 2.6210 .5138 2.6422 .5353 2.6826 .5353 c 2.7470 .5354 2.7449 .5067 2.7448 .4708 c 2.7050 .4553 2.7087 .4557 2.6480 .4419 c 2.5709 .4241 2.5237 .3911 2.5236 .3112 c 2.5237 .2331 2.5793 .1914 2.6420 .1915 c 2.7048 .1914 2.7178 .2117 2.7438 .2290 c 2.7438 .1978 l 2.8422 .1978 l 2.8190 .2352 2.8251 .2425 2.8249 .2706 c 2.8250 .2926 2.8249 .5080 2.8249 .5080 c 2.8250 .5507 2.8028 .5768 2.7883 .5855 c 2.7521 .6071 2.7074 .6097 2.6826 .6098 c 2.5945 .6096 2.5438 .5653 2.5439 .4728 c closepath % a counter 2.7448 .3946 m 2.7448 .3401 l 2.7448 .3152 2.7145 .2670 2.6550 .2669 c 2.6260 .2668 2.6098 .2883 2.6097 .3162 c 2.6098 .3442 2.6335 .3657 2.6536 .3697 c 2.6745 .3739 2.7226 .3862 2.7448 .3946 c closepath } exec { % L % l box 3.383 0.0 m 3.383 1.0 l 2.958 1.0 l 2.958 0.0 l closepath % l 3.1255 .196 m 3.1255 .765 l 3.2155 .765 l 3.2155 .196 l closepath } exec fill } bind def % % % pct `trademark' -- % % Borrow the sans-serif trademark symbol from /Symbol. AFM file says: % C 228 ; WX 786 ; N trademarksans ; B 5 293 725 673 ; % We scale it down to pct percent of the height of the logo and superscript % it some, and voila! % /trademark { /s exch .380 div def /w s .725 mul .070 add def /u 1 .673 s mul sub def w 0 0 u w 1 setcachedevice /Symbol findfont s scalefont setfont .070 u m % Superscript it (\344) show } bind def % % These are two different trademarks (just different sizes). % /smalltrademark { .15 trademark } def /largetrademark { .25 trademark } def end % Work dictionary currentdict % Get the font dict end % Close it up /DigitalLogo exch definefont pop % Define the font. %%EndFont % EndDownloadPSFont /F219 700.0 /DigitalLogo DPSF % DefineFont:F217 Category:10 PointSize:20 /F217 1000.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F211 Category:10 PointSize:6 /F211 300.0 /AvantGarde-Book@DOCPSE DPSF % DefineFont:F207 Category:10 PointSize:8 /F207 400.0 /AvantGarde-Book@DOCPSE DPSF % DefineFont:F205 Category:10 PointSize:9 /F205 450.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F203 Category:10 PointSize:9 /F203 450.0 /AvantGarde-Book@DOCPSE DPSF % DefineFont:F202 Category:10 PointSize:10 /AvantGarde-DemiOblique /AvantGarde-DemiOblique@DOCPSE DOCPSE ReENCODE /F202 500.0 /AvantGarde-DemiOblique@DOCPSE DPSF % DefineFont:F201 Category:10 PointSize:10 /F201 500.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F193 Category:10 PointSize:12 /F193 600.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F189 Category:10 PointSize:14 /F189 700.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F183 Category:10 PointSize:18 /F183 900.0 /AvantGarde-Book@DOCPSE DPSF % DefineFont:F173 Category:10 PointSize:36 /F173 1800.0 /AvantGarde-Demi@DOCPSE DPSF % DefineFont:F163 Category:10 PointSize:6 /F163 300.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F159 Category:10 PointSize:8 /F159 400.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F157 Category:10 PointSize:9 /NewCenturySchlbk-Bold /NewCenturySchlbk-Bold@DOCPSE DOCPSE ReENCODE /F157 450.0 /NewCenturySchlbk-Bold@DOCPSE DPSF % DefineFont:F156 Category:10 PointSize:9 /NewCenturySchlbk-Italic /NewCenturySchlbk-Italic@DOCPSE DOCPSE ReENCODE /F156 450.0 /NewCenturySchlbk-Italic@DOCPSE DPSF % DefineFont:F155 Category:10 PointSize:9 /F155 450.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F153 Category:10 PointSize:10 /F153 500.0 /NewCenturySchlbk-Bold@DOCPSE DPSF % DefineFont:F152 Category:10 PointSize:10 /F152 500.0 /NewCenturySchlbk-Italic@DOCPSE DPSF % DefineFont:F151 Category:10 PointSize:10 /F151 500.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F98 Category:10 PointSize:9 /Courier /Courier@DOCPSE DOCPSE ReENCODE /F98 450.0 /Courier@DOCPSE DPSF % DefineFont:F38 Category:10 PointSize:9 /Helvetica /Helvetica@DOCPSE DOCPSE ReENCODE /F38 450.0 /Helvetica@DOCPSE DPSF % DefineFont:F37 Category:10 PointSize:10 /Helvetica-BoldOblique /Helvetica-BoldOblique@DOCPSE DOCPSE ReENCODE /F37 500.0 /Helvetica-BoldOblique@DOCPSE DPSF /DEC$EDMS_SUPPRESS_COLOR true def /DEC$EDMS_ColorCount 4 def /DEC$EDMS_Colornames { (Color-1) (Color-2) (Color-3) (Color-4) DEC$EDMS_ColorCount array astore } def /DEC$EDMS_Colorarray { 0 0 0 1 4 array astore %color 0 CMYK array 0 0 0 1 4 array astore %color 1 CMYK array 0 0 0 1 4 array astore %color 2 CMYK array 0 0 0 1 4 array astore %color 3 CMYK array DEC$EDMS_ColorCount array astore } def /DVC$PSFonts save def %%EndSetup % %%Page: I 1 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 12566 Y 7485 X 18528 24 R 13563 Y 7485 X F183(DECpage)S 135 x (Installation)S 136 x(Guide)S 15505 Y 22914 X F203(AA\203W602F\203)S 2 x(TE)S 18195 Y 7485 X F155(This)S 166 x(manual)S 166 x(explains)S 167 x(how)S 166 x(to)S 166 x(install)S 167 x(and)S 167 x(maintain)S 167 x(DECpage.)S 28656 Y 7485 X F157(Revision/Update)S 167 x (Information:)S 640 x F155(This)S 165 x(is)S 166 x(a)S 166 x (revised)S 167 x(manual.)S 897 y 7485 X F157(Operating)S 167 x (System:)S 15099 X F155(VMS)S 166 x(V)S -42 x(ersion)S 167 x(5.1)S 166 x(or)S 166 x(higher)S 896 y 7485 X F157(Software)S 166 x(V)S -41 x(ersion:)S 15099 X F155(DECpage)S 165 x(V)S -41 x(ersion)S 166 x (3.1)S 33239 Y 7485 X F205(digital)S 165 x(equipment)S 167 x (corporation)S 548 y 7485 X(maynar)S -2 x(d,)S 165 x(massachusett)S 2 x(s)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: II 2 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6614 Y 7485 X 18528 24 R 498 y 7485 X F157(Dece)S 2 x(mber)S 165 x (1989)S 896 y 7485 X F155(The)S 186 x(information)S 186 x(in)S 185 x (this)S 186 x(document)S 185 x(is)S 185 x(subject)S 186 x(to)S 185 x (change)S 185 x(without)S 186 x(notice)S 187 x(and)S 185 x(should)S 499 y 7485 X(not)S 195 x(be)S 195 x(construed)S 194 x(as)S 194 x(a)S 195 x(commitment)S 194 x(by)S 194 x(Digital)S 195 x(Equipment)S 195 x (Corporation.)S 306 x(Digital)S 498 y 7485 X(Equipment)S 184 x (Corporation)S 184 x(assumes)S 182 x(no)S 183 x(responsibility)S 184 x(for)S 183 x(any)S 183 x(errors)S 183 x(that)S 184 x(may)S 183 x (appear)S 498 y 7485 X(in)S 167 x(this)S 166 x(document.)S 897 y 7485 X(The)S 168 x(software)S 168 x(described)S 168 x(in)S 168 x (this)S 167 x(document)S 168 x(is)S 167 x(furnished)S 167 x(under)S 168 x(a)S 168 x(license)S 167 x(and)S 168 x(may)S 167 x(be)S 168 x (used)S 498 y 7485 X(or)S 167 x(copied)S 167 x(only)S 166 x(in)S 166 x(accordance)S 168 x(with)S 166 x(the)S 166 x(terms)S 166 x(of)S 167 x(such)S 165 x(license.)S 896 y 7485 X(No)S 169 x (responsibility)S 168 x(is)S 168 x(assumed)S 167 x(for)S 168 x(the)S 168 x(use)S 168 x(or)S 168 x(reliabilit)S 2 x(y)S 167 x(of)S 168 x (software)S 169 x(on)S 168 x(equipment)S 168 x(that)S 169 x(is)S 498 y 7485 X(not)S 167 x(supplied)S 167 x(by)S 166 x(Digital)S 167 x (Equipment)S 166 x(Corporat)S 2 x(ion)S 166 x(or)S 166 x(its)S 166 x (af)S (\211lia)S 2 x(ted)S 166 x(companies.)S 897 y 7485 X(Restricted)S 169 x(Rights:)S 251 x(Use,)S 168 x(duplica)S 2 x(tion,)S 168 x(or)S 168 x(disclosure)S 168 x(by)S 167 x(the)S 168 x(U.S.)S 168 x (Government)S 167 x(is)S 168 x(subject)S 168 x(to)S 498 y 7485 X (restricti)S 2 x(ons)S 166 x(as)S 167 x(set)S 167 x(forth)S 167 x (in)S 167 x(subparagraph)S 168 x(\(c\))S 167 x(\(1\))S 168 x(\(ii\))S 168 x(of)S 167 x(the)S 167 x(Rights)S 167 x(in)S 167 x(T)S -41 x (echnical)S 167 x(Data)S 168 x(and)S 498 y 7485 X(Computer)S 167 x (Software)S 167 x(clause)S 167 x(at)S 166 x(DF)S -33 x(ARS)S 166 x (252.227-70)S 2 x(13.)S 897 y 7485 X(\251)S 167 x(Digital)S 167 x (Equipment)S 166 x(Corporati)S 2 x(on)S 166 x(1989.)S 897 y 7485 X (All)S 167 x(Rights)S 165 x(Reserved.)S 498 y 7485 X(Printed)S 168 x (in)S 166 x(U.S.A.)S 896 y 7485 X(The)S 184 x(postpaid)S 185 x (Reader)S 25 x(')S -16 x(s)S 183 x(Comments)S 182 x(forms)S 183 x (at)S 184 x(the)S 184 x(end)S 184 x(of)S 184 x(this)S 183 x (document)S 184 x(request)S 184 x(your)S 498 y 7485 X(critica)S 2 x (l)S 166 x(evaluation)S 167 x(to)S 167 x(assist)S 165 x(in)S 167 x (preparing)S 167 x(future)S 166 x(documentat)S 2 x(ion.)S 897 y 7485 X(The)S 167 x(following)S 166 x(are)S 167 x(trademarks)S 166 x (of)S 167 x(Digital)S 167 x(Equipment)S 166 x(Corporati)S 2 x(on:)S 897 y 7485 X(ALL-IN-)S 2 x(1)S 498 y 7485 X(DEC)S 498 y 7485 X (DECnet)S 498 y 7485 X(DECpage)S 498 y 7485 X(DECspell)S 498 y 7485 X (DECUS)S 19665 Y 14011 X(DECwindows)S 498 y 14011 X(PDP)S 498 y 14011 X(ReGIS)S 498 y 14011 X(UNIBUS)S 498 y 14011 X(V)S -50 x(AX)S 498 y 14011 X(V)S -50 x(AXcluster)S 19665 Y 20536 X(V)S -50 x (AXstation)S 498 y 20536 X(VMS)S 498 y 20536 X(VT)S 498 y -623 x (WPS-PLUS)S 22155 Y 20536 X F219(dt)S 23749 Y 7485 X F155(PostScrip)S 2 x(t\206)S 167 x(is)S 165 x(a)S 167 x(registered)S 167 x(trademark)S 166 x(of)S 167 x(Adobe)S 167 x(Systems)S 165 x(Incorpora)S 2 x(ted.)S 897 y 7485 X(Spel)S 2 x(ling)S 182 x(Corrector)S 183 x(licensed)S 183 x(from)S 182 x(Houghton)S 183 x(Mif\212in)S 183 x(Company)S -50 x (.)S 281 x(English)S 181 x(Copyright)S 183 x(\251)S 498 y 7485 X (1987,)S 195 x(1985)S 190 x(by)S 189 x(Houghton)S 189 x(Mif\212in)S 190 x(Company)S -50 x(,)S 194 x(German)S 188 x(\251)S 189 x(1985)S 190 x(by)S 188 x(Houghton)S 190 x(Mif\212in)S 498 y 7485 X(Company)S -50 x(.)S 252 x(German)S 167 x(Spelling)S 168 x(Database)S 168 x (\251)S 168 x(1985)S 169 x(Langenscheidt)S 167 x(KG.)S 167 x(The)S 167 x(German)S 167 x(spelling)S 498 y 7485 X(veri\211catio)S 2 x(n)S 173 x(software)S 173 x(contains)S 174 x(unpublished)S 173 x (copyrighted)S 175 x(materials)S 173 x(owned)S 174 x(by)S 173 x (Houghton)S 499 y 7485 X(Mif\212in)S 179 x(Company)S 178 x(and)S 179 x(Langenscheidt)S 179 x(KG,)S 177 x(licenses)S 178 x(for)S 179 x (use)S 178 x(solely)S 178 x(in)S 178 x(Digital)S 179 x(software.)S 498 y 7485 X(All)S 181 x(rights)S 180 x(reserved.)S 277 x(U.S.)S 180 x(Pat.)S 278 x(Nos.)S 277 x(4,580,241)S 2 x(;)S 186 x(4,730,269)S 2 x(;)S 186 x(and)S 181 x(4,771,401;)S 188 x(Canadian)S 498 y 7485 X (Pat.)S 264 x(No.)S 264 x(1,203,916.)S 264 x(Reproduction)S 174 x (or)S 174 x(disassembly)S 172 x(of)S 174 x(embodied)S 174 x (computer)S 174 x(programs)S 173 x(or)S 498 y 7485 X(algorithms)S 167 x(prohibited)S 2 x(.)S 248 x(English)S 166 x(based)S 166 x(upon)S 167 x F156(The)S 166 x(American)S 166 x(Heritage)S 166 x(Dictionary)S -23 x(.)S 897 y 7485 X F155(Licensed)S 185 x(to)S 185 x(Digital)S 185 x(Equipment)S 184 x(Corporat)S 2 x(ion,)S 188 x(Maynard)S 185 x (Massachusetts)S 184 x(Copyright)S 185 x(\251)S 498 y 7485 X(Stud)S 2 x(io)S 166 x(Advertising)S 166 x(Art)S 166 x(1988.)S 250 x(All)S 166 x(rights)S 166 x(reserved.)S 896 y 24396 X(ZK5360)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: III 3 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 5393 11645 XY 20628 24 R 12898 Y 21732 X F217(Contents)S 15937 Y 5393 X F189(About)S 168 x(This)S 166 x(Guide)S 114 x F151(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25541 X F199(vii)S 17929 Y 5393 X F189(1)S 498 x(Pr)S -6 x(eparin)S 2 x(g)S 166 x(to)S 167 x(Install)S 168 x(DECpage)S 18876 Y 6589 X F199(1.1)S 8382 X F151(Required)S 166 x(Operating)S 166 x(System)S 166 x(Components)S 133 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2031)S 597 y 6589 X(1.2)S 8382 X F151 (Prerequisite)S 166 x(Software)S 96 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2032)S 598 y 6589 X(1.3)S 8382 X F151(Optional)S 166 x(Software)S 327 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2032)S 598 y 6589 X(1.4)S 8382 X F151 (Prerequisite)S 166 x(Hardware)S 119 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2033)S 598 y 6589 X (1.5)S 8382 X F151(License)S 167 x(Registration)S 92 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2033)S 598 y 6589 X(1.6)S 8382 X F151(Determining)S 167 x (Saveset)S 165 x(Names)S 302 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2034)S 597 y 6589 X(1.7)S 8382 X F151(Performing)S 167 x(an)S 167 x(Update)S 165 x (Installation)S 358 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199 (1\2034)S 598 y 7485 X(1.7.1)S 690 x F151(Setting)S 166 x(the)S 166 x (System)S 166 x(Protection)S 261 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2034)S 598 y 7485 X(1.7.2)S 690 x F151(Saving)S 167 x (Information)S 166 x(Data)S 165 x(Files)S 140 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2034)S 598 y 6589 X(1.8)S 8382 X F151(Installing)S 166 x(Laser)S 166 x(Printers)S 256 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2035)S 597 y 7485 X(1.8.1)S 690 x F151(Installing)S 166 x(Non-PostScript)S 166 x(Laser)S 166 x (Printers)S 152 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199 (1\2036)S 598 y 6589 X(1.9)S 8382 X F151(V)S -56 x(AXcluster)S 166 x (Con)S (\211gurations)S 178 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199 (1\2037)S 598 y 7485 X(1.9.1)S 690 x F151(V)S -56 x(AXcluster)S 166 x (Con)S (\211guration)S 167 x(T)S -26 x(ypes)S 98 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2037)S 598 y 6589 X(1.10)S 827 x F151(Installation)S 165 x(Procedur)S 2 x(e)S 166 x(Requirements)S 141 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2038)S 597 y 7485 X(1.10.1)S 414 x F151(T)S -12 x (ime)S 106 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2038)S 598 y 7485 X(1.10.2)S 414 x F151(Privileges)S 184 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2038)S 598 y 7485 X (1.10.3)S 414 x F151(Disk)S 165 x(Space)S 187 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2038)S 598 y 7485 X (1.10.4)S 414 x F151(System)S 165 x(Parameters)S 305 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2039)S 597 y 8382 X (1.10.4.1)S 896 x F151(Checking)S 167 x(System)S 166 x(Parameter)S 166 x(V)S -46 x(alues)S 100 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(1\20310)S 598 y 8382 X(1.10.4.2)S 896 x F151(Calculating)S 166 x(the)S 167 x(V)S -46 x(alue)S 166 x(for)S 166 x(GBLP)S -37 x(AGES)S 226 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199 (1\20310)S 598 y 8382 X(1.10.4.3)S 896 x F151(Changing)S 184 x (System)S 182 x(Parameter)S 183 x(V)S -46 x(alues)S 182 x(with)S 598 y 11072 X(AUTOGEN)S 130 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(1\20311)S 597 y 7485 X(1.10.5)S 414 x F151(Process)S 166 x(Account)S 166 x(Quotas)S 197 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(1\20312)S 598 y 7485 X(1.10.6)S 414 x F151 (VMSINST)S -28 x(AL)S 166 x(Requirements)S 188 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(1\20313)S 598 y 7485 X(1.10.7)S 414 x F151(Backing)S 167 x(Up)S 166 x(Y)S -56 x(our)S 167 x(System)S 165 x(Disk)S 177 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(1\20314)S 35580 Y -269 x F203(iii)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: IV 4 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7117 Y 5393 X F189(2)S 498 x(Install)S 2 x(ing)S 167 x(DECpage)S 8064 Y 6589 X F199(2.1)S 8382 X F151(General)S 166 x(Information)S 84 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(2\2031)S 598 y 7485 X(2.1.1)S 690 x F151 (Accessing)S 166 x(the)S 166 x(Online)S 166 x(Release)S 166 x(Notes)S 137 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(2\2031)S 597 y 7485 X(2.1.2)S 690 x F151(Running)S 167 x (the)S 166 x(Installation)S 166 x(V)S -46 x(eri\211cation)S 166 x (Procedur)S 2 x(e)S 340 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(2\2032)S 598 y 7485 X(2.1.3)S 690 x F151(Aborting)S 166 x(the)S 166 x(Installation)S 245 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(2\2032)S 598 y 6589 X(2.2)S 8382 X F151(The)S 167 x(Installation)S 165 x(Procedure)S 104 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(2\2032)S 598 y 7485 X (2.2.1)S 690 x F151(Invoking)S 168 x(VMSINST)S -28 x(AL)S 183 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(2\2032)S 597 y 7485 X(2.2.2)S 690 x F151(Answering)S 166 x(Installation)S 165 x(Questions)S 327 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(2\2033)S 598 y 7485 X(2.2.3)S 690 x F151(Checking)S 167 x(Informational)S 166 x(Messages)S 254 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199 (2\2039)S 598 y 7485 X(2.2.4)S 690 x F151(Running)S 167 x(the)S 166 x (Installation)S 166 x(V)S -46 x(eri\211cation)S 166 x(Procedur)S 2 x(e)S 340 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199 (2\2039)S 598 y 7485 X(2.2.5)S 690 x F151(Completing)S 166 x(the)S 166 x(Installation)S 165 x(Procedur)S 2 x(e)S 98 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(2\20310)S 597 y 6589 X (2.3)S 8382 X F151(Error)S 166 x(Recovery)S 146 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(2\20310)S 16034 Y 5393 X F189(3)S 498 x(After)S 167 x(Install)S 2 x(ing)S 167 x(DECpage)S 16980 Y 6589 X F199(3.1)S 8382 X F151(Replacing)S 167 x(Information)S 166 x(Data)S 165 x(Files)S 345 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(3\2032)S 598 y 6589 X(3.2)S 8382 X F151(Deleting)S 166 x (Obsolete)S 165 x(DECpage)S 166 x(Command)S 165 x(Procedure)S 2 x(s)S 300 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199 (3\2032)S 598 y 6589 X(3.3)S 8382 X F151(Integrating)S 167 x (DECpage)S 166 x(into)S 166 x(WPS-PLUS)S 166 x(or)S 166 x(ALL-IN-1)S 378 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(3\2033)S 598 y 6589 X(3.4)S 8382 X F151(Creating)S 166 x(a)S 166 x(DECP)S -37 x (AGE)S 165 x(Account)S 166 x(on)S 167 x(ALL-IN-1)S 246 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(3\2034)S 597 y 6589 X(3.5)S 8382 X F151(Associating)S 166 x(DECp)S -2 x(age)S 167 x(Print)S 166 x (Queues)S 167 x(with)S 165 x(VMS)S 166 x(Print)S 166 x(Queues)S 377 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(3\2035)S 598 y 6589 X (3.6)S 8382 X F151(Associating)S 169 x(Additional)S 168 x(DECpage)S 169 x(Batch)S 169 x(Queues)S 169 x(with)S 169 x(VMS)S 169 x(Batch)S 598 y 8382 X(Queues)S 149 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(3\2036)S 598 y 7485 X(3.6.1)S 690 x F151(Remote)S 165 x (DECpage)S 166 x(Jobs)S 164 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(3\2038)S 597 y 6589 X(3.7)S 8382 X F151(Prerequisites)S 166 x (for)S 166 x(Remote)S 166 x(Printing)S 167 x(and)S 166 x(Batch)S 166 x(Processing)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(3\2038)S 598 y 6589 X (3.8)S 8382 X F151(Modifying)S 167 x(the)S 167 x(System)S 165 x (Startup)S 166 x(Procedure)S 89 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(3\2039)S 598 y 6589 X(3.9)S 8382 X F151(Modifying)S 167 x(Style)S 166 x(V)S -46 x(alues)S 91 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199 (3\2039)S 598 y 6589 X(3.10)S 827 x F151(Replacing)S 167 x(Canned)S 166 x(Styles)S 255 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20310)S 598 y 6589 X(3.11)S 827 x F151(Installing)S 166 x (DECpage)S 165 x(on)S 167 x(a)S 166 x(V)S -56 x(AXcluster)S 166 x (System)S 153 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20311)S 597 y 6589 X(3.12)S 827 x F151(Installing)S 166 x(Multiple-Langu)S 2 x (age)S 166 x(V)S -46 x(ersions)S 166 x(of)S 166 x(DECpage)S 143 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20312)S 598 y 7485 X(3.12.1)S 414 x F151(Establis)S -2 x(hing)S 167 x(a)S 166 x (Multiple-Langu)S 2 x(age)S 166 x(Environmen)S 2 x(t)S 274 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20313)S 598 y 7485 X (3.12.2)S 414 x F151(Resetting)S 165 x(the)S 167 x(User)S 166 x (Default)S 165 x(DECpage)S 165 x(Langu)S 2 x(age)S 349 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20314)S 598 y 7485 X (3.12.3)S 414 x F151(Changing)S 167 x(the)S 167 x(Style)S 166 x (Languag)S 2 x(e)S 166 x(for)S 166 x(Batch)S 166 x(Jobs)S 369 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199 (3\20314)S 597 y 6589 X(3.13)S 827 x F151(Reinstalling)S 166 x (DECpage)S 293 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20314)S 598 y 6589 X(3.14)S 827 x F151 (Modifying)S 167 x(DECpage)S 166 x(Batch)S 166 x(Queue)S 166 x (Priorities)S 348 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199 (3\20315)S 598 y 6589 X(3.15)S 827 x F151(Adding)S 166 x(Logos)S 167 x(to)S 166 x(the)S 166 x(System)S 115 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20316)S 598 y 6589 X(3.16)S 827 x F151(Converting)S 167 x (LN03)S 167 x(Logos)S 166 x(to)S 166 x(PostScript)S 347 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20316)S 597 y 6589 X(3.17)S 827 x F151(Upgrading)S 167 x(the)S 167 x(DEC)S -2 x(page)S 167 x(Font)S 166 x(Packag)S 2 x (e)S 277 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20317)S 598 y 6589 X(3.18)S 827 x F151 (Making)S 167 x(Modi\211cations)S 167 x(for)S 166 x(V)S -56 x(AX)S 166 x(GKS)S 165 x(Graphics)S 314 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199 (3\20317)S 598 y 6589 X(3.19)S 827 x F151(Changing)S 168 x (Hyphenation)S 167 x(Exception)S 166 x(Dictionaries)S 300 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20318)S 598 y 6589 X(3.20)S 827 x F151(Modifying)S 167 x(the)S 167 x(Login)S 167 x(File)S 283 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20318)S 597 y 7485 X(3.20.1)S 414 x F151 (Modifying)S 167 x(the)S 166 x(Login)S 167 x(File)S 167 x(for)S 166 x (Batch)S 166 x(Mode)S 125 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20318)S 598 y 7485 X(3.20.2)S 414 x F151(Rede\211ning)S 167 x (the)S 166 x(DECP)S -38 x(AGE$GR)S -2 x(APHIC)S 166 x(Logical)S 251 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20319)S 598 y 6589 X(3.21)S 827 x F151(Running)S 168 x(the)S 166 x(Installation)S 165 x(V)S -46 x(eri\211cation)S 167 x (Procedure)S 167 x(Separately)S 374 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 24939 X F199(3\20319)S 598 y 6589 X(3.22)S 827 x F151 (Determining)S 167 x(and)S 166 x(Reporting)S 166 x(Problems)S 302 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20320)S 35580 Y 5393 X F203(iv)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: V 5 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7117 Y 5393 X F189(A)S 498 x(Sample)S 167 x(Install)S 2 x(ation)S 9110 Y 5393 X(B)S 499 x(Files)S 167 x(and)S 167 x(Logical)S 167 x (Names)S 166 x(Insta)S 2 x(lled)S 167 x(on)S 167 x(Y)S -70 x(our)S 167 x(System)S 10056 Y 6589 X F199(B.1)S 8382 X F151(File)S 166 x (Names)S 103 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25205 X F199(B\2031)S 598 y 6589 X(B.2)S 8382 X F151(Logical)S 167 x(Names)S 234 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24929 X F199(B\20327)S 12647 Y 5393 X F189(C)S 498 x(Err)S -12 x(or)S 166 x(Messages)S 167 x(During)S 168 x(Installa)S 2 x (tion)S 14639 Y 5393 X(Inde)S 2 x(x)S 16441 Y 5393 X(T)S -28 x(able)S 2 x(s)S 17487 Y 6290 X F199(1)S 8083 X F151(DECpage)S 166 x (Documentation)S 172 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25441 X F199(viii)S 697 y 6290 X(1\2031)S 8083 X F151(VMS)S 166 x (Classes)S 164 x(Required)S 147 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2031)S 698 y 6290 X (1\2032)S 8083 X F151(DECpage)S 166 x(Saveset)S 165 x(Names)S 153 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199 (1\2034)S 697 y 6290 X(1\2033)S 8083 X F151(Information)S 166 x (Data)S 166 x(Files)S 165 x(to)S 166 x(Be)S 166 x(Saved)S 146 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2035)S 698 y 6290 X (1\2034)S 8083 X F151(Disk)S 166 x(Space)S 166 x(for)S 166 x (Installation)S 165 x(on)S 167 x(System)S 165 x(Disk)S 167 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2038)S 697 y 6290 X(1\2035)S 8083 X F151(Disk)S 166 x(Space)S 166 x(for)S 166 x (Installation)S 165 x(on)S 167 x(Alternate)S 165 x(Disk)S 258 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2039)S 697 y 6290 X(1\2036)S 8083 X F151(Minimum)S 167 x(Required)S 166 x(System)S 165 x (Parameter)S 167 x(V)S -46 x(alue)S 332 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25215 X F199(1\2039)S 698 y 6290 X(1\2037)S 8083 X F151(Process)S 166 x(Account)S 167 x(Quotas)S 165 x(for)S 166 x(the)S 167 x (Installing)S 166 x(Account)S 322 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(1\20312)S 697 y 6290 X(3\2031)S 8083 X F151(Determining)S 167 x(Languag)S 2 x(e)S 166 x(V)S -46 x (alues)S 176 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199(3\20313)S 698 y 6290 X(3\2032)S 8083 X F151(Batch)S 166 x(Queue)S 167 x(Default)S 165 x (Characteristics)S 150 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 24939 X F199 (3\20315)S 697 y 6290 X(B\2031)S 8083 X F151(DECpage)S 166 x(Files)S 165 x(Installed)S 356 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 25205 X F199(B\2031)S 35580 Y -248 x F203(v)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: VII 6 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 5393 11645 XY 20628 24 R 12898 Y 17760 X F217(About)S 331 x(This)S 333 x(Guide)S 15887 Y 7485 X F151(This)S 168 x(manual)S 169 x (describes)S 167 x(how)S 168 x(to)S 168 x(install)S 167 x(and)S 168 x (maintain)S 168 x(DECpage.)S 253 x(Y)S -56 x(ou)S 169 x(should)S 168 x(read)S 598 y 7485 X(the)S 167 x(entire)S 166 x(guide)S 167 x (before)S 166 x(you)S 167 x(start)S 165 x(the)S 167 x(installation.)S 17680 Y 5393 X F189(Audie)S 2 x(nce)S 897 y 7485 X F151(This)S 177 x (manual)S 177 x(is)S 176 x(written)S 176 x(for)S 177 x(VMS)S 176 x (system)S 176 x(managers)S 177 x(or)S 177 x(others)S 176 x (responsible)S 176 x(for)S 598 y 7485 X(installing)S 167 x(and)S 166 x(maintaining)S 167 x(the)S 166 x(DECpage)S 165 x(software.)S 20370 Y 5393 X F189(Pr)S -6 x(er)S -5 x(equi)S 2 x(sites)S 897 y 7485 X F151(T)S -45 x(o)S 182 x(install)S 181 x(DEC)S -2 x(page,)S 187 x(you)S 182 x(must)S 182 x(have)S 182 x(access)S 181 x(to)S 182 x (a)S 181 x(privileged)S 183 x(account)S 182 x(and)S 182 x(be)S 598 y 7485 X(familiar)S 171 x(with)S 171 x(the)S 171 x(VMS)S 171 x (installation)S 171 x(procedure)S 172 x(\(VMSINST)S -28 x(AL\).)S 171 x(Y)S -55 x(ou)S 171 x(should)S 172 x(also)S 597 y 7485 X(be)S 166 x(familiar)S 166 x(with)S 166 x(VMS)S 165 x(system)S 166 x (management.)S 23658 Y 5393 X F189(Structu)S 2 x(r)S -6 x(e)S 233 x (of)S 233 x(This)S 233 x(Manual)S 896 y 7485 X F151(This)S 167 x (manual)S 166 x(is)S 166 x(organized)S 166 x(as)S 166 x(follows:)S 897 y 7485 X F155(Chapter)S 151 x(1)S 12267 X(Describes)S 162 x(the)S 163 x(preparat)S 2 x(ions)S 162 x(you)S 161 x(must)S 162 x(complete)S 163 x(before)S 163 x(you)S 162 x(can)S 498 y 12267 X(install)S 151 x (DECpage)S 149 x(V)S -42 x(ersion)S 150 x(3.1.)S 747 y 7485 X (Chapter)S 151 x(2)S 12267 X(Describes)S 150 x(the)S 150 x(DECpage)S 149 x(V)S -42 x(ersion)S 150 x(3.1)S 149 x(installat)S 2 x(ion)S 149 x(proced)S 2 x(ure.)S 748 y 7485 X(Chapter)S 151 x(3)S 12267 X (Describes)S 156 x(the)S 156 x(required)S 157 x(and)S 156 x (optional)S 157 x(tasks)S 155 x(to)S 156 x(be)S 156 x(completed)S 157 x(after)S 498 y 12267 X(you)S 150 x(install)S 150 x(DECpage)S 149 x(V)S -41 x(ersion)S 149 x(3.1.)S 747 y 7485 X(Appendix)S 151 x (A)S 12267 X(Contains)S 150 x(a)S 150 x(sample)S 149 x(DECpage)S 149 x(V)S -41 x(ersion)S 149 x(3.1)S 150 x(installati)S 2 x(on.)S 747 y 7485 X(Appendix)S 151 x(B)S 12267 X(Lists)S 156 x(the)S 155 x (\211les)S 156 x(and)S 155 x(logical)S 157 x(names)S 155 x (installed)S 156 x(on)S 156 x(the)S 155 x(system)S 155 x(during)S 498 y 12267 X(the)S 150 x(DECpage)S 149 x(installa)S 2 x(tion.)S 747 y 7485 X(Appendix)S 151 x(C)S 12267 X(Explains)S 172 x(error)S 172 x(messages)S 171 x(that)S 173 x(can)S 172 x(be)S 172 x (generated)S 173 x(during)S 172 x(the)S 499 y 12267 X(installa)S 2 x(tion)S 150 x(procedure.)S 35580 Y 25588 X F203(vii)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: VIII 7 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7095 Y 5393 X F189(Rela)S 2 x(ted)S 233 x(Documen)S 2 x(tation)S 897 y 7485 X F151(T)S -30 x(able)S 184 x(1)S 184 x(lists)S 183 x (the)S 184 x(documentation)S 185 x(for)S 184 x(DECpage)S 183 x(and)S 185 x(indicates)S 184 x(the)S 184 x(software)S 598 y 7485 X(version)S 167 x(for)S 166 x(which)S 167 x(the)S 166 x(manuals)S 166 x(were)S 166 x(most)S 165 x(recently)S 167 x(revised.)S 10034 Y 7485 X F201 (T)S -19 x(able)S 148 x(1)S 10195 X(DECpage)S 148 x(Documentation)S 623 y 7485 X 18528 24 R 498 y 7485 X F205(T)S -2 x(itle)S 20287 X(V)S -36 x(ersion)S 299 y 7485 X 18528 24 R 598 y 7485 X F156(DECpage)S 149 x(Getting)S 149 x(Started)S 20287 X F155(3.0)S 747 y 7485 X F156 (DECpage)S 149 x(User)S 26 x(')S -16 x(s)S 149 x(Guide)S 20287 X F155 (3.0)S 747 y 7485 X F156(DECpage)S 149 x(Style)S 150 x(Designer)S 25 x(')S -16 x(s)S 149 x(Guide)S 20287 X F155(3.0)S 747 y 7485 X F156 (DECpage)S 149 x(Style)S 150 x(Samples)S 20287 X F155(3.0)S 748 y 7485 X F156(DECpage)S 149 x(Quick)S 150 x(Lookup)S 20287 X F155(3.0)S 747 y 7485 X F156(DECpage)S 149 x(Express)S 20287 X F155(3.1)S 747 y 7485 X F156(DECpage)S 149 x(V)S -58 x(ersion)S 150 x(3.1)S 150 x (Statement)S 149 x(of)S 149 x(Supported)S 151 x(V)S -59 x(ersions)S 20287 X F155(3.1)S 399 y 7485 X 18528 24 R 18029 Y 7485 X F151 (DECpage)S 175 x(V)S -46 x(ersion)S 176 x(3.1)S 176 x(comes)S 175 x (with)S 176 x(online)S 176 x(release)S 175 x(notes.)S 269 x(See)S 175 x(Section)S 176 x(2.1.1)S 177 x(for)S 598 y 7485 X(information)S 167 x(about)S 166 x(how)S 166 x(to)S 166 x(access)S 165 x(them.)S 897 y 7485 X(For)S 183 x(support)S 182 x(information,)S 186 x(refer)S 183 x(to)S 182 x(the)S 182 x(Software)S 181 x(Support)S 182 x (Addendum)S 182 x(in)S 182 x(the)S 598 y 7485 X(DECpage)S 166 x(V)S -46 x(ersion)S 166 x(3.1)S 166 x(Software)S 166 x(Product)S 166 x (Description)S 166 x(\(SPD\).)S 896 y 7485 X(For)S 187 x(more)S 185 x (information)S 186 x(about)S 186 x(the)S 186 x(License)S 186 x (Management)S 187 x(Facility)S 186 x(\(LMF\))S 186 x(or)S 598 y 7485 X(VMSINST)S -27 x(AL,)S 176 x(see)S 175 x(the)S 176 x(VMS)S 175 x(documentation)S 176 x(set.)S 269 x(For)S 176 x(more)S 175 x (information)S 176 x(about)S 598 y 7485 X(using)S 169 x(AUTOGEN,)S 167 x(see)S 168 x(the)S 168 x(Extended)S 169 x(VMS)S 167 x(System)S 168 x(Management)S 169 x(documentation)S 598 y 7485 X(subkit.)S 24007 Y 5393 X F189(Conventi)S 2 x(ons)S 897 y 7485 X F151(This)S 167 x(manual)S 166 x(uses)S 166 x(the)S 166 x(following)S 166 x (conven)S 2 x(tions:)S 896 y 7485 X F155(DECpage)S 10873 X(Means)S 149 x(the)S 150 x(DECpage\207)S 150 x(software.)S 747 y 7485 X (ALL-IN-)S 2 x(1)S 10873 X(Means)S 149 x(the)S 150 x(ALL-IN-1)S 2 x (\207)S 149 x(software.)S 748 y 7485 X(WPS-PLUS)S 10873 X(Means)S 149 x(the)S 150 x(WPS-PLUS)S 2 x(\207)S 149 x(software.)S 747 y 7485 X(Enter)S 10873 X(Means)S 162 x(type)S 163 x(your)S 162 x (response)S 163 x(and)S 163 x(then)S 162 x(press)S 162 x(a)S 163 x (terminator)S 164 x(key)S -50 x(,)S 165 x(such)S 162 x(as)S 498 y 10873 X(RETURN.)S 747 y 7485 X($)S 10873 X(Means)S 175 x(the)S 175 x (system)S 174 x(prompt.)S 276 x(It)S 176 x(indicates)S 176 x(that)S 175 x(the)S 176 x(VMS)S 175 x(command)S 498 y 10873 X(interprete)S 2 x(r)S 149 x(is)S 149 x(ready)S 150 x(for)S 150 x(command)S 149 x (input.)S 748 y 7984 X(.)S 498 y -125 x(.)S 498 y -125 x(.)S 30533 Y 10873 X(Means)S 146 x(information)S 147 x(not)S 147 x(directly)S 147 x(related)S 148 x(to)S 146 x(the)S 147 x(example)S 146 x(has)S 146 x(been)S 147 x(deleted.)S 31894 Y 7485 X 1608 24 R 477 y 7485 X 24 480 R -115 y 110 x F207(CTRL/X)S 115 y 113 x 24 480 R 20 y 7485 X 1608 24 R -115 y 10873 X F155(Indicate)S 2 x(s)S 149 x(that)S 150 x (you)S 149 x(press)S 149 x(the)S 150 x(CTRL)S 149 x(key)S 149 x(and)S 150 x(another)S 150 x(key)S -50 x(.)S 35580 Y 5393 X F203(viii)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: IX 8 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6705 Y 7485 X 1824 24 R 477 y 7485 X 24 480 R -115 y 128 x F207 (GOLD)S 151 x(x)S 115 y 132 x 24 480 R 20 y 7485 X 1824 24 R -115 y 10873 X F155(T)S -42 x(ells)S 162 x(you)S 160 x(to)S 162 x(press)S 160 x(the)S 161 x(GOLD)S 161 x(key)S -50 x(,)S 163 x(labeled)S 162 x (PF1)S 162 x(on)S 161 x(some)S 160 x(keypads,)S 163 x(and)S 498 y 10873 X(then)S 150 x(a)S 149 x(function)S 151 x(key)S -50 x(.)S 365 y 7485 X 1704 24 R 477 y 7485 X 24 480 R -115 y 119 x F207(RETURN)S 115 y 121 x 24 480 R 20 y 7485 X 1704 24 R -115 y 10873 X F155(T)S -42 x(ells)S 150 x(you)S 149 x(to)S 150 x(press)S 149 x(the)S 150 x (RETURN)S 150 x(key)S -50 x(.)S 747 y 7485 X(Dot)S 158 x(matrix)S 499 y 7485 X(type)S -499 y 10873 X(Indicate)S 2 x(s)S 149 x(text)S 150 x(that)S 150 x(appears)S 150 x(on)S 150 x(your)S 149 x(screen.)S 10325 Y 7485 X(Red)S 150 x(text)S 150 x(or)S 498 y 7485 X(Bold)S 167 x(dot)S 498 y 7485 X(matrix)S 150 x(type)S 10325 Y 10873 X (Indicate)S 2 x(s)S 149 x(text)S 150 x(you)S 149 x(type)S 150 x(in)S 150 x(examples.)S 35580 Y 25711 X F203(ix)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 1-1 9 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 11279 Y 25012 X F173(1)S 423 y 5393 X 20628 24 R 12956 Y 12096 X F217 (Pr)S -8 x(epar)S -2 x(ing)S 332 x(to)S 331 x(Install)S 332 x (DECpage)S 15944 Y 7485 X F151(This)S 180 x(chapter)S 180 x (discusses)S 179 x(the)S 179 x(preparations)S 180 x(and)S 180 x (requirements)S 180 x(necessary)S 180 x(for)S 598 y 7485 X (installing)S 167 x(DECp)S -2 x(age.)S 897 y 7485 X(Y)S -55 x(our)S 159 x(bill)S 158 x(of)S 158 x(materials)S 157 x(\(BOM\))S 158 x(and)S 158 x(indented)S 159 x(bills)S 157 x(report)S 159 x(\(BIL\))S 157 x (specify)S 159 x(the)S 158 x(number)S 598 y 7485 X(and)S 175 x (contents)S 174 x(of)S 174 x(your)S 175 x(media.)S 265 x(Be)S 174 x (sure)S 174 x(to)S 174 x(verify)S 175 x(the)S 174 x(contents)S 175 x (of)S 173 x(your)S 176 x(kit)S 174 x(with)S 597 y 7485 X(this)S 171 x (information.)S 259 x(If)S 171 x(your)S 171 x(kit)S 171 x(is)S 171 x (damaged)S 170 x(or)S 171 x(if)S 171 x(parts)S 170 x(are)S 171 x (missing,)S 172 x(contact)S 171 x(your)S 598 y 7485 X(Digital)S 166 x (representative.)S 897 y 7485 X(DECpage)S 168 x(provides)S 167 x (online)S 169 x(release)S 168 x(notes.)S 253 x(Digital)S 167 x (strongly)S 169 x(recommends)S 167 x(that)S 168 x(you)S 597 y 7485 X (read)S 168 x(the)S 167 x(release)S 167 x(notes)S 167 x(before)S 167 x(proceeding)S 168 x(with)S 167 x(the)S 167 x(installation.)S 251 x(For)S 168 x(information)S 598 y 7485 X(on)S 167 x(accessing)S 166 x(the)S 167 x(online)S 166 x(release)S 166 x(notes,)S 167 x(see)S 165 x(Section)S 167 x(2.1.1.)S 22271 Y 5393 X F189(1.1)S 597 x(Requ)S 2 x(ir)S -5 x(ed)S 233 x(Operatin)S 2 x(g)S 232 x(System)S 233 x (Componen)S 2 x(ts)S 896 y 7485 X F151(The)S 169 x(VMS)S 167 x (operating)S 168 x(system)S 167 x(comes)S 167 x(with)S 168 x(a)S 167 x(variety)S 169 x(of)S 167 x(support)S 167 x(options,)S 169 x (or)S 167 x(classes,)S 598 y 7485 X(which)S 183 x(include)S 183 x (such)S 183 x(features)S 182 x(as)S 182 x(support)S 182 x(for)S 183 x (V)S -56 x(AXclusters,)S 186 x(networking,)S 188 x(and)S 598 y 7485 X (programming)S 2 x(.)S 258 x(T)S -45 x(o)S 170 x(use)S 171 x(DECpa)S -2 x(ge)S 172 x(V)S -47 x(ersion)S 171 x(3.1,)S 173 x(your)S 171 x (system)S 170 x(should)S 171 x(be)S 170 x(runn)S 2 x(ing)S 171 x(a)S 598 y 7485 X(version)S 167 x(of)S 166 x(VMS)S 166 x(that)S 166 x (includes)S 166 x(the)S 166 x(classes)S 165 x(listed)S 166 x(in)S 166 x(T)S -31 x(able)S 166 x(1\2031.)S 26405 Y 7485 X F201(T)S -19 x (able)S 148 x(1\2031)S 10723 X(VMS)S 150 x(Classes)S 148 x(Requir)S -4 x(ed)S 623 y 7485 X 18528 24 R 498 y 7485 X F205(Class)S 18544 X (Abbr)S -4 x(eviation)S 299 y 7485 X 18528 24 R 598 y 7485 X F155 (Base)S 18544 X(BASE)S 747 y 7485 X(Cluster)S 150 x(Support)S 18544 X (CLUS)S 747 y 7485 X(Device)S 150 x(Drivers)S 18544 X(DR)S -17 x(VR)S 747 y 7485 X(System)S 150 x(Management)S 150 x(Files)S 18544 X(MNGR)S 747 y 7485 X(Network)S 151 x(Support)S 18544 X(NET)S 731 y 20844 X (\(continued)S 151 x(on)S 149 x(next)S 150 x(page\))S 35580 Y 18516 X F203(Preparing)S 148 x(to)S 149 x(Install)S 150 x(DECpage)S 449 x F205(1\2031)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 1-2 10 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7137 Y 7485 X F201(T)S -19 x(able)S 148 x(1\2031)S 149 x(\(Cont.\))S 12546 X(VMS)S 150 x(Classes)S 148 x(Requir)S -4 x(ed)S 622 y 7485 X 18528 24 R 499 y 7485 X F205(Class)S 18544 X(Abbr)S -4 x(eviation)S 298 y 7485 X 18528 24 R 748 y 7485 X F155(Programming)S 149 x (Support)S 18544 X(PROG)S 747 y 7485 X(Secure)S 151 x(User)S 24 x(')S -16 x(s)S 149 x(Environment)S 18544 X(USER)S 747 y 7485 X(Util)S 2 x(ities)S 18544 X(UTIL)S 399 y 7485 X 18528 24 R 12492 Y 5393 X F189(1.2)S 597 x(Pr)S -6 x(er)S -5 x(equi)S 2 x(site)S 233 x (Softwar)S -5 x(e)S 896 y 7485 X F151(The)S 169 x(following)S 168 x (softw)S -2 x(are)S 168 x(must)S 168 x(be)S 167 x(installed)S 167 x (on)S 168 x(your)S 169 x(system)S 167 x(prior)S 168 x(to)S 167 x (the)S 168 x(DECpage)S 598 y 7485 X(installation:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(A)S 172 x(valid)S 172 x(VMS)S 172 x(operating)S 172 x (system)S 172 x(con\211gu)S 2 x(ration)S 172 x(running)S 174 x(VMS)S 171 x(V)S -46 x(ersion)S 172 x(5.1)S 173 x(or)S 597 y 8382 X(higher)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(WPS-PLUS/VMS)S 166 x(or)S 166 x(ALL-IN-1)S 747 y 8382 X(See)S 189 x(the)S 188 x F152(DECpage)S 188 x(State)S 2 x(ment)S 189 x(of)S 188 x(Supporte)S 2 x(d)S 189 x(V)S -65 x (ersions)S 190 x F151(for)S 188 x(the)S 189 x(versions)S 598 y 8382 X (supported.)S 747 y 8382 X(If)S 173 x(you)S 175 x(reinstall)S 174 x (or)S 174 x(upgrade)S 174 x(WPS-PLUS)S 174 x(or)S 174 x(ALL-IN-1,)S 176 x(you)S 174 x(must)S 174 x(rerun)S 174 x(the)S 598 y 8382 X (DECpage)S 160 x(post-instal)S -2 x(lation)S 161 x(procedures.)S 250 x(See)S 160 x(Chapter)S 160 x(3)S 160 x(for)S 161 x(more)S 160 x (information.)S 20163 Y 7485 X(If)S 176 x(you)S 176 x(plan)S 176 x (to)S 176 x(use)S 176 x(an)S 176 x(LN03)S 176 x(or)S 176 x(LN03)S 176 x(PLUS)S 176 x(device)S 176 x(with)S 175 x(DECpage,)S 178 x(you)S 177 x(must)S 598 y 7485 X(have)S 179 x(one)S 178 x(of)S 178 x(the)S 178 x(V)S -47 x(ersion)S 178 x(1.3)S 178 x(font)S 178 x(packages)S 178 x(installed.)S 272 x(If)S 178 x(you)S 178 x(want)S 178 x(to)S 177 x(use)S 178 x(the)S 597 y 7485 X(entire)S 180 x(set)S 178 x(of)S 179 x(DEC)S -2 x(page)S 180 x(print)S 179 x(styles,)S 182 x(you)S 179 x(must)S 179 x(have)S 179 x(the)S 179 x(DECpage)S 178 x (Complete)S 598 y 7485 X(Of\211ce)S 186 x(Font)S 186 x(Package)S 187 x(installed.)S 288 x(The)S 186 x(DECpage)S 185 x(Basic)S 185 x (Of)S (\211ce)S 185 x(Font)S 186 x(Package)S 598 y 7485 X(handles)S 175 x (a)S 174 x(subset)S 174 x(of)S 174 x(the)S 175 x(print)S 174 x (styles.)S 265 x(\(See)S 175 x(Section)S 174 x(3.17)S 175 x(for)S 174 x(information)S 175 x(about)S 598 y 7485 X(upgradin)S 2 x(g)S 185 x(from)S 185 x(the)S 185 x(Basic)S 185 x(to)S 185 x(the)S 185 x (Complete)S 184 x(font)S 185 x(package.)S 2 x(\))S 287 x(The)S 185 x (DECpage)S 597 y 7485 X(installation)S 171 x(checks)S 172 x(for)S 172 x(an)S 171 x(LN03)S 172 x(font)S 171 x(package.)S 261 x(If)S 171 x(this)S 171 x(required)S 172 x(software)S 171 x(is)S 171 x(not)S 598 y 7485 X(installed)S 166 x(on)S 166 x(your)S 167 x(system,)S 166 x(the)S 167 x(installation)S 165 x(terminates.)S 25294 Y 5393 X F189(1.3)S 597 x(Option)S 2 x(al)S 233 x(Softwar)S -5 x(e)S 896 y 7485 X F151(This)S 173 x(section)S 173 x(lists)S 172 x(software)S 172 x(that)S 173 x(can)S 173 x(be)S 173 x(used)S 173 x(together)S 173 x(with)S 173 x(DECp)S -2 x(age.)S 264 x(See)S 173 x(the)S 598 y 7485 X(System)S 173 x(Software)S 172 x(Addendum)S 174 x(\(SSA\))S 172 x(for)S 173 x(a)S 173 x(complete)S 173 x(list)S 172 x(of)S 173 x (compatible)S 173 x(products)S 598 y 7485 X(and)S 171 x(their)S 170 x (required)S 171 x(version)S 170 x(numbers.)S 258 x(The)S 171 x(SSA)S 169 x(is)S 170 x(part)S 170 x(of)S 170 x(the)S 170 x(Software)S 169 x (Product)S 598 y 7485 X(Description)S 166 x(\(SPD\).)S 896 y 7485 X (DECpage)S 166 x(V)S -46 x(ersion)S 166 x(3.1)S 166 x(is)S 166 x (compatible)S 165 x(with)S 166 x(the)S 166 x(following)S 166 x (software)S 166 x(products:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(V)S -56 x (AX)S 166 x(GKS)S 747 y 8382 X 300 48 R 149 y 597 x(V)S -46 x (ersion)S 166 x(4.0)S 166 x(on)S 167 x(PostScript)S 165 x(devices)S 748 y 8382 X 300 48 R 149 y 597 x(V)S -46 x(ersion)S 166 x(3.1)S 166 x(on)S 167 x(LN03)S 166 x(and)S 166 x(LN03)S 166 x(PLUS)S 167 x (devices)S 747 y 8382 X(If)S 189 x(you)S 190 x(plan)S 189 x(to)S 189 x(use)S 189 x(GKS,)S 189 x(it)S 188 x(must)S 189 x(be)S 189 x (installed)S 189 x(prior)S 189 x(to)S 189 x(the)S 189 x(DECpage)S 598 y 8382 X(installation.)S 35580 Y 5393 X F205(1\2032)S 449 x F203 (Pr)S -2 x(eparing)S 167 x(to)S 165 x(Install)S 167 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 1-3 11 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6809 Y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x F151(DECpage)S 165 x(LN03)S 167 x (Upgrade)S 166 x(and)S 166 x(Complete)S 166 x(Of\211ce)S 166 x(Font)S 166 x(Package)S 2 x(s)S 165 x(V)S -46 x(ersion)S 166 x(1.3)S 747 y 8382 X(These)S 179 x(fonts)S 178 x(are)S 179 x(used)S 179 x(by)S 179 x(the)S 179 x(LN03)S 179 x(and)S 179 x(LNO3)S 178 x(PLUS)S 179 x (laser)S 178 x(printers)S 179 x(and)S 598 y 8382 X(are)S 170 x (required)S 170 x(only)S 170 x(if)S 169 x(you)S 170 x(plan)S 170 x (to)S 169 x(use)S 170 x(the)S 169 x(extended)S 170 x(DECpage)S 169 x (style)S 169 x(set.)S 256 x(\(The)S 598 y 8382 X(other)S 167 x (supported)S 165 x(printers)S 166 x(do)S 166 x(not)S 167 x(require)S 166 x(additional)S 166 x(fonts.\))S 747 y 8382 X(If)S 170 x(you)S 172 x(plan)S 170 x(to)S 171 x(use)S 170 x(these)S 171 x(font)S 170 x (packages,)S 173 x(they)S 171 x(must)S 170 x(be)S 171 x(installed)S 170 x(prior)S 170 x(to)S 171 x(the)S 598 y 8382 X(DECpage)S 165 x (installation.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(V)S -56 x(AX)S 166 x (DECs)S -2 x(lide)S 166 x(V)S -46 x(ersion)S 166 x(1.3)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(V)S -56 x(AX)S 166 x(DECgraph)S 166 x(V)S -47 x (ersion)S 167 x(1.5)S 13334 Y 5393 X F189(1.4)S 597 x(Pr)S -6 x(er)S -5 x(equi)S 2 x(site)S 233 x(Har)S -5 x(dwar)S -5 x(e)S 897 y 7485 X F151(Y)S -55 x(ou)S 175 x(must)S 175 x(have)S 175 x(a)S 175 x(laser)S 175 x(printer)S 175 x(to)S 175 x(run)S 175 x(the)S 175 x (Installation)S 175 x(V)S -47 x(eri\211cation)S 176 x(Procedure)S 598 y 7485 X(\(IVP\))S 185 x(and)S 185 x(use)S 185 x(DECpage.)S 287 x (DEC)S -2 x(page)S 186 x(can)S 185 x(be)S 185 x(used)S 185 x(with)S 185 x(the)S 185 x(following)S 185 x(laser)S 597 y 7485 X(printers:)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(PrintServer)S 167 x(20)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(PrintServer)S 167 x(40)S 166 x(Plus)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(PrintServer)S 167 x(40)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x (LN03R)S 166 x(ScriptPrinter)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(LN03,)S 167 x(with)S 165 x(two)S 166 x(RAM)S 165 x(cartridges)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(LN03)S 166 x(PLUS,)S 167 x(with)S 166 x(two)S 165 x (RAM)S 166 x(cartridges)S 22101 Y 5393 X F189(1.5)S 597 x(Licen)S 2 x(se)S 232 x(Regi)S 2 x(stration)S 897 y 7485 X F151(Y)S -55 x(ou)S 167 x(must)S 166 x(register)S 167 x(the)S 166 x(DECpage)S 166 x (license)S 167 x(through)S 168 x(the)S 167 x(VMS)S 166 x(License)S 167 x(Management)S 598 y 7485 X(Facility)S 173 x(\(LMF\))S 174 x(in)S 172 x(accordance)S 174 x(with)S 172 x(the)S 173 x(license)S 173 x (agreement)S 173 x(signed)S 173 x(by)S 173 x(your)S 174 x(site.)S 598 y 7485 X(The)S 182 x(license)S 181 x(registration)S 182 x (information)S 181 x(you)S 182 x(need)S 182 x(is)S 181 x(contained)S 181 x(in)S 182 x(the)S 181 x(Product)S 597 y 7485 X(Authorization)S 172 x(Key)S 172 x(\(P)S -37 x(AK\))S 170 x(that)S 172 x(is)S 171 x (shipped)S 171 x(with)S 171 x(DECpage.)S 260 x(The)S 172 x(P)S -36 x (AK)S 170 x(is)S 171 x(a)S 172 x(paper)S 598 y 7485 X(certi\211cate)S 173 x(that)S 172 x(contains)S 173 x(information)S 173 x(about)S 172 x (the)S 173 x(license)S 172 x(you)S 174 x(have)S 173 x(purchased)S 173 x(to)S 598 y 7485 X(run)S 167 x(a)S 166 x(particular)S 167 x (piece)S 166 x(of)S 166 x(software.)S 896 y 7485 X(During)S 174 x (the)S 173 x(installation,)S 174 x(the)S 173 x(system)S 172 x(asks)S 172 x(if)S 172 x(you)S 174 x(have)S 173 x(registered)S 173 x(the)S 173 x(DECpage)S 598 y 7485 X(license)S 174 x(and)S 174 x(loaded)S 173 x(the)S 173 x(appropriate)S 174 x(authorization)S 173 x(key)S -54 x(.)S 264 x(Y)S -55 x(ou)S 173 x(must)S 173 x(register)S 174 x (and)S 598 y 7485 X(load)S 170 x(your)S 170 x(license)S 169 x(for)S 170 x(DEC)S -2 x(page)S 170 x F152(before)S 170 x F151(you)S 170 x (start)S 169 x(the)S 169 x(installation)S 169 x(in)S 169 x(order)S 170 x(to)S 169 x(run)S 598 y 7485 X(the)S 167 x(Installation)S 165 x (V)S -46 x(eri\211cation)S 167 x(Procedure)S 167 x(and)S 166 x(use)S 166 x(the)S 166 x(software.)S 896 y 7485 X(T)S -45 x(o)S 170 x (register)S 170 x(a)S 170 x(license)S 170 x(under)S 171 x(VMS,)S 170 x(\211rst)S 170 x(log)S 170 x(in)S 170 x(to)S 170 x(the)S 170 x (system)S 169 x(manager)S 29 x(')S -19 x(s)S 169 x(accoun)S 2 x(t,)S 598 y 7485 X(SYSTEM.)S 166 x(Y)S -55 x(ou)S 166 x(can)S 167 x (register)S 166 x(a)S 166 x(license)S 166 x(in)S 167 x(one)S 166 x (of)S 166 x(two)S 165 x(ways:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Invoke)S 188 x(the)S 188 x(SYS$UPDA)S -29 x(TE:VMSLICENSE.COM)S 186 x (procedure.)S 293 x(When)S 188 x(it)S 598 y 8382 X(prompts)S 165 x (you)S 167 x(for)S 167 x(information,)S 166 x(respond)S 167 x(with)S 165 x(data)S 166 x(from)S 166 x(your)S 167 x(P)S -37 x(AK.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Issue)S 172 x(the)S 174 x(LICENSE)S 171 x(REGISTER)S 171 x(command)S 173 x(at)S 173 x(the)S 173 x(DCL)S 172 x(prompt,)S 175 x(using)S 174 x(the)S 598 y 8382 X(quali\211ers)S 166 x(that)S 166 x(correspond)S 167 x(to)S 166 x(the)S 166 x(P)S -37 x(AK)S 166 x (information.)S 35580 Y 18466 X F203(Preparing)S 165 x(to)S 166 x (Install)S 166 x(DECpage)S 449 x F205(1\2033)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 1-4 12 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 7485 X F151(If)S 183 x(you)S 183 x(plan)S 183 x(to)S 183 x (use)S 183 x(DECp)S -2 x(age)S 184 x(on)S 183 x(more)S 183 x(than)S 183 x(one)S 183 x(node)S 183 x(in)S 183 x(a)S 183 x(V)S -56 x (AXcluster)S -37 x(,)S 187 x(you)S 598 y 7485 X(will)S 181 x(need)S 183 x(to)S 181 x(perform)S 182 x(a)S 182 x(license)S 181 x(load)S 182 x(on)S 182 x(the)S 182 x(other)S 182 x(nodes)S 182 x(after)S 181 x(you)S 183 x(complete)S 598 y 7485 X(this)S 176 x (installation.)S 269 x(See)S 176 x(Section)S 177 x(3.1)S -27 x(1)S 176 x(for)S 176 x(DECpage)S 175 x(installation)S 176 x(instructions)S 176 x(for)S 597 y 7485 X(V)S -55 x(AXclusters.)S 897 y 7485 X(For)S 186 x(complete)S 185 x(information)S 185 x(on)S 186 x(using)S 186 x (LMF)S -55 x(,)S 186 x(see)S 185 x(the)S 185 x(manual)S 186 x(on)S 185 x(the)S 186 x(License)S 598 y 7485 X(Manage)S 2 x(ment)S 166 x (Utility)S 165 x(in)S 167 x(the)S 166 x(VMS)S 166 x(documentation)S 166 x(set.)S 11192 Y 5393 X F189(1.6)S 597 x(Deter)S 5 x(mining)S 234 x(Saveset)S 233 x(Names)S 897 y 7485 X F151(T)S -45 x(o)S 177 x (install)S 177 x(DECpage,)S 180 x(you)S 178 x(must)S 177 x(know)S 178 x(the)S 178 x(saveset)S 177 x(name)S 177 x(of)S 177 x(your)S 179 x(kit.)S 272 x(Y)S -55 x(ou)S 177 x(can)S 598 y 7485 X (determine)S 180 x(a)S 180 x(saveset)S 179 x(name)S 180 x(by)S 180 x (check)S 2 x(ing)S 180 x(the)S 180 x(label)S 180 x(of)S 179 x(your)S 181 x(media.)S 277 x(T)S -31 x(able)S 180 x(1\2032)S 597 y 7485 X (lists)S 176 x(the)S 176 x(media)S 176 x(labels)S 176 x(and)S 176 x (corresponding)S 178 x(saveset)S 176 x(names)S 176 x(of)S 176 x(all)S 176 x(the)S 177 x(DECpage)S 598 y 7485 X(installation)S 166 x(kits,)S 166 x(as)S 166 x(well)S 165 x(as)S 166 x(the)S 166 x(languag)S 2 x (e)S 166 x(of)S 166 x(each.)S 15327 Y 7485 X F201(T)S -19 x(able)S 148 x(1\2032)S 10723 X(DECpage)S 148 x(Saveset)S 149 x(Names)S 622 y 7485 X 18528 24 R 499 y 7485 X F205(Media)S 150 x(Label)S 14360 X (Saveset)S 150 x(Name)S 19839 X(Language)S 298 y 7485 X 18528 24 R 598 y 7485 X F155(DECpage)S 14360 X(P)S -34 x(AGE031)S 19839 X(English)S 149 x(\(American\))S 747 y 7485 X(DECpage/DANSK)S 14360 X(DECP)S -34 x(AGEDA)S -2 x(NS03)S 2 x(1)S 19839 X(Danish)S 748 y 7485 X(DECpage/DEUTCH)S 14360 X(DECP)S -34 x(AGEGE)S -2 x (RM031)S 19839 X(German)S 747 y 7485 X(DECpage/ENGLISH)S 14360 X (DECP)S -34 x(AGEE)S -2 x(NGL031)S 19839 X(English)S 149 x (\(British\))S 747 y 7485 X(DECpage/ESP)S -33 x(ANOL)S 14360 X(DECP)S -34 x(AGESP)S -34 x(AN031)S 19839 X(Spanish)S 747 y 7485 X (DECpage/FRANCAIS)S 14360 X(DECP)S -34 x(AGEFRE)S -2 x(N031)S 19839 X (French)S 747 y 7485 X(DECpage/IT)S -24 x(ALIANO)S 14360 X(DECP)S -34 x(AGEIT)S -25 x(AL031)S 19839 X(Itali)S 2 x(an)S 748 y 7485 X (DECpage/NEDERLANDS)S 14360 X(DECP)S -34 x(AGEDUTC031)S 19839 X (Dutch)S 747 y 7485 X(DECpage/SVENSKA)S 14360 X(DECP)S -34 x (AGESWED031)S 19839 X(Swedish)S 398 y 7485 X 18528 24 R 25015 Y 5393 X F189(1.7)S 597 x(Per)S 27 x(for)S 4 x(ming)S 233 x(an)S 233 x (Updat)S 2 x(e)S 232 x(Instal)S 2 x(lation)S 897 y 7485 X F151(The)S 167 x(next)S 167 x(two)S 165 x(sections)S 166 x(describe)S 166 x (requirements)S 166 x(for)S 166 x(update)S 166 x(installations.)S 27008 Y 7485 X F193(1.7.1)S 598 x(Setting)S 199 x(the)S 199 x (System)S 198 x(Pr)S -10 x(otection)S 797 y 7485 X F151(If)S 193 x (you)S 193 x(are)S 193 x(performing)S 193 x(an)S 193 x(update)S 192 x (installation,)S 199 x(you)S 194 x(must)S 192 x(set)S 192 x(the)S 193 x(system)S 598 y 7485 X(protection)S 167 x(to)S 166 x(delete)S 165 x(\(S:D\))S 166 x(on)S 167 x(the)S 166 x([DEC)S -2 x(page])S 167 x(directory)S -55 x(.)S 29499 Y 7485 X F193(1.7.2)S 598 x (Saving)S 198 x(Infor)S 3 x(mation)S 199 x(Data)S 199 x(Files)S 797 y 7485 X F151(If)S 171 x(you)S 172 x(have)S 173 x(modi\211ed)S 171 x (any)S 172 x(of)S 171 x(the)S 172 x(information)S 171 x(data)S 171 x (\211les)S 171 x(listed)S 171 x(in)S 171 x(T)S -30 x(able)S 171 x (1\2033,)S 173 x(you)S 597 y 7485 X(must)S 169 x(save)S 170 x(them)S 169 x(before)S 170 x(upgrading)S 171 x(from)S 169 x(V)S -46 x (ersion)S 169 x(3.0)S 170 x(to)S 169 x(V)S -46 x(ersion)S 169 x(3.1)S 170 x(of)S 169 x(DECpage.)S 598 y 7485 X(\(This)S 177 x(does)S 176 x (not)S 177 x(apply)S 176 x(to)S 176 x(pre-V)S -46 x(ersion)S 177 x (3.0)S 177 x(releases.\))S 269 x(Y)S -55 x(ou)S 177 x(can)S 177 x (\211nd)S 177 x(these)S 176 x(\211les)S 176 x(as)S 598 y 7485 X (follows:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(In)S 175 x(OA$DA)S -29 x(T)S -27 x(A_LL)S -45 x(V)S 174 x(if)S 175 x(the)S 176 x(existing)S 176 x (DEC)S -2 x(page)S 176 x(software)S 174 x(was)S 175 x(integrated)S 175 x(into)S 597 y 8382 X(ALL-IN-1)S 166 x(V)S -46 x(ersion)S 166 x (2.1)S 166 x(BEV)S 165 x(\(or)S 166 x(L)S -45 x(V\),)S 166 x(or)S 166 x(ALL-IN-1)S 166 x(V)S -47 x(ersion)S 167 x(2.2)S 166 x(U.S.)S 167 x(\(or)S 166 x(UK\))S 35580 Y 5393 X F205(1\2034)S 449 x F203 (Pr)S -2 x(eparing)S 167 x(to)S 165 x(Install)S 167 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 1-5 13 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6840 Y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x F151(In)S 171 x(OA$SI)S -2 x (TE_DA)S -28 x(T)S -27 x(A_LL)S -46 x(V)S 170 x(if)S 171 x(the)S 170 x(existing)S 171 x(DECpage)S 170 x(software)S 170 x(was)S 169 x (integrated)S 598 y 8382 X(into)S 166 x(ALL-IN-1)S 166 x(V)S -46 x (ersion)S 166 x(2.3)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(In)S 182 x (ddcu:[WPSPLUS.DA)S -27 x(T)S -27 x(A_language])S 183 x(\(where)S 183 x F152(language)S 183 x F151(is)S 182 x(the)S 182 x(languag)S 2 x(e)S 597 y 8382 X(version)S 177 x(of)S 177 x(WPS-PLUS\))S 176 x (if)S 176 x(the)S 177 x(existing)S 177 x(DECpage)S 176 x(softwa)S -2 x(re)S 177 x(was)S 176 x(integrated)S 598 y 8382 X(into)S 166 x (WPS-PLUS/VMS)S 166 x(V)S -46 x(ersion)S 166 x(2.1)S 167 x(\(U.S.,)S 167 x(UK,)S 166 x(BEV)S -65 x(,)S 166 x(or)S 166 x(L)S -45 x(V\))S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(In)S 193 x(ddcu:[WPSPLUS.SITE_DA)S -27 x(T)S -28 x(A_languag)S 2 x(e])S 192 x(\(where)S 193 x F152(languag)S 2 x (e)S 193 x F151(is)S 192 x(the)S 598 y 8382 X(languag)S 2 x(e)S 180 x (version)S 181 x(of)S 180 x(WPS-PLUS\))S 179 x(if)S 180 x(the)S 181 x (existing)S 180 x(DECpage)S 180 x(software)S 179 x(was)S 597 y 8382 X (integrated)S 167 x(into)S 166 x(WPS-PLUS/VMS)S 166 x(V)S -46 x (ersion)S 166 x(3.0)S 13216 Y 7485 X F201(T)S -19 x(able)S 148 x (1\2033)S 10723 X(Infor)S 4 x(mation)S 149 x(Data)S 149 x(Files)S 149 x(to)S 149 x(Be)S 149 x(Saved)S 623 y 7485 X 18528 24 R 498 y 7485 X F205(File)S 149 x(Changed:)S 13314 X(By)S 149 x(Using:)S 299 y 7485 X 18528 24 R 597 y 7485 X F155(BA)S -25 x(TCHQ.DA)S -25 x(T)S 13314 X(Batch)S 149 x(Queue)S 150 x(De\211nitions)S 149 x(\(BQ\))S 150 x(option)S 748 y 7485 X(DEVICELST)S -41 x(.DA)S -26 x(T)S 13314 X (Device)S 149 x(and)S 150 x(Queue)S 149 x(Association)S 150 x (\(DQ\))S 150 x(option)S 747 y 7485 X(TEMPLST)S -40 x(.DA)S -26 x(T)S 13314 X(User)S -8 x(-de\211ned)S 150 x(styles)S 149 x(\(UDS\))S 151 x (option)S 747 y 7485 X(STYLELST)S -41 x(.DA)S -25 x(T)S 13314 X (User)S -8 x(-de\211ned)S 150 x(styles)S 149 x(\(UDS\))S 151 x (option)S 398 y 7485 X 18528 24 R 19169 Y 5393 X F189(1.8)S 597 x (Instal)S 2 x(ling)S 234 x(Laser)S 233 x(Printers)S 896 y 7485 X F151 (Y)S -55 x(ou)S 189 x(must)S 189 x(have)S 190 x(a)S 189 x(laser)S 188 x(printer)S 190 x(installed)S 188 x(before)S 189 x(you)S 190 x (can)S 190 x(install)S 188 x(and)S 189 x(use)S 598 y 7485 X (DECpage.)S 249 x(There)S 167 x(are)S 166 x(two)S 166 x(groups)S 167 x(of)S 166 x(printers)S 166 x(that)S 165 x(can)S 167 x(be)S 166 x (used)S 166 x(with)S 166 x(DEC)S -2 x(page:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(The)S 187 x(LN03R)S 186 x(ScriptPrinter)S -37 x(,)S 192 x(PrintServer)S 187 x(40,)S 192 x(PrintServer)S 187 x(40)S 186 x (Plus,)S 192 x(and)S 597 y 8382 X(PrintServer)S 167 x(20)S 748 y 8382 X(Y)S -56 x(ou)S 171 x(install)S 170 x(these)S 171 x(printers)S 170 x(using)S 171 x(the)S 171 x(directions)S 171 x(in)S 170 x(the)S 171 x(installation)S 170 x(manuals)S 597 y 8382 X(that)S 166 x (accompany)S 167 x(them.)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(The)S 167 x (LN03)S 166 x(PLUS)S 166 x(and)S 167 x(LN03)S 166 x(\(with)S 165 x (two)S 166 x(RAM)S 165 x(cartridges\))S 747 y 8382 X(Section)S 170 x (1.8.1)S 172 x(describes)S 169 x(how)S 171 x(to)S 170 x(install)S 169 x(these)S 171 x(printers)S 170 x(and)S 170 x(set)S 170 x(the)S 170 x(necessary)S 598 y 8382 X(printer)S 166 x(characteristics.)S 26840 Y 6031 X F202(Note)S 298 x F152(Make)S 169 x(sure)S 170 x (your)S 169 x(queue)S 169 x(manager)S 169 x(has)S 169 x(been)S 170 x (started)S 169 x(before)S 169 x(you)S 169 x(begin)S 170 x(the)S 169 x (DECpage)S 598 y 7485 X(installation.)S 896 y 7485 X F151(Y)S -55 x (ou)S 192 x(can)S 192 x(install)S 191 x(additional)S 191 x(printers)S 191 x(after)S 192 x(DECpa)S -2 x(ge)S 193 x(is)S 191 x(running)S 193 x(without)S 598 y 7485 X(reinstalling)S 167 x(DECpage.)S 35580 Y 18466 X F203(Preparing)S 165 x(to)S 166 x(Install)S 166 x(DECpage)S 449 x F205(1\2035)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 1-6 14 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7042 Y 7485 X F193(1.8.1)S 598 x(Installing)S 200 x(Non-PostScript)S 198 x(Laser)S 199 x(Printers)S 797 y 7485 X F151(If)S 186 x(you)S 187 x(are)S 187 x(using)S 187 x(a)S 186 x(non-PostScript)S 186 x (laser)S 186 x(printer)S 187 x(with)S 185 x(DECpage,)S 191 x(you)S 187 x(must)S 598 y 7485 X(modify)S 169 x(the)S 169 x(printer)S 170 x (characteristics)S 168 x(at)S 169 x(the)S 169 x(DCL)S 168 x(level)S 169 x(before)S 169 x(installing)S 169 x(DECpage.)S 597 y 7485 X(T)S -45 x(o)S 187 x(make)S 187 x(the)S 188 x(printer)S 187 x (characteristics)S 187 x(permanent,)S 193 x(you)S 188 x(must)S 187 x (also)S 187 x(make)S 187 x(the)S 598 y 7485 X(appropriate)S 166 x (chang)S 2 x(es)S 165 x(in)S 167 x(the)S 166 x(.COM)S 166 x(\211le)S 166 x(used)S 166 x(to)S 166 x(start)S 165 x(your)S 168 x(print)S 166 x(queues.)S 897 y 7485 X(Use)S 174 x(the)S 174 x(following)S 174 x(procedure)S 175 x(for)S 174 x(the)S 174 x(new)S 174 x(printer)S 174 x(characteristics)S 174 x(to)S 174 x(take)S 174 x(effect)S 598 y 7485 X(immediately:)S 896 y 7485 X F201(1)S 618 x F151(Stop)S 178 x (the)S 178 x(printer)S 179 x(queue)S 179 x(and)S 178 x(associated)S 178 x(generic)S 179 x(queue,)S 183 x(if)S 178 x(there)S 178 x(is)S 178 x(one,)S 182 x(as)S 598 y 8382 X(follows:)S 847 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(STOP/QUEUE/NEXT)S 269 x(generic-queue)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(STOP/QUEUE/NEXT)S 269 x(printer-queue[:])S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 7485 X F201(2)S 618 x F151(Set)S 166 x(the)S 166 x(printer)S 166 x(to)S 166 x(NOSPOOLED)S 164 x(with)S 166 x(the)S 166 x (following)S 166 x(command:)S 846 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(SET)S 269 x(DEVICE/NOSPOOLED)S 269 x(printer-queue[:])S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 7485 X F201(3)S 618 x F151(Modify)S 171 x(the)S 172 x(printer)S 171 x(characteristics)S 171 x(according)S 172 x(to)S 170 x(the)S 172 x(type)S 171 x(of)S 171 x(line)S 171 x(the)S 171 x(printer)S 598 y 8382 X(is)S 166 x(attached)S 166 x(to,)S 166 x(as)S 166 x (follows:)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(If)S 165 x(your)S 167 x (non-PostScript)S 167 x(printer)S 166 x(is)S 166 x(attached)S 166 x (to)S 166 x(a)S 166 x(terminal)S 166 x(\(DZ\))S 165 x(line:)S 847 y 9279 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(SET)S 269 x(TERMINAL/NOAUTOBAUD/NOBROADCAST)S 268 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/DEVICE_TYPE=LN03/EIGHT_BIT/FORM/LOWERCASE)S 268 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 499 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/PAGE=63/INTERACTIVE/PASTHRU/SPEED=9600/TTSYNC)S 268 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/WIDTH=511/NOWRAP)S 269 x(terminal-name[:])S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x F151(If)S 165 x(your)S 167 x(non-PostScript)S 167 x(printer)S 166 x(is)S 166 x(attached)S 166 x(to)S 166 x(an)S 166 x(LP-1)S -27 x(1)S 166 x(line:)S 847 y 9279 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(SET)S 269 x(PRINTER/CR/FF/LOWERCASE/PAGE=63/PASSALL)S 268 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/PRINTALL/NOTRUNCATE/UNKNOWN/WIDTH=511)S 268 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/NOWRAP)S 269 x(printer-name[:])S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 7485 X F201(4)S 618 x F151(Set)S 174 x(the)S 174 x(printer)S 174 x(queue)S 175 x(to)S 174 x(SPOOLED)S 172 x(and)S 174 x (reassociate)S 174 x(the)S 174 x(generic)S 175 x(queue,)S 177 x(if)S 598 y 8382 X(there)S 167 x(is)S 165 x(one,)S 167 x(as)S 166 x (follows:)S 847 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(SET)S 269 x(DEVICE/SPOOLED=generic-queue)S 269 x (printer-queue[:])S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 896 y 7485 X F201(5)S 618 x F151(Restart)S 169 x(the)S 171 x (printer)S 170 x(queue)S 171 x(and)S 170 x(associated)S 170 x (generic)S 171 x(queue,)S 172 x(if)S 170 x(there)S 171 x(is)S 170 x (one,)S 172 x(as)S 598 y 8382 X(follows:)S 847 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(START/QUEUE)S 269 x(generic-queue)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(START/QUEUE)S 269 x(printer-queue[:])S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 35580 Y 5393 X F205(1\2036)S 449 x F203(Pr)S -2 x(eparing)S 167 x (to)S 165 x(Install)S 167 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 1-7 15 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7117 Y 5393 X F189(1.9)S 597 x(V)S -87 x(AXclu)S 2 x(ster)S 233 x (Con\211gurati)S 2 x(ons)S 897 y 7485 X F151(Y)S -55 x(ou)S 181 x (can)S 181 x(install)S 180 x(DEC)S -2 x(page)S 181 x(V)S -46 x (ersion)S 181 x(3.1)S 181 x(software)S 179 x(on)S 181 x(any)S 182 x (of)S 180 x(three)S 181 x(V)S -56 x(AXcluster)S 598 y 7485 X (con\211g)S 2 x(uration)S 167 x(types:)S 896 y 8382 X(Computer)S 166 x(Interconnect-only)S 168 x(V)S -56 x(AXclusters)S 598 y 8382 X (Local)S 166 x(Area)S 166 x(V)S -55 x(AXclusters)S 598 y 8382 X (Mixed-interconn)S 2 x(ect)S 166 x(V)S -56 x(AXclusters)S 11800 Y 7485 X(The)S 175 x(section)S 174 x(that)S 174 x(follows)S 173 x (describes)S 174 x(the)S 174 x(types)S 174 x(of)S 174 x(clusters,)S 176 x(provides)S 174 x(installation)S 598 y 7485 X(information)S 167 x(speci\211c)S 166 x(to)S 166 x(each)S 166 x(type,)S 167 x(and)S 167 x(de\211nes)S 166 x(the)S 166 x(operating)S 167 x(environmen)S 2 x(ts.)S 896 y 7485 X(For)S 175 x(information)S 174 x(about)S 174 x (installation)S 174 x(procedures)S 174 x(for)S 174 x(V)S -56 x (AXcluster)S 174 x(con\211gu)S 2 x(rations,)S 598 y 7485 X(see)S 173 x(Section)S 173 x(3.1)S -27 x(1)S 173 x(in)S 173 x(this)S 172 x (manual,)S 176 x(and)S 173 x(the)S 173 x(manual)S 173 x(on)S 173 x (V)S -55 x(AXclusters)S 172 x(in)S 173 x(the)S 173 x(VMS)S 598 y 7485 X(documentation)S 167 x(set.)S 15586 Y 7485 X F193(1.9.1)S 598 x (V)S -74 x(AXcluster)S 200 x(Con\211gu)S -2 x(ration)S 199 x(T)S -7 x(ypes)S 797 y 7485 X F151(Y)S -55 x(ou)S 173 x(can)S 173 x (install)S 172 x(DECpage)S 172 x(V)S -46 x(ersion)S 173 x(3.1)S 173 x (on)S 173 x(the)S 173 x(following)S 173 x(types)S 172 x(of)S 173 x (clusters,)S 175 x(using)S 597 y 7485 X(the)S 167 x(procedure)S 167 x (described)S 165 x(in)S 167 x(Section)S 166 x(3.1)S -27 x(1:)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Computer)S 166 x(Interconnect)S 167 x(\(CI\)-only)S 166 x(V)S -56 x(AXcluster)S 166 x(con\211gu)S 2 x(ration)S 747 y 8382 X(CI-only)S 197 x(clusters)S 198 x(use)S 197 x(the)S 197 x (computer)S 198 x(interconnec)S 2 x(t)S 197 x(for)S 197 x (interprocessor)S 598 y 8382 X(communication,)S 183 x(with)S 179 x (the)S 179 x(Star)S 179 x(Coupler)S 179 x(as)S 178 x(the)S 180 x (common)S 179 x(connection)S 180 x(point)S 598 y 8382 X(for)S 167 x (all)S 166 x(cluster)S 167 x(nodes.)S 251 x(Cluster)S 166 x(nodes)S 167 x(may)S 167 x(be)S 166 x(any)S 168 x(V)S -56 x(AX)S 166 x (processors)S 166 x(speci\211ed)S 167 x(in)S 598 y 8382 X(the)S 170 x (V)S -56 x(AXcluster)S 169 x(Software)S 168 x(Product)S 170 x (Description,)S 170 x(or)S 170 x(they)S 170 x(may)S 169 x(be)S 170 x (Hierarchical)S 597 y 8382 X(Storage)S 166 x(Controllers)S 166 x (\(HSCs\).)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Local)S 166 x(Area)S 166 x(V)S -55 x(AXcluster)S 165 x(con\211g)S 2 x(urations)S 747 y 8382 X (Local)S 169 x(area)S 168 x(clusters)S 168 x(consist)S 168 x(of)S 168 x(a)S 169 x(boot)S 168 x(server)S 169 x(\(a)S 168 x(V)S -56 x (AX)S 168 x(or)S 168 x(MicroV)S -55 x(AX)S 168 x(containing)S 598 y 8382 X(all)S 183 x(the)S 184 x(disks)S 183 x(from)S 183 x(which)S 184 x(DECpage)S 183 x(is)S 183 x(run\))S 184 x(connected)S 184 x(by)S 184 x(Ethernet)S 184 x(to)S 183 x(a)S 598 y 8382 X(number)S 167 x (of)S 166 x(satellite)S 165 x(nodes.)S 249 x(A)S 166 x(satellite)S 165 x(node)S 167 x(is)S 165 x(usually)S 167 x(a)S 166 x(MicroV)S -55 x(AX.)S 747 y 8382 X(W)S -19 x(ith)S 167 x(local)S 166 x(area)S 167 x(clusters,)S 167 x(install)S 166 x(DECpage)S 166 x(on)S 167 x (the)S 166 x(boot)S 167 x(server)S 167 x(only)S -55 x(,)S 168 x (using)S 167 x(the)S 598 y 8382 X(pre-installation)S 166 x(and)S 166 x(installation)S 166 x(procedures)S 166 x(described)S 166 x(in)S 166 x(Chapters)S 166 x(1)S 166 x(and)S 166 x(2.)S 747 y 8382 X(Do)S 172 x(not)S 173 x(install)S 171 x(DECpage)S 172 x(on)S 173 x(the)S 172 x(satellite)S 171 x(nodes.)S 263 x(Satellite)S 171 x(nodes,)S 175 x(which)S 172 x(are)S 598 y 8382 X(used)S 182 x(by)S 182 x(the)S 183 x(individual)S 182 x(work)S 182 x(grou)S 2 x(ps)S 181 x(only)S -54 x(,)S 186 x(use)S 182 x(the)S 182 x(boot)S 182 x(server)S 183 x (to)S 181 x(access)S 597 y 8382 X(DECpage.)S 284 x(Y)S -55 x(ou)S 184 x(must,)S 188 x(however)S -36 x(,)S 189 x(check)S 185 x(the)S 184 x(VMS)S 183 x(system)S 183 x(parameters)S 184 x(for)S 598 y 8382 X(each)S 171 x(node)S 171 x(on)S 171 x(which)S 171 x(you)S 172 x (are)S 170 x(going)S 172 x(to)S 171 x(run)S 171 x(DECpage.)S 258 x (See)S 171 x(Section)S 171 x(1.10.4)S 171 x(for)S 598 y 8382 X (information)S 166 x(on)S 167 x(VMS)S 166 x(system)S 165 x (parameters.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(Mixed-interconn)S 2 x(ect)S 166 x (V)S -56 x(AXcluster)S 166 x(con\211gur)S 2 x(ations)S 748 y 8382 X (Mixed-interconn)S 2 x(ect)S 172 x(clusters)S 172 x(became)S 172 x (available)S 172 x(for)S 173 x(the)S 172 x(\211rst)S 172 x(time)S 172 x(with)S 171 x(VMS)S 597 y 8382 X(V)S -46 x(ersion)S 181 x(5.0.)S 281 x(A)S 181 x(Mixed-intercon)S 2 x(nect)S 181 x(cluster)S 182 x (can)S 182 x(include)S 182 x(V)S -56 x(AX)S 181 x(processors,)S 598 y 8382 X(HSCs,)S 200 x(and)S 194 x(MicroV)S -55 x(AX)S 192 x (satellite)S 193 x(nodes.)S 304 x(The)S 194 x(procedure)S 195 x(for)S 193 x(installing)S 598 y 8382 X(DECpage)S 184 x(software)S 184 x(on)S 186 x(a)S 184 x(Mixed-intercon)S 2 x(nect)S 185 x(V)S -56 x (AXcluster)S 185 x(system)S 184 x(is)S 185 x(the)S 598 y 8382 X (same)S 166 x(as)S 165 x(that)S 166 x(for)S 166 x(installing)S 167 x (on)S 166 x(a)S 166 x(Local)S 166 x(Area)S 166 x(V)S -55 x (AXcluster)S 165 x(system.)S 35580 Y 18466 X F203(Preparing)S 165 x (to)S 166 x(Install)S 166 x(DECpage)S 449 x F205(1\2037)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 1-8 16 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7117 Y 5393 X F189(1.10)S 597 x(Install)S 2 x(ation)S 234 x(Pr)S -13 x(ocedu)S 2 x(r)S -6 x(e)S 233 x(Requi)S 2 x(r)S -6 x(ements)S 897 y 7485 X F151(The)S 167 x(following)S 166 x(sections)S 166 x (discuss)S 165 x(various)S 167 x(requirements)S 166 x(for)S 166 x (installing)S 167 x(DECp)S -2 x(age.)S 9110 Y 7485 X F193(1.10.1)S 598 x(T)S -3 x(ime)S 797 y 7485 X F151(The)S 179 x(installation)S 176 x(should)S 178 x(take)S 178 x(approximately)S 178 x(30)S 177 x (to)S 177 x(60)S 178 x(minutes,)S 180 x(depending)S 179 x(on)S 598 y 7485 X(your)S 172 x(type)S 170 x(of)S 171 x(media)S 170 x(and)S 170 x (your)S 172 x(system)S 170 x(con\211gur)S 2 x(ation.)S 258 x(This)S 170 x(does)S 170 x(not)S 171 x(include)S 171 x(time)S 597 y 7485 X (needed)S 167 x(for)S 166 x(post-installat)S -2 x(ion)S 167 x (procedures.)S 897 y 7485 X(For)S 178 x(example,)S 180 x(installing)S 177 x(DECpa)S -2 x(ge)S 178 x(on)S 177 x(a)S 177 x(standalone)S 176 x (V)S -55 x(AX)S 176 x(1)S -28 x(1/780)S 177 x(system)S 177 x(takes)S 598 y 7485 X(from)S 170 x(40)S 169 x(to)S 169 x(60)S 170 x(minutes,)S 170 x(and)S 170 x(the)S 170 x(Installation)S 169 x(V)S -47 x (eri\211cation)S 171 x(Procedure)S 170 x(\(IVP\))S 169 x(takes)S 598 y 7485 X(about)S 186 x(10)S 186 x(minutes.)S 288 x(Multiple)S 186 x(IVPs)S 185 x(will)S 185 x(take)S 186 x(about)S 186 x(10)S 185 x (minutes)S 186 x(per)S 186 x(printer)S 597 y 7485 X(selected.)S 14888 Y 7485 X F193(1.10.2)S 598 x(Privileges)S 797 y 7485 X F151 (Install)S 166 x(DECpa)S -2 x(ge)S 167 x(from)S 166 x(the)S 166 x (system)S 166 x(manager)S 28 x(')S -19 x(s)S 166 x(account,)S 167 x (with)S 166 x(full)S 166 x(privileges.)S 897 y 7485 X(Note)S 166 x (that)S 166 x(the)S 166 x(VMS)S 165 x(installation)S 166 x (procedure)S 167 x(\(VMSINST)S -28 x(AL\))S 165 x(turns)S 166 x(off)S 166 x(the)S 166 x(BYP)S -37 x(ASS)S 598 y 7485 X(privilege)S 185 x (at)S 183 x(the)S 183 x(start)S 183 x(of)S 183 x(the)S 184 x (installation.)S 284 x(If)S 183 x(you)S 184 x(are)S 184 x (performing)S 184 x(an)S 184 x(update)S 597 y 7485 X(installation,)S 198 x(be)S 191 x(sure)S 191 x(to)S 191 x(set)S 191 x(the)S 191 x (system)S 190 x(protection)S 192 x(to)S 191 x(delete)S 191 x (\(S:D\))S 190 x(on)S 192 x(the)S 598 y 7485 X(DECpage)S 166 x (directory)S -55 x(.)S 19471 Y 7485 X F193(1.10.3)S 598 x(Disk)S 200 x(Spac)S -2 x(e)S 797 y 7485 X F151(Installing)S 160 x(DECp)S -2 x(age)S 160 x(requires)S 160 x(a)S 159 x(certain)S 159 x(amount)S 160 x(of)S 159 x(free)S 159 x(disk)S 159 x(storage)S 160 x(space)S 159 x(during)S 598 y 7485 X(the)S 167 x(installation.)S 249 x(Once)S 166 x(DECpage)S 165 x(is)S 166 x(installed,)S 166 x(less)S 165 x (disk)S 166 x(space)S 166 x(is)S 165 x(required.)S 896 y 7485 X(Y)S -55 x(ou)S 166 x(can)S 167 x(install)S 165 x(DECpage)S 165 x(on)S 167 x(the)S 166 x(system)S 165 x(disk)S 166 x(or)S 166 x(on)S 166 x (an)S 166 x(alternate)S 166 x(disk.)S 250 x(T)S -31 x(able)S 166 x (1)S (\2034)S 598 y 7485 X(gives)S 190 x(the)S 188 x(disk)S 189 x(space)S 188 x(requirements)S 189 x(if)S 188 x(you)S 190 x(are)S 189 x (installing)S 188 x(DECpage)S 188 x(on)S 189 x(the)S 598 y 7485 X (system)S 169 x(disk.)S 257 x(T)S -31 x(able)S 169 x(1\2035)S 170 x (gives)S 170 x(the)S 170 x(disk)S 169 x(space)S 169 x(requirements)S 170 x(if)S 169 x(you)S 171 x(are)S 169 x(installing)S 598 y 7485 X (DECpage)S 166 x(on)S 166 x(an)S 167 x(alternate)S 166 x(disk.)S 25000 Y 7485 X F201(T)S -19 x(able)S 148 x(1\2034)S 10723 X(Disk)S 149 x(Space)S 149 x(for)S 150 x(Installation)S 148 x(on)S 150 x (System)S 150 x(Disk)S 623 y 7485 X 18528 24 R 498 y 7485 X F205 (Disk)S 150 x(Wher)S -3 x(e)S 149 x(Blocks)S 548 y 7485 X(Ar)S -3 x (e)S 149 x(Requir)S -3 x(ed)S -548 y 14360 X(Blocks)S 149 x(During)S 548 y 14360 X(Installation)S -548 y 21234 X(Blocks)S 149 x(After)S 548 y 21234 X(Installation)S 299 y 7485 X 18528 24 R 598 y 7485 X F155(System)S 14360 X(40,000)S 21234 X(35,000)S 398 y 7485 X 18528 24 R 35580 Y 5393 X F205(1\2038)S 449 x F203(Pr)S -2 x (eparing)S 150 x(to)S 149 x(Install)S 150 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 1-9 17 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7137 Y 7485 X F201(T)S -19 x(able)S 148 x(1\2035)S 10723 X(Disk)S 149 x(Space)S 149 x(for)S 150 x(Installation)S 148 x(on)S 150 x (Alter)S 2 x(nate)S 149 x(Disk)S 622 y 7485 X 18528 24 R 499 y 7485 X F205(Disk)S 150 x(Wher)S -3 x(e)S 149 x(Blocks)S 547 y 7485 X(Ar)S -3 x(e)S 149 x(Requir)S -3 x(ed)S -547 y 14360 X(Blocks)S 149 x (During)S 547 y 14360 X(Installation)S -547 y 21234 X(Blocks)S 149 x (After)S 547 y 21234 X(Installation)S 299 y 7485 X 18528 24 R 598 y 7485 X F155(System)S 14360 X(40,000)S -190 y F163(1)S 190 y 21234 X F155(600)S 747 y 7485 X(Alternat)S 2 x(e)S 14360 X(35,000)S 21234 X (35,000)S 498 y 7485 X 18528 24 R 460 y 7485 X F163(1)S 190 y 26 x F159(These)S 140 x(blocks)S 139 x(are)S 140 x(required)S 140 x(for)S 140 x(saveset)S 140 x(expansion.)S 213 x(DECpage)S 139 x(does)S 140 x (not)S 141 x(support)S 140 x(install)S -2 x(ations)S 140 x(using)S 498 y 7485 X(alternate)S 133 x(work)S 133 x(directories.)S 405 y 7485 X 18528 24 R 13596 Y 7485 X F151(T)S -45 x(o)S 169 x(determine)S 170 x(the)S 169 x(number)S 171 x(of)S 169 x(free)S 169 x(disk)S 170 x (blocks)S 169 x(on)S 170 x(the)S 169 x(curren)S 2 x(t)S 169 x (system)S 169 x(disk,)S 170 x(enter)S 597 y 7485 X(the)S 167 x (following)S 166 x(command)S 166 x(at)S 166 x(the)S 166 x(DCL)S 165 x (prompt:)S 847 y 7485 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(SHOW)S 269 x(DEVICE)S 269 x(SYS$SYSDEVICE)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 16136 Y 7485 X F193(1.10.4)S 598 x(System)S 198 x(Parameters)S 797 y 7485 X F151(The)S 167 x(following)S 166 x(sections)S 166 x (describe:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(The)S 167 x(system)S 165 x (parameter)S 166 x(value)S 167 x(required)S 167 x(for)S 166 x(the)S 166 x(installation)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(How)S 166 x(to)S 166 x (check)S 167 x(system)S 165 x(parameter)S 166 x(values)S 748 y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(How)S 166 x(to)S 166 x(calculate)S 166 x(values)S 166 x(for)S 166 x(the)S 167 x(GBLP)S -38 x(AGES)S 165 x(system)S 166 x(parameter)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(How)S 156 x(to)S 156 x (change)S 157 x(the)S 157 x(GBLP)S -37 x(AGE)S -2 x(S)S 156 x (value,)S 160 x(using)S 157 x(the)S 156 x(VMS)S 156 x(AUTOGEN)S 155 x (command)S 598 y 8382 X(procedure)S 22213 Y 7485 X(The)S 196 x (Global)S 194 x(Pages)S 195 x(\(GBLP)S -37 x(AGES\))S 193 x(value)S 196 x(is)S 194 x(the)S 195 x(only)S 196 x(value)S 195 x(in)S 195 x (the)S 195 x(system)S 598 y 7485 X(parameter)S 166 x(\211le)S 167 x (that)S 166 x(you)S 167 x(need)S 166 x(to)S 166 x(check.)S 897 y 7485 X(T)S -30 x(able)S 192 x(1\2036)S 193 x(lists)S 191 x(the)S 193 x(minimum)S 193 x(required)S 193 x(system)S 192 x(parameter)S 192 x(value)S 194 x(for)S 192 x(the)S 598 y 7485 X(installation.)S 253 x(The)S 168 x(table)S 167 x(lists)S 166 x(only)S 169 x(the)S 167 x(nonstandard)S 168 x(parameter)S 168 x(setting.)S 252 x(SYSGEN)S 597 y 7485 X(default)S 178 x(values)S 179 x(are)S 178 x(adequate)S 178 x(for)S 178 x(those)S 178 x(settings)S 177 x(not)S 179 x (listed.)S 272 x(Depending)S 179 x(on)S 178 x(the)S 598 y 7485 X (kinds)S 180 x(of)S 179 x(programs)S 179 x(and)S 179 x(applications)S 179 x(running)S 181 x(at)S 179 x(your)S 180 x(site,)S 182 x(you)S 180 x(might)S 179 x(need)S 180 x(a)S 598 y 7485 X(high)S 2 x(er)S 166 x(value)S 167 x(for)S 166 x(this)S 165 x(setting.)S 27195 Y 6031 X F202(Note)S 298 x F152(If)S 174 x(your)S 176 x(system')S -19 x (s)S 175 x(current)S 176 x(SYSGEN)S 175 x(parameter)S 175 x(is)S 174 x(set)S 175 x(at)S 175 x(a)S 174 x(higher)S 176 x(value)S 174 x (than)S 176 x(the)S 597 y 7485 X(one)S 167 x(listed)S 167 x(in)S 166 x(T)S -37 x(able)S 166 x(1\2036,)S 167 x(do)S 166 x(not)S 167 x (reduce)S 168 x(that)S 167 x(value.)S 29237 Y 7485 X F201(T)S -19 x (able)S 148 x(1\2036)S 10723 X(Minimum)S 149 x(Requir)S -4 x(ed)S 149 x(System)S 150 x(Parameter)S 150 x(V)S -40 x(alue)S 623 y 7485 X 18528 24 R 498 y 7485 X F205(System)S 151 x(Parameter)S 15057 X(V)S -36 x(alue)S 299 y 7485 X 18528 24 R 598 y 7485 X F155(GBLP)S -33 x (AGES)S -191 y F163(1)S 191 y 15057 X F155(n)S 149 x(+)S 149 x(950)S 498 y 7485 X 18528 24 R 459 y 7485 X F163(1)S 190 y 26 x F159(The)S 137 x(value)S 137 x(listed)S 136 x(represents)S 137 x(the)S 138 x (number)S 138 x(of)S 137 x(free)S 137 x(global)S 136 x(pages)S 136 x (required)S 137 x(for)S 137 x(the)S 138 x(install)S -2 x(ation,)S 138 x(not)S 138 x(the)S 499 y 7485 X(total)S 133 x(number)S 133 x (you)S 134 x(need)S 134 x(to)S 133 x(run)S 133 x(your)S 134 x (system)S 132 x(and)S 133 x(other)S 134 x(software.)S 480 y 7485 X 18528 24 R 35580 Y 18466 X F203(Preparing)S 165 x(to)S 166 x (Install)S 166 x(DECpage)S 449 x F205(1\2039)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 1-10 18 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6966 Y 7485 X F201(1.10.4.)S 2 x(1)S 597 x(Checking)S 171 x(System)S 173 x(Parameter)S 173 x(V)S -40 x(alues)S 593 x F151(T)S -46 x(o)S 173 x(check)S 173 x(the)S 173 x(values)S 173 x(of)S 172 x(your)S 598 y 7485 X(system)S 187 x(parameters,)S 193 x(invoke)S 188 x(the)S 188 x(System)S 187 x(Generation)S 187 x(Utility)S 187 x(\(SYSGEN\))S 186 x(by)S 598 y 7485 X(entering)S 168 x(the)S 166 x(following)S 166 x(command)S 166 x(at)S 166 x(the)S 166 x(DCL)S 166 x(prompt:)S 847 y 7485 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(RUN)S 269 x(SYS$SYSTEM:SYSGEN)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 7485 X(SYSGEN>)S 896 y 7485 X F151(At)S 174 x(the)S 174 x (SYSGEN>)S 172 x(prompt,)S 177 x(enter)S 174 x(the)S 174 x(SHOW)S 173 x(command)S 175 x(to)S 173 x(display)S 174 x(the)S 174 x(value)S 175 x(of)S 598 y 7485 X(a)S 179 x(system)S 179 x(parameter)S -37 x (.)S 275 x(The)S 180 x(value)S 180 x(displayed)S 178 x(should)S 179 x (equal)S 180 x(or)S 179 x(exceed)S 180 x(the)S 179 x(value)S 598 y 7485 X(of)S 179 x(the)S 179 x(parameter)S 178 x(listed)S 178 x(in)S 179 x(T)S -31 x(able)S 179 x(1\2036.)S 275 x(The)S 179 x(following)S 179 x(example)S 178 x(shows)S 178 x(the)S 179 x(use)S 598 y 7485 X (of)S 173 x(the)S 173 x(SHOW)S 171 x(command)S 173 x(for)S 173 x (obtaining)S 173 x(information)S 173 x(for)S 173 x(the)S 173 x(GBLP)S -37 x(AGES)S 171 x(system)S 598 y 7485 X(parameter:)S 846 y 7485 X F98(SYSGEN>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(SHOW)S 269 x(GBLPAGES)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 7485 X F151(After)S 195 x(you)S 196 x(\211nish)S 196 x (checking)S 197 x(the)S 195 x(GBLP)S -37 x(AGES)S 193 x(parameter)S 195 x(with)S 195 x(the)S 195 x(SHOW)S 598 y 7485 X(command,)S 185 x (enter)S 181 x(the)S 181 x(EXIT)S 179 x(command)S 181 x(at)S 180 x (the)S 181 x(SYSGE)S -2 x(N>)S 181 x(prompt)S 180 x(to)S 180 x (return)S 181 x(to)S 597 y 7485 X(DCL)S 166 x(level.)S 897 y 7485 X F201(1.10.4.)S 2 x(2)S 597 x(Calcul)S -2 x(ating)S 168 x(the)S 168 x (V)S -40 x(alue)S 167 x(for)S 168 x(GBLP)S -49 x(AGES)S 585 x F151 (T)S -46 x(o)S 168 x(install)S 168 x(and)S 168 x(run)S 169 x (DECpage,)S 598 y 7485 X(you)S 170 x(must)S 168 x(have)S 169 x (suf\211cient)S 169 x(free)S 169 x(global)S 169 x(pages.)S 254 x (First,)S 169 x(you)S 170 x(must)S 168 x(\211nd)S 169 x(out)S 169 x (how)S 168 x(many)S 598 y 7485 X(free)S 166 x(global)S 165 x(pages)S 165 x(you)S 167 x(have)S 166 x(on)S 165 x(your)S 166 x(system.)S 249 x(Then)S 167 x(use)S 165 x(AUTOGE)S -2 x(N)S 166 x(if)S 164 x (you)S 167 x(need)S 165 x(to)S 597 y 7485 X(increase)S 167 x(the)S 166 x(GBLP)S -37 x(AGES)S 165 x(system)S 165 x(parameter)S -37 x(.)S 897 y 7485 X(The)S 173 x(n)S 172 x(+)S 172 x(950)S 172 x(value)S 173 x(for)S 172 x(GBLP)S -37 x(AGE)S -2 x(S)S 172 x(in)S 172 x(T)S -30 x(able)S 172 x(1\2036)S 171 x(indicates)S 172 x(that)S 172 x (you)S 173 x(must)S 171 x(have)S 598 y 7485 X(at)S 168 x(least)S 167 x(5000)S 167 x(unused)S 169 x(global)S 167 x(pages)S 168 x (available)S 168 x(on)S 168 x(your)S 169 x(system)S 167 x(for)S 167 x (the)S 168 x(installation)S 598 y 7485 X(to)S 166 x(process)S 166 x (successfully)S -55 x(.)S 896 y 7485 X(If)S 184 x(you)S 184 x(are)S 184 x(installing)S 184 x(DECpage)S 183 x(on)S 184 x(a)S 184 x(VMS)S 183 x(V)S -46 x(ersion)S 183 x(5.1)S 185 x(system,)S 187 x(perform)S 184 x(the)S 598 y 7485 X(following)S 167 x(steps)S 165 x(to)S 166 x (calculate)S 166 x(how)S 166 x(many)S 167 x(unused)S 166 x(global)S 167 x(pages)S 166 x(your)S 167 x(system)S 165 x(has:)S 897 y 7485 X F201(1)S 618 x F151(Run)S 160 x(the)S 159 x(VMS)S 159 x(Install)S 158 x(Utility)S 159 x(\(INST)S -28 x(ALL\))S 159 x(using)S 160 x (the)S 159 x(following)S 160 x(DCL)S 158 x(command:)S 846 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(INSTALL)S 269 x(LIST/GLOBAL/SUMMARY)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 8382 X F151(The)S 171 x(Install)S 169 x(Utility)S 169 x (displays)S 170 x(a)S 169 x(summary)S 171 x(of)S 169 x(global)S 170 x (pages)S 170 x(and)S 170 x(global)S 171 x(sections)S 598 y 8382 X (used)S 159 x(by)S 160 x(your)S 160 x(system,)S 161 x(as)S 159 x (well)S 158 x(as)S 159 x(the)S 159 x(curren)S 2 x(t)S 159 x(number)S 160 x(of)S 159 x(unused)S 160 x(global)S 159 x(pages.)S 598 y 8382 X (For)S 167 x(example:)S 846 y -345 x F98(Summary)S 269 x(of)S 269 x (Local)S 269 x(Memory)S 269 x(Global)S 269 x(Sections)S 797 y 8382 X (158)S 269 x(Global)S 269 x(Sections)S 269 x(Used,)S 538 x(9744/365)S 269 x(Global)S 269 x(Pages)S 269 x(Used/Unused)S 897 y 7485 X F201 (2)S 618 x F151(Determine)S 170 x(if)S 170 x(the)S 170 x(number)S 171 x(of)S 171 x(unused)S 170 x(pages)S 171 x(\(365)S 170 x(in)S 170 x(the)S 171 x(example\))S 170 x(is)S 170 x(equal)S 170 x(to)S 598 y 8382 X(or)S 166 x(greater)S 167 x(than)S 167 x(950,)S 166 x (the)S 166 x(number)S 167 x(required)S 167 x(by)S 166 x(DECpage.)S 30080 Y 7485 X(If)S 179 x(you)S 180 x(are)S 179 x(installing)S 179 x (DECpage)S 179 x(on)S 179 x(a)S 179 x(VMS)S 179 x(V)S -46 x(ersion)S 179 x(5.2)S 179 x(or)S 179 x(highe)S 2 x(r)S 179 x(system,)S 182 x (you)S 597 y 7485 X(can)S 172 x(use)S 171 x(the)S 171 x(WRITE)S 170 x (command)S 172 x(with)S 170 x(the)S 171 x(F$GETSYI)S 170 x(lexical)S 172 x(function)S 172 x(to)S 171 x(\211nd)S 171 x(the)S 598 y 7485 X (number)S 182 x(of)S 180 x(free)S 181 x(global)S 181 x(pages.)S 278 x (The)S 182 x(following)S 180 x(example)S 181 x(shows)S 180 x(how)S 180 x(to)S 181 x(get)S 181 x(this)S 598 y 7485 X(information)S 167 x (at)S 166 x(your)S 167 x(terminal)S 166 x(\(the)S 166 x(default)S 166 x(for)S 166 x(SYS$OUTPUT\):)S 847 y 7485 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(WRITE)S 269 x(SYS$OUTPUT)S 269 x(F$GETSYI\("FREE_GBLPAGES"\))S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 7485 X(365)S 35580 Y 5393 X F205(1\20310)S 449 x F203(Pr)S -2 x(eparing)S 167 x(to)S 165 x(Install)S 167 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 1-11 19 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 7485 X F151(If)S 173 x(the)S 173 x(number)S 174 x(of)S 172 x (unused)S 174 x(pages)S 173 x(is)S 172 x(less)S 172 x(than)S 174 x (the)S 173 x(required)S 173 x(number)S -36 x(,)S 175 x(you)S 174 x (need)S 173 x(to)S 598 y 7485 X(increase)S 169 x(the)S 168 x(value)S 169 x(for)S 168 x(GBLP)S -37 x(AGES.)S 167 x(For)S 169 x(example,)S 169 x(using)S 169 x(the)S 168 x(365)S 168 x(\211gur)S 2 x(e)S 168 x (from)S 168 x(the)S 598 y 7485 X(examples,)S 169 x(you)S 168 x (would)S 167 x(need)S 168 x(to)S 167 x(increase)S 168 x(GBLP)S -37 x (AGES)S 166 x(by)S 168 x(585.)S 252 x(The)S 168 x(process)S 167 x (used)S 167 x(to)S 597 y 7485 X(calculate)S 167 x(that)S 166 x (value)S 166 x(is:)S 847 y 9906 X F98(9744)S 538 x(Used)S 269 x (Global)S 269 x(Pages)S 498 y 9099 X(+)S 807 x(365)S 538 x(Unused)S 269 x(Global)S 269 x(Pages)S 499 y 9099 X(-------)S 498 y 9637 X (10109)S 538 x(Current)S 269 x(Value)S 269 x(of)S 269 x(GBLPAGES)S 797 y 7485 X(And:)S 498 y 9906 X(950)S 807 x(Required)S 269 x (GBLPAGES)S 269 x(for)S 269 x(DECpage)S 498 y 9099 X(-)S 538 x(365)S 807 x(Unused)S 269 x(Global)S 269 x(Pages)S 498 y 9099 X(------)S 498 y -807 x(585)S 807 x(Remainder)S 847 y 7485 X(Then:)S 797 y 538 x (10109)S 807 x(Current)S 269 x(Value)S 269 x(of)S 269 x(GBLPAGES)S 498 y 9099 X(+)S 538 x(585)S 807 x(Remainder)S 498 y 9099 X(------)S 498 y 9368 X(10694)S 807 x(New)S 269 x(required)S 269 x(GBLPAGES)S 269 x(value)S 897 y 7485 X F151(Section)S 185 x(1.10.4.)S 2 x(3)S 184 x(describes)S 185 x(the)S 185 x(procedure)S 186 x(for)S 184 x (increasing)S 186 x(system)S 184 x(parameter)S 598 y 7485 X(values)S 192 x(using)S 193 x(AUTOGE)S -2 x(N.)S 192 x(See)S 192 x(the)S 192 x (Extended)S 192 x(VMS)S 191 x(System)S 191 x(Managemen)S 2 x(t)S 598 y 7485 X(documentation)S 167 x(subkit)S 166 x(for)S 166 x (information)S 167 x(on)S 166 x(using)S 167 x(AUTOGE)S -2 x(N.)S 896 y 7485 X F201(1.10.4.)S 2 x(3)S 597 x(Changing)S 182 x(System)S 184 x(Parameter)S 184 x(V)S -41 x(alues)S 183 x(with)S 183 x (AUTOGEN)S 615 x F151(Y)S -55 x(ou)S 183 x(use)S 598 y 7485 X(the)S 190 x(AUTOGEN)S 188 x(command)S 190 x(procedure)S 191 x(to)S 189 x (change)S 191 x(system)S 189 x(parameters.)S 296 x(Y)S -55 x(ou)S 598 y 7485 X(can)S 182 x(add)S 181 x(new)S 182 x(parameters)S 181 x (and)S 181 x(modify)S 182 x(incremental)S 182 x(parameters.)S 280 x (AUTOGE)S -2 x(N)S 597 y 7485 X(automatically)S 173 x(adjusts)S 172 x (values)S 172 x(for)S 173 x(other)S 173 x(system)S 171 x(parameters)S 172 x(that)S 172 x(are)S 173 x(associated)S 598 y 7485 X(with)S 166 x (the)S 166 x(values)S 167 x(you)S 167 x(reset)S 165 x(manually)S -54 x(.)S 897 y 7485 X(T)S -45 x(o)S 166 x(change)S 167 x(the)S 167 x (GBLP)S -38 x(AGES)S 165 x(parameter)S 166 x(with)S 166 x(AUTOGE)S -2 x(N:)S 897 y 7485 X F201(1)S 618 x F151(Edit)S 165 x(the)S 167 x (following)S 166 x(\211le:)S 846 y 8382 X F98 (SYS$SYSTEM:MODPARAMS.DAT)S 897 y 7485 X F201(2)S 618 x F151(Modify)S 178 x(the)S 178 x(incremental)S 178 x(parameter)S 178 x(for)S 178 x (GBLP)S -37 x(AGES)S 176 x(by)S 178 x(using)S 179 x(ADD)S -2 x(_.)S 273 x(For)S 598 y 8382 X(example,)S 167 x(add)S 166 x(the)S 166 x (following)S 166 x(line)S 166 x(to)S 166 x(increase)S 167 x(the)S 166 x(value)S 167 x(by)S 166 x(585:)S 847 y 8382 X F98(ADD_GBLPAGES)S 269 x(=)S 269 x(585)S 896 y 7485 X F201(3)S 618 x F151(Exit)S 166 x (from)S 166 x(the)S 166 x(editor)S -37 x(.)S 897 y 7485 X F201(4)S 618 x F151(Run)S 178 x(the)S 179 x(AUTOGE)S -2 x(N)S 178 x (procedure)S 179 x(to)S 178 x(recalculate)S 179 x(the)S 178 x (system)S 178 x(parameters)S 177 x(by)S 598 y 8382 X(entering)S 167 x (the)S 167 x(following)S 166 x(command)S 166 x(at)S 166 x(the)S 166 x (DCL)S 165 x(prompt:)S 846 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(@SYS$UPDATE:AUTOGEN)S 269 x(GETDATA)S 269 x(REBOOT)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 8382 X F151(Specifying)S 169 x(REBO)S -2 x(OT)S 168 x(causes)S 168 x(AUTOGE)S -2 x(N)S 168 x(to)S 168 x(perform)S 168 x(an)S 168 x (automatic)S 168 x(shutdown)S 598 y 8382 X(and)S 181 x(then)S 182 x (reboot)S 181 x(the)S 181 x(system)S 180 x(when)S 181 x(it)S 181 x (has)S 180 x(\211nished.)S 280 x(Any)S 182 x(users)S 180 x(logged)S 182 x(on)S 598 y 8382 X(to)S 179 x(the)S 180 x(system)S 179 x(are)S 180 x(immediately)S 179 x(disconnected)S 180 x(during)S 180 x(the)S 180 x(shutdown.)S 277 x(The)S 597 y 8382 X(automatic)S 166 x(reboot)S 166 x(puts)S 166 x(any)S 167 x(new)S 166 x(parameter)S 166 x(values)S 166 x(into)S 166 x(effect.)S 35580 Y 18215 X F203(Preparing)S 165 x (to)S 166 x(Install)S 166 x(DECpage)S 449 x F205(1\20311)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 1-12 20 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 8382 X F151(The)S 200 x(Autogen)S 200 x(Utility)S 199 x (automatically)S 199 x(adjusts)S 199 x(some)S 199 x(of)S 199 x(the)S 199 x(SYSGEN)S 598 y 8382 X(parameters)S 168 x(based)S 168 x(on)S 169 x(the)S 169 x(consumption)S 169 x(of)S 168 x(resources)S 169 x (since)S 169 x(the)S 169 x(last)S 167 x(reboot.)S 255 x(If)S 598 y 8382 X(you)S 174 x(do)S 174 x(not)S 174 x(want)S 173 x(to)S 173 x (take)S 174 x(advantage)S 174 x(of)S 174 x(this)S 173 x(automatic)S 173 x(adjustment,)S 176 x(include)S 597 y 8382 X(the)S 166 x (/NOFEEDBAC)S -2 x(K)S 166 x(quali\211er)S 167 x(on)S 166 x(the)S 166 x(AUTOGEN)S 165 x(command)S 166 x(line.)S 9847 Y 7485 X(For)S 171 x(more)S 170 x(information)S 171 x(about)S 170 x(using)S 170 x (AUTOGEN,)S 170 x(see)S 169 x(the)S 171 x(Extended)S 170 x(VMS)S 170 x(System)S 598 y 7485 X(Manage)S 2 x(ment)S 166 x(documentation)S 166 x(subkit.)S 11541 Y 7485 X F193(1.10.5)S 598 x(Pr)S -11 x(ocess)S 198 x(Accoun)S -2 x(t)S 200 x(Quotas)S 797 y 7485 X F151(The)S 171 x (account)S 170 x(you)S 170 x(use)S 170 x(to)S 169 x(install)S 169 x (DEC)S -2 x(page)S 170 x(must)S 169 x(have)S 171 x(suf\211cient)S 170 x(quotas)S 169 x(to)S 169 x(enable)S 598 y 7485 X(you)S 183 x (to)S 181 x(perform)S 182 x(the)S 182 x(installation.)S 280 x(T)S -31 x(able)S 182 x(1\2037)S 181 x(summarizes)S 181 x(the)S 182 x (process)S 181 x(quotas)S 597 y 7485 X(DECpage)S 166 x(requires)S 166 x(for)S 166 x(the)S 166 x(installation)S 166 x(account.)S 14978 Y 7485 X F201(T)S -19 x(able)S 148 x(1\2037)S 10723 X(Pr)S -8 x(ocess)S 149 x(Account)S 149 x(Quotas)S 149 x(for)S 151 x(the)S 149 x (Installing)S 149 x(Accou)S -2 x(nt)S 623 y 7485 X 18528 24 R 498 y 7485 X F205(Account)S 150 x(Quota)S 13314 X(V)S -36 x(alue)S 299 y 7485 X 18528 24 R 598 y 7485 X F155(ASTLM)S 13812 X(100)S 747 y 7485 X(BIOLM)S 14061 X(50)S 747 y 7485 X(BYTLM)S -191 y F163(1)S 191 y 13314 X F155(36500)S 747 y 7485 X(DIOLM)S 14061 X(50)S 747 y 7485 X(ENQLM)S 13812 X(200)S 748 y 7485 X(FILLM)S 13812 X(150)S 747 y 7485 X(PGFLQUO)S 13314 X(20000)S 747 y 7485 X(TQELM)S 14061 X(50)S 747 y 7485 X(WSDEF)S 13812 X(256)S 747 y 7485 X(WSEXTENT)S -190 y F163(2)S 190 y 13563 X F155(2048)S 747 y 7485 X(WSQUO)S -190 y F163 (2)S 190 y 13812 X F155(512)S 499 y 7485 X 18528 24 R 459 y 7485 X F163(1)S 190 y 26 x F159(Usi)S -2 x(ng)S 134 x(multiple)S 132 x (VMSINST)S -22 x(AL)S 132 x(options)S 133 x(requires)S 132 x(a)S 132 x(higher)S 134 x(value)S 133 x(for)S 132 x(BYTLM.)S 591 y 7485 X F163(2)S 191 y 26 x F159(The)S 133 x(values)S 132 x(for)S 133 x (WSEXTEN)S -2 x(T)S 133 x(and)S 133 x(WSQUO)S 132 x(must)S 133 x(be)S 133 x(equal)S 132 x(to)S 133 x(or)S 133 x(greater)S 133 x(than)S 133 x(the)S 134 x(WSDEF)S 132 x(value.)S 480 y 7485 X 18528 24 R 27973 Y 7485 X F151(VMS)S 189 x(stores)S 188 x(user)S 189 x(account)S 189 x(quotas)S 189 x(in)S 189 x(the)S 188 x(\211le)S 189 x(SYSUAF)S -56 x(.DA)S -27 x(T)S -46 x(.)S 189 x(Use)S 189 x(the)S 188 x(VMS)S 598 y 7485 X(Authorize)S 166 x(Utility)S 166 x(to)S 166 x(verify)S 167 x(and)S 166 x(chang)S 2 x(e)S 166 x(user)S 166 x(account)S 167 x (quotas,)S 166 x(as)S 166 x(follows:)S 896 y 7485 X F201(1)S 618 x F151(Set)S 156 x(your)S 158 x(directory)S 157 x(to)S 156 x (SYS$SYSTEM)S 155 x(and)S 157 x(then)S 157 x(run)S 158 x(AUTHORI)S -2 x(ZE)S 157 x(by)S 157 x(entering)S 598 y 8382 X(the)S 166 x (following)S 166 x(commands)S 166 x(at)S 166 x(the)S 166 x(DCL)S 166 x(prompt:)S 847 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(SET)S 269 x(DEFAULT)S 269 x(SYS$SYSTEM)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(RUN)S 269 x(AUTHORIZE)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X(UAF>)S 35580 Y 5393 X F205(1\20312)S 449 x F203(Pr)S -2 x(eparing)S 167 x(to)S 165 x(Install)S 167 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 1-13 21 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6966 Y 7485 X F201(2)S 618 x F151(At)S 168 x(the)S 168 x(Authorize)S 168 x(Utility)S 167 x(prompt)S 168 x(\(UAF>\),)S 169 x(use)S 168 x (the)S 168 x(SHOW)S 167 x(command)S 168 x(with)S 168 x(an)S 598 y 8382 X(account)S 167 x(name)S 166 x(to)S 166 x(check)S 167 x(a)S 166 x(particular)S 167 x(account.)S 250 x(For)S 167 x(example:)S 847 y 8382 X F98(UAF>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(SHOW)S 269 x(SMITH)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 7485 X F201(3)S 618 x F151(T)S -46 x(o)S 186 x(change)S 187 x (a)S 185 x(quota,)S 191 x(use)S 185 x(the)S 186 x(MODIFY)S 184 x (command)S 186 x(at)S 185 x(the)S 186 x(UAF>)S 185 x(prompt.)S 597 y 8382 X(MODIFY)S 165 x(has)S 166 x(the)S 166 x(following)S 166 x (format:)S 897 y 8382 X F38(MODIFY)S 149 x(account-n)S 2 x(ame)S 150 x(/quota-nam)S 2 x(e=nnn)S 897 y 8382 X F151(The)S 167 x (following)S 166 x(example)S 166 x(chang)S 2 x(es)S 165 x(the)S 167 x (FILLM)S 166 x(quota)S 166 x(for)S 167 x(the)S 166 x(SMITH)S 166 x (account:)S 846 y 8382 X F98(UAF>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(MODIFY)S 269 x(SMITH)S 269 x(/FILLM=50)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 7485 X F201(4)S 618 x F151(Exit)S 182 x(from)S 182 x(the)S 182 x(Authorize)S 181 x(Utility)S 182 x(when)S 182 x(you)S 183 x (have)S 183 x(\211nished)S 182 x(verifyin)S 2 x(g)S 182 x(user)S 598 y 8382 X(account)S 167 x(quotas:)S 847 y 8382 X F98(UAF>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(EXIT)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 15983 Y 7485 X F151(After)S 173 x(you)S 174 x(exit)S 173 x(from)S 173 x(the)S 174 x(utility)S -55 x(,)S 175 x(the)S 173 x(VMS)S 173 x (system)S 173 x(displays)S 172 x(messages)S 172 x(indicating)S 597 y 7485 X(whether)S 168 x(or)S 168 x(not)S 168 x(changes)S 168 x(were)S 168 x(made.)S 252 x(After)S 167 x(you)S 168 x(make)S 168 x(the)S 168 x(changes,)S 169 x(you)S 169 x(must)S 167 x(log)S 598 y 7485 X (out)S 167 x(and)S 166 x(log)S 166 x(in)S 167 x(again)S 166 x(to)S 166 x(enable)S 167 x(the)S 166 x(new)S 166 x(quotas.)S 897 y 7485 X (For)S 173 x(more)S 173 x(information)S 173 x(on)S 173 x(modifying)S 173 x(account)S 173 x(quotas,)S 174 x(see)S 173 x(the)S 172 x (description)S 173 x(of)S 172 x(the)S 597 y 7485 X(Authorize)S 175 x (Utility)S 174 x(in)S 175 x(the)S 175 x(Extended)S 175 x(VMS)S 174 x (System)S 174 x(Management)S 176 x(documentation)S 598 y 7485 X (subkit.)S 20366 Y 7485 X F193(1.10.6)S 598 x(VMSINST)S -41 x(AL)S 200 x(Req)S -2 x(uir)S -4 x(ements)S 797 y 7485 X F151(Before)S 166 x (you)S 167 x(invok)S 2 x(e)S 166 x(VMSINST)S -28 x(AL,)S 166 x(you)S 167 x(should)S 166 x(complete)S 166 x(the)S 166 x(following)S 167 x (steps:)S 897 y 7485 X F201(1)S 618 x F151(Log)S 167 x(in)S 166 x (to)S 166 x(a)S 166 x(privileged)S 167 x(account)S 896 y 7485 X F201 (2)S 618 x F151(Set)S 166 x(your)S 167 x(default)S 166 x(device)S 166 x(and)S 167 x(directory)S 166 x(to)S 166 x(SYS$UPDA)S -28 x(TE)S 897 y 7485 X F201(3)S 618 x F151(Ensure)S 166 x(the)S 167 x(system)S 165 x(has)S 166 x(adequate)S 166 x(quotas)S 166 x(for)S 166 x (installation)S 24949 Y 7485 X(When)S 169 x(you)S 170 x(invoke)S 170 x(VMSINST)S -28 x(AL,)S 169 x(the)S 169 x(procedure)S 169 x (\211rst)S 168 x(check)S 2 x(s)S 168 x(to)S 168 x(be)S 169 x(sure)S 169 x(you)S 169 x(meet)S 598 y 7485 X(these)S 166 x(requirements)S 167 x(and)S 166 x(then)S 167 x(displays)S 165 x(the)S 166 x (following)S 166 x(information:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(Whether)S 167 x(DEC)S -2 x(net)S 167 x(is)S 165 x(up)S 167 x(and)S 166 x (running)S 168 x(on)S 166 x(the)S 167 x(system)S 165 x(\(VMS)S 166 x (V)S -47 x(ersion)S 167 x(5.1)S 166 x(only\))S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Which,)S 167 x(if)S 166 x(any)S -55 x(,)S 167 x (users)S 166 x(are)S 166 x(logged)S 167 x(in)S 166 x(to)S 166 x(the)S 166 x(system)S 28436 Y 7485 X(It)S 182 x(is)S 181 x(not)S 181 x (necessary)S 182 x(to)S 182 x(shut)S 182 x(down)S 181 x(DECnet.)S 280 x(However)S -37 x(,)S 186 x(inform)S 182 x(WPS-PLUS)S 181 x(or)S 598 y 7485 X(ALL-IN-1)S 166 x(users)S 166 x(that)S 166 x(they)S 167 x (are)S 166 x(to)S 166 x(log)S 166 x(off)S 166 x(while)S 166 x (DECpage)S 165 x(is)S 166 x(being)S 167 x(installed.)S 896 y 7485 X (Note)S 167 x(that)S 167 x(VMSINST)S -28 x(AL)S 166 x(requires)S 168 x(that)S 166 x(the)S 167 x(installation)S 166 x(accoun)S 2 x(t)S 166 x(have)S 168 x(a)S 167 x(minimum)S 598 y 7485 X(of)S 166 x(the)S 167 x(following)S 166 x(quotas:)S 897 y 8382 X(ASTLM)S 166 x(=)S 166 x(24)S 597 y 8382 X(BIOLM)S 166 x(=)S 165 x(18)S 598 y 8382 X (BYTLM)S 166 x(=)S 166 x(18,000)S 598 y 8382 X(DIOLM)S 165 x(=)S 166 x(18)S 35580 Y 18215 X F203(Preparing)S 165 x(to)S 166 x (Install)S 166 x(DECpage)S 449 x F205(1\20313)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 1-14 22 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 8382 X F151(ENQLM)S 166 x(=)S 166 x(30)S 598 y 8382 X(FILLM)S 167 x(=)S 166 x(20)S 8652 Y 7485 X(If)S 177 x(VMSINST)S -28 x(AL)S 177 x(detects)S 177 x(any)S 178 x(problems)S 176 x(during)S 179 x (the)S 177 x(installation,)S 180 x(it)S 177 x(noti\211es)S 177 x (you)S 598 y 7485 X(and)S 184 x(asks)S 183 x(if)S 183 x(you)S 184 x (want)S 183 x(to)S 183 x(continue)S 185 x(the)S 183 x(installation.)S 284 x(In)S 183 x(some)S 183 x(instances,)S 188 x(you)S 597 y 7485 X (can)S 180 x(enter)S 179 x(YES)S 177 x(to)S 179 x(continue.)S 275 x (T)S -45 x(o)S 179 x(stop)S 178 x(the)S 178 x(installation)S 178 x (process)S 179 x(and)S 179 x(correct)S 179 x(the)S 598 y 7485 X (situation,)S 170 x(enter)S 168 x(NO)S 168 x(and)S 169 x(press)S 168 x(RETURN.)S 168 x(Then)S 169 x(correct)S 169 x(the)S 168 x (problem)S 169 x(and)S 168 x(restart)S 598 y 7485 X(the)S 167 x (installation.)S 12139 Y 7485 X F193(1.10.7)S 598 x(Back)S -2 x(ing)S 199 x(Up)S 199 x(Y)S -61 x(our)S 199 x(System)S 199 x(Disk)S 797 y 7485 X F151(At)S 171 x(the)S 172 x(beginning)S 173 x(of)S 172 x(the)S 171 x(installation,)S 173 x(VMSINST)S -28 x(AL)S 172 x(asks)S 171 x (if)S 171 x(you)S 172 x(have)S 173 x(backed)S 172 x(up)S 597 y 7485 X (your)S 162 x(system)S 160 x(disk.)S 250 x(Digital)S 160 x (recommends)S 161 x(that)S 160 x(you)S 162 x(do)S 161 x(a)S 161 x (system)S 160 x(disk)S 160 x(backup)S 162 x(before)S 598 y 7485 X (installing)S 167 x(any)S 167 x(softw)S -2 x(are.)S 897 y 7485 X (Use)S 177 x(the)S 177 x(backup)S 178 x(procedures)S 177 x(that)S 177 x(are)S 177 x(established)S 177 x(at)S 176 x(your)S 178 x(site.)S 271 x(For)S 178 x(details)S 176 x(on)S 598 y 7485 X(performing)S 171 x(a)S 169 x(system)S 169 x(disk)S 169 x(backup,)S 171 x(see)S 170 x(the)S 169 x(section)S 169 x(on)S 170 x(the)S 170 x(Backup)S 170 x(Utility)S 169 x(in)S 169 x(the)S 597 y 7485 X(Extended)S 167 x (VMS)S 165 x(System)S 166 x(Management)S 167 x(documentation)S 167 x (subkit.)S 35580 Y 5393 X F205(1\20314)S 449 x F203(Pr)S -2 x (eparing)S 167 x(to)S 165 x(Install)S 167 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 2-1 23 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 11335 Y 25012 X F173(2)S 424 y 5393 X 20628 24 R 13012 Y 16837 X F217 (Installing)S 331 x(DECpage)S 16001 Y 7485 X F151(This)S 183 x (chapter)S 182 x(describes)S 182 x(how)S 182 x(to)S 182 x(install)S 182 x(DEC)S -2 x(page.)S 283 x(Section)S 182 x(2.2)S 182 x(contains)S 183 x(a)S 598 y 7485 X(step-by-step)S 183 x(description)S 184 x(of)S 184 x(the)S 184 x(installation)S 183 x(procedure,)S 190 x(based)S 183 x(on)S 184 x(a)S 184 x(U.S.)S 597 y 7485 X(installation.)S 18143 Y 5393 X F189(2.1)S 597 x(Genera)S 2 x(l)S 233 x(Infor)S 4 x(mation)S 897 y 7485 X F151(This)S 175 x(section)S 175 x(includes)S 175 x (general)S 175 x(information)S 175 x(about)S 175 x(accessing)S 174 x (the)S 175 x(online)S 175 x(release)S 597 y 7485 X(notes,)S 173 x (running)S 173 x(the)S 171 x(Installation)S 170 x(V)S -46 x (eri\211cation)S 171 x(Procedur)S 2 x(e)S 171 x(\(IVP\),)S 170 x (and)S 171 x(aborting)S 172 x(the)S 598 y 7485 X(installation.)S 21331 Y 7485 X F193(2.1.1)S 598 x(Accessing)S 198 x(the)S 199 x (Online)S 199 x(Release)S 198 x(Notes)S 797 y 7485 X F151(DECpage)S 173 x(provides)S 174 x(online)S 174 x(release)S 174 x(notes.)S 264 x (Y)S -55 x(ou)S 174 x(must)S 173 x(specify)S 173 x(OPTIONS)S 173 x (N)S 174 x(when)S 598 y 7485 X(you)S 173 x(invoke)S 173 x(VMSINST)S -28 x(AL)S 172 x(to)S 172 x(access)S 171 x(the)S 172 x(release)S 172 x(notes.)S 261 x(VMSINST)S -28 x(AL)S 171 x(provides)S 172 x(a)S 597 y 7485 X(list)S 166 x(of)S 166 x(options)S 166 x(near)S 167 x (the)S 167 x(beginning)S 168 x(of)S 166 x(the)S 167 x(installation)S 166 x(that)S 166 x(lets)S 165 x(you)S 168 x(decide)S 166 x(how)S 166 x(to)S 598 y 7485 X(review)S 167 x(the)S 166 x(release)S 166 x (notes)S 166 x(during)S 167 x(the)S 166 x(installation.)S 897 y 7485 X(Y)S -55 x(ou)S 165 x(should)S 166 x(review)S 165 x(the)S 165 x (release)S 165 x(notes)S 165 x(in)S 165 x(case)S 165 x(they)S 166 x (contain)S 166 x(any)S 165 x(information)S 166 x(about)S 598 y 7485 X (chang)S 2 x(es)S 177 x(in)S 179 x(the)S 178 x(installation)S 177 x (procedure.)S 274 x(If)S 178 x(you)S 179 x(are)S 178 x(restarting)S 178 x(the)S 178 x(installation)S 597 y 7485 X(procedure)S 169 x(and)S 167 x(you)S 169 x(have)S 168 x(already)S 168 x(reviewed)S 168 x(the)S 167 x(release)S 168 x(notes,)S 168 x(you)S 168 x(do)S 167 x(not)S 168 x(need)S 168 x(to)S 598 y 7485 X(specify)S 167 x(OPTIONS)S 165 x (N.)S 897 y 7485 X(After)S 191 x(you)S 191 x(install)S 190 x (DECpage,)S 197 x(your)S 191 x(system)S 190 x(stores)S 190 x(the)S 191 x(release)S 191 x(notes)S 190 x(in)S 191 x(the)S 598 y 7485 X (following)S 167 x(\211le:)S 846 y 7485 X F98 (SYS$HELP:saveset-name.RELEASE_NOTES)S 897 y 7485 X F151(For)S 167 x (the)S 166 x F152(saveset-name)S 167 x F151(of)S 166 x(your)S 167 x (kit,)S 167 x(see)S 165 x(T)S -30 x(able)S 166 x(1\2032.)S 35580 Y 20681 X F203(Installing)S 166 x(DECpage)S 449 x F205(2\2031)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 2-2 24 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7042 Y 7485 X F193(2.1.2)S 598 x(Running)S 198 x(the)S 198 x (Installati)S 2 x(on)S 198 x(V)S -47 x(eri\211cation)S 198 x(Pr)S -11 x(ocedu)S -2 x(r)S -4 x(e)S 797 y 7485 X F151(The)S 194 x (Installation)S 192 x(V)S -46 x(eri\211cation)S 194 x(Procedure)S 194 x(\(IVP\))S 193 x(for)S 193 x(DECpage)S 192 x(veri\211es)S 194 x (the)S 598 y 7485 X(installation.)S 280 x(When)S 181 x(you)S 182 x (install)S 181 x(DECpa)S -2 x(ge,)S 186 x(the)S 182 x(VMSINST)S -28 x (AL)S 181 x(procedure)S 182 x(asks)S 597 y 7485 X(you)S 169 x(if)S 167 x(you)S 168 x(want)S 168 x(to)S 167 x(run)S 168 x(the)S 168 x (IVP)S 167 x(as)S 167 x(part)S 167 x(of)S 168 x(the)S 167 x (installation.)S 252 x(If)S 167 x(you)S 169 x(respond)S 167 x(YES,)S 598 y 7485 X(VMSINST)S -27 x(AL)S 172 x(runs)S 174 x(the)S 173 x (IVP)S -65 x(.)S 173 x(It)S 173 x(is)S 172 x(recommended)S 173 x (that)S 173 x(you)S 174 x(run)S 174 x(the)S 173 x(IVP)S 172 x(to)S 173 x(make)S 598 y 7485 X(sure)S 167 x(that)S 166 x(DEC)S -2 x(page)S 167 x(is)S 165 x(installed)S 166 x(correctly)S -54 x(.)S 897 y 7485 X (After)S 173 x(you)S 174 x(install)S 173 x(DECpa)S -2 x(ge,)S 176 x (you)S 174 x(can)S 174 x(run)S 174 x(the)S 173 x(IVP)S 173 x (independently)S 174 x(to)S 173 x(verify)S 175 x(that)S 597 y 7485 X (the)S 169 x(software)S 168 x(is)S 169 x(available)S 169 x(on)S 169 x (your)S 170 x(system.)S 255 x(Y)S -56 x(ou)S 169 x(might)S 170 x (need)S 169 x(to)S 169 x(run)S 169 x(the)S 169 x(IVP)S 169 x(after)S 598 y 7485 X(a)S 166 x(system)S 166 x(failure)S 166 x(to)S 166 x(be)S 166 x(sure)S 166 x(that)S 166 x(users)S 166 x(can)S 167 x(access)S 165 x(DECpage.)S 897 y 7485 X(If)S 180 x(you)S 180 x(run)S 180 x (the)S 180 x(IVP)S 179 x(during)S 181 x(the)S 179 x(installation,)S 183 x(the)S 180 x(IVP)S 179 x(prints)S 179 x(a)S 180 x (representative)S 597 y 7485 X(sample)S 187 x(of)S 188 x(the)S 188 x (DEC)S -2 x(page)S 188 x(styles.)S 293 x(If)S 187 x(you)S 188 x(run)S 189 x(the)S 188 x(IVP)S 187 x(separately)S 187 x(as)S 187 x(a)S 188 x (post-)S 598 y 7485 X(installation)S 184 x(procedure,)S 190 x(you)S 185 x(can)S 185 x(select)S 183 x(this)S 184 x(brief)S 184 x(IVP)S 184 x(or)S 184 x(an)S 184 x(IVP)S 184 x(that)S 184 x(takes)S 598 y 7485 X(much)S 175 x(longer)S 175 x(and)S 174 x(prints)S 173 x(the)S 174 x(complete)S 174 x(set)S 173 x(of)S 174 x(DECpage)S 173 x (styles,)S 176 x(as)S 173 x(shown)S 174 x(in)S 174 x(the)S 598 y 7485 X F152(DECpage)S 167 x(Style)S 168 x(Samples)S 168 x F151 (manual.)S 253 x(See)S 167 x(Chapter)S 168 x(3)S 167 x(for)S 168 x (information)S 167 x(about)S 168 x(running)S 598 y 7485 X(the)S 167 x (IVP)S 165 x(separately)S -55 x(.)S 17303 Y 7485 X F193(2.1.3)S 598 x (Aborting)S 199 x(the)S 199 x(Installation)S 797 y 7485 X F151(Y)S -55 x(ou)S 185 x(can)S 186 x(stop)S 185 x(the)S 185 x(installation)S 185 x(procedure)S 186 x(at)S 185 x(any)S 186 x(time)S 185 x(by)S 186 x(pressing)S 185 x(CTRL/Y)S -55 x(.)S 598 y 7485 X(Y)S -55 x(ou)S 167 x(can)S 167 x(then)S 167 x(restart)S 166 x(the)S 167 x (installation.)S 250 x(When)S 167 x(you)S 167 x(press)S 166 x (CTRL/Y)S -55 x(,)S 167 x(the)S 167 x(installation)S 598 y 7485 X (procedure)S 158 x(exits.)S 249 x(Y)S -55 x(ou)S 157 x(might)S 157 x (see)S 156 x(warning)S 157 x(messages)S 156 x(that)S 157 x(some)S 156 x(directories)S 156 x(already)S 598 y 7485 X(exist)S 166 x(when)S 167 x(you)S 167 x(restart)S 165 x(the)S 166 x(installation.)S 20840 Y 5393 X F189(2.2)S 597 x(The)S 233 x(Insta)S 2 x(llation)S 234 x(Pr)S -13 x(oced)S 2 x(ur)S -5 x(e)S 897 y 7485 X F151(The)S 183 x (DECpage)S 182 x(installation)S 182 x(procedure)S 183 x(consists)S 182 x(of)S 182 x(a)S 182 x(series)S 182 x(of)S 182 x(questions)S 182 x(and)S 598 y 7485 X(informational)S 167 x(messages.)S 249 x (See)S 165 x(Appendix)S 167 x(A)S 165 x(for)S 167 x(a)S 166 x (sample)S 165 x(installation.)S 23430 Y 7485 X F193(2.2.1)S 598 x (Invoking)S 198 x(VMSINST)S -41 x(AL)S 797 y 7485 X F151(T)S -45 x (o)S 177 x(start)S 177 x(the)S 177 x(installation,)S 181 x(invoke)S 178 x(the)S 178 x(VMSINST)S -28 x(AL)S 177 x(command)S 178 x (procedure)S 178 x(from)S 598 y 7485 X(a)S 180 x(privileged)S 180 x (account,)S 184 x(such)S 179 x(as)S 179 x(the)S 180 x(SYSTEM)S 178 x (accoun)S 2 x(t.)S 275 x(VMSINST)S -28 x(AL)S 180 x(is)S 178 x(in)S 180 x(the)S 598 y 7485 X(SYS$UPDA)S -28 x(TE)S 166 x(directory)S -55 x(.)S 250 x(Use)S 165 x(the)S 167 x(following)S 166 x(syntax)S 167 x(to)S 165 x(invok)S 2 x(e)S 166 x(VMSINST)S -28 x(AL:)S 897 y 7485 X F38(@SYS$UPDA)S -33 x(TE:VMSINST)S -34 x(AL)S 150 x (saveset-na)S 2 x(me)S 150 x(device-nam)S 2 x(e)S 149 x(OPTIONS)S 149 x(N)S 27415 Y 7485 X F37(saveset-name)S 598 y 7485 X F151(The)S 188 x(installation)S 186 x(name)S 187 x(for)S 186 x(the)S 187 x (component.)S 291 x(For)S 188 x(example,)S 192 x(P)S -37 x(AGE031)S 186 x(is)S 186 x(the)S 598 y 7485 X(saveset)S 173 x(name)S 173 x (for)S 172 x(the)S 173 x(U.S.)S 173 x(kit.)S 263 x(See)S 173 x(T)S -31 x(able)S 173 x(1\2032)S 172 x(for)S 173 x(the)S 173 x(saveset)S 172 x(names)S 172 x(of)S 173 x(all)S 172 x(the)S 598 y 7485 X (DECpage)S 166 x(kits.)S 30305 Y 7485 X F37(device-name)S 597 y 7485 X F151(The)S 173 x(name)S 172 x(of)S 171 x(the)S 172 x(device)S 173 x(on)S 172 x(which)S 172 x(you)S 173 x(plan)S 171 x(to)S 172 x (mount)S 172 x(the)S 172 x(media.)S 261 x(For)S 172 x(example,)S 598 y 7485 X(MT)S -26 x(A0:)S 282 x(is)S 183 x(the)S 183 x(device)S 183 x(name)S 183 x(for)S 183 x(a)S 183 x(tape)S 182 x(drive.)S 284 x (It)S 182 x(is)S 183 x(not)S 183 x(necessary)S 183 x(to)S 183 x(use)S 182 x(the)S 598 y 7485 X(console)S 165 x(drive)S 165 x(for)S 164 x (this)S 164 x(installation.)S 249 x(However)S -36 x(,)S 165 x(if)S 164 x(you)S 165 x(do)S 165 x(use)S 164 x(the)S 165 x(console)S 164 x (drive,)S 166 x(you)S 598 y 7485 X(should)S 167 x(replace)S 166 x (any)S 167 x(media)S 166 x(you)S 167 x(remove)S 166 x(once)S 167 x (you)S 167 x(complete)S 166 x(the)S 166 x(installation.)S 35580 Y 5393 X F205(2\2032)S 449 x F203(Installing)S 166 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 2-3 25 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6964 Y 7485 X F37(OPTIONS)S 167 x(N)S 598 y 7485 X F151(An)S 170 x (optional)S 169 x(parameter)S 169 x(that)S 169 x(gives)S 169 x(you)S 170 x(the)S 169 x(option)S 170 x(of)S 169 x(accessing)S 169 x(the)S 169 x(release)S 169 x(notes)S 597 y 7485 X(during)S 184 x(the)S 182 x (installation.)S 281 x(If)S 182 x(you)S 183 x(do)S 182 x(not)S 183 x (include)S 183 x(the)S 182 x(OPTIONS)S 181 x(N)S 182 x(parameter)S -37 x(,)S 598 y 7485 X(VMSINST)S -27 x(AL)S 179 x(does)S 180 x(not)S 179 x(ask)S 180 x(you)S 181 x(about)S 180 x(the)S 180 x(release)S 179 x(notes.)S 277 x(Y)S -56 x(ou)S 180 x(should)S 180 x(always)S 598 y 7485 X(review)S 173 x(the)S 172 x(release)S 172 x(notes)S 172 x (before)S 172 x(you)S 173 x(proceed)S 172 x(with)S 172 x(the)S 172 x (installation)S 172 x(in)S 172 x(case)S 172 x(they)S 598 y 7485 X (contain)S 167 x(new)S 166 x(information)S 166 x(about)S 167 x(the)S 166 x(installation.)S 896 y 7485 X(Note)S 184 x(that)S 183 x(there)S 184 x(are)S 183 x(several)S 184 x(other)S 184 x(options)S 183 x(you)S 184 x(can)S 184 x(select)S 183 x(when)S 184 x(you)S 184 x(invoke)S 598 y 7485 X(VMSINST)S -27 x(AL.)S 182 x(See)S 182 x(the)S 183 x (VMS)S 181 x(documentation)S 183 x(on)S 183 x(software)S 181 x (installation)S 182 x(in)S 182 x(the)S 598 y 7485 X(Extended)S 171 x (VMS)S 170 x(System)S 169 x(Manag)S 2 x(ement)S 170 x(documentation)S 171 x(subkit)S 170 x(for)S 170 x(information)S 170 x(on)S 598 y 7485 X(these)S 166 x(options.)S 896 y 7485 X(The)S 173 x(following)S 172 x(example)S 172 x(displays)S 171 x(the)S 172 x(command)S 172 x (you)S 172 x(use)S 172 x(to)S 172 x(invoke)S 173 x(VMSINST)S -28 x (AL)S 598 y 7485 X(to)S 177 x(install)S 176 x(DECpage)S 177 x(from)S 176 x(tape)S 177 x(drive)S 177 x(MT)S -26 x(A0:)S 270 x(and)S 178 x (shows)S 176 x(the)S 177 x(system)S 176 x(response.)S 598 y 7485 X (This)S 167 x(example)S 166 x(uses)S 166 x(the)S 166 x(OPTIONS)S 165 x(N)S 166 x(release)S 166 x(note)S 166 x(parameter)S -37 x(.)S 847 y 7485 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(@SYS$UPDATE:VMSINSTAL)S 269 x(PAGE031)S 269 x(MTA0:)S 269 x (OPTIONS)S 269 x(N)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 16578 Y 9099 X(VAX/VMS)S 269 x(Software)S 269 x(Product)S 269 x (Installation)S 269 x(Procedure)S 269 x(V5.2)S 18072 Y 7485 X(It)S 269 x(is)S 269 x(17-JAN-1990)S 269 x(at)S 269 x(09:00.)S 498 y 7485 X (Enter)S 269 x(a)S 269 x(question)S 269 x(mark)S 269 x(\(?\))S 269 x (at)S 269 x(any)S 269 x(time)S 269 x(for)S 269 x(help.)S 897 y 7485 X F151(If)S 167 x(you)S 168 x(do)S 167 x(not)S 168 x(supply)S 167 x (either)S 167 x(the)S 168 x(product)S 167 x(name)S 167 x(or)S 168 x (the)S 167 x(device)S 168 x(name,)S 168 x(VMSINST)S -28 x(AL)S 598 y 7485 X(prompts)S 172 x(you)S 174 x(for)S 172 x(this)S 172 x (information)S 173 x(later)S 172 x(in)S 173 x(the)S 173 x (installation)S 172 x(procedure.)S 263 x(Because)S 598 y 7485 X (VMSINST)S -27 x(AL)S 173 x(does)S 173 x(not)S 173 x(prompt)S 173 x (for)S 174 x(options,)S 175 x(be)S 174 x(sure)S 173 x(to)S 173 x (include)S 174 x(OPTIONS)S 173 x(N)S 173 x(on)S 597 y 7485 X(the)S 170 x(VMSINST)S -28 x(AL)S 170 x(command)S 170 x(line)S 170 x(if)S 170 x(you)S 170 x(want)S 170 x(to)S 169 x(access)S 169 x(the)S 170 x (release)S 170 x(notes)S 170 x(during)S 598 y 7485 X(the)S 167 x (installation.)S 22954 Y 7485 X F193(2.2.2)S 598 x(Answering)S 199 x (Installation)S 200 x(Questions)S 797 y 7485 X F151(This)S 188 x (section)S 186 x(describes)S 187 x(the)S 187 x(questions)S 187 x (that)S 187 x(appear)S 187 x(during)S 188 x(the)S 187 x (installation.)S 598 y 7485 X(Appendix)S 193 x(A)S 191 x(contains)S 192 x(a)S 192 x(sample)S 191 x(installation)S 192 x(procedure)S 192 x (showing)S 193 x(how)S 191 x(the)S 597 y 7485 X(questions)S 166 x (can)S 167 x(be)S 166 x(answered.)S 897 y 7485 X(VMSINST)S -27 x(AL)S 183 x(marks)S 183 x(each)S 183 x(question)S 183 x(in)S 184 x(the)S 183 x(installation)S 183 x(with)S 182 x(an)S 184 x(asterisk)S 182 x (\(*\))S 598 y 7485 X(at)S 181 x(the)S 182 x(beginning)S 183 x(of)S 181 x(the)S 182 x(line.)S 280 x(Some)S 181 x(questions)S 181 x(show)S 181 x(the)S 182 x(default)S 181 x(response)S 181 x(in)S 598 y 7485 X (brackets,)S 174 x(for)S 173 x(example)S 172 x([YES].)S 171 x(T)S -45 x(o)S 172 x(use)S 172 x(the)S 172 x(default)S 172 x(response,)S 174 x(press)S 171 x(the)S 172 x(RETURN)S 597 y 7485 X(key)S -54 x(.)S 897 y -895 x(The)S 167 x(following)S 166 x(list)S 166 x(outlines)S 166 x(the)S 166 x(questions)S 166 x(in)S 166 x(the)S 166 x (installation)S 166 x(procedure:)S 897 y 7485 X F201(1)S 618 x F151 (DECnet)S 165 x(status)S 747 y 8382 X(VMSINST)S -28 x(AL)S 176 x (noti\211es)S 177 x(you)S 177 x(if)S 176 x(DECnet)S 175 x(is)S 176 x (runn)S 2 x(ing)S 177 x(and)S 176 x(displays)S 176 x(a)S 176 x(list)S 176 x(of)S 176 x(all)S 598 y 8382 X(active)S 182 x(processes.)S 280 x (It)S 181 x(then)S 182 x(asks)S 181 x(if)S 181 x(you)S 182 x(want)S 181 x(to)S 182 x(continue)S 182 x(the)S 182 x(installation.)S 597 y 8382 X(Y)S -56 x(ou)S 171 x(can)S 170 x(install)S 169 x(DECpage)S 170 x(with)S 169 x(DECnet)S 169 x(up)S 170 x(and)S 170 x(runn)S 2 x (ing.)S 258 x(NO)S 169 x(is)S 169 x(the)S 171 x(default)S 598 y 8382 X(response)S 166 x(to)S 166 x(the)S 166 x(question.)S 35580 Y 20681 X F203(Installing)S 166 x(DECpage)S 449 x F205(2\2033)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 2-4 26 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6891 Y 8382 X F98(%VMSINSTAL-W-DECNET,)S 269 x(Your)S 269 x(DECnet)S 269 x(network)S 269 x(is)S 269 x(up)S 269 x(and)S 269 x(running.)S 499 y 9189 X(.)S 498 y -269 x(.)S 498 y -269 x(.)S 498 y 8382 X(*)S 269 x(Do)S 269 x(you)S 269 x(want)S 269 x(to)S 269 x(continue)S 269 x (anyway)S 269 x([NO]?)S 897 y 8382 X F151(If)S 171 x(you)S 173 x (are)S 172 x(installing)S 172 x(on)S 172 x(VMS)S 172 x(V)S -46 x (ersion)S 172 x(5.2)S 172 x(or)S 172 x(higher)S -36 x(,)S 174 x (VMSINST)S -28 x(AL)S 172 x(does)S 171 x(not)S 597 y 8382 X(check)S 178 x(the)S 176 x(DECnet)S 175 x(status.)S 270 x(Y)S -56 x(ou)S 177 x (can)S 176 x(install)S 176 x(DECpage)S 176 x(while)S 176 x(DECnet)S 175 x(is)S 176 x(up)S 598 y 8382 X(and)S 166 x(runn)S 2 x(ing.)S 897 y 7485 X F201(2)S 618 x F151(System)S 166 x(backup)S 747 y 8382 X (VMSINST)S -28 x(AL)S 159 x(asks)S 159 x(if)S 159 x(you)S 160 x(are)S 159 x(satis\211ed)S 158 x(with)S 159 x(your)S 160 x(system)S 158 x (backup.)S 251 x(Y)S -56 x(ou)S 160 x(should)S 598 y 8382 X(always)S 181 x(back)S 182 x(up)S 182 x(your)S 183 x(system)S 181 x(disk)S 181 x(before)S 182 x(performing)S 182 x(an)S 182 x(installation.)S 280 x(If)S 597 y 8382 X(you)S 180 x(are)S 180 x(satis\211ed)S 178 x (with)S 179 x(the)S 180 x(backup)S 180 x(of)S 179 x(your)S 180 x (system)S 179 x(disk,)S 183 x(press)S 179 x(RETURN.)S 598 y 8382 X (Otherwise,)S 181 x(enter)S 179 x(NO)S 179 x(to)S 178 x(discontinue)S 179 x(the)S 179 x(installation.)S 274 x(After)S 178 x(you)S 180 x (back)S 179 x(up)S 598 y 8382 X(your)S 167 x(system)S 166 x(disk,)S 166 x(you)S 167 x(can)S 166 x(restart)S 166 x(the)S 166 x (installation.)S 847 y 8382 X F98(*)S 269 x(Are)S 269 x(you)S 269 x (satisfied)S 269 x(with)S 269 x(the)S 269 x(backup)S 269 x(of)S 269 x (your)S 269 x(system)S 269 x(disk)S 269 x([YES]?)S 896 y 7485 X F201 (3)S 618 x F151(Mounting)S 168 x(the)S 166 x(media)S 748 y 8382 X(Y)S -56 x(ou)S 171 x(should)S 170 x(now)S 169 x(mount)S 171 x(the)S 170 x (distribution)S 169 x(volume)S 171 x(on)S 170 x(the)S 170 x(device)S 170 x(you)S 171 x(speci\211ed)S 597 y 8382 X(when)S 184 x(you)S 184 x (invoked)S 184 x(VMSINST)S -28 x(AL.)S 184 x(The)S 184 x(device)S 183 x(name)S 184 x(appears)S 183 x(in)S 183 x(the)S 184 x(line)S 598 y 8382 X(preceding)S 179 x(the)S 179 x(question.)S 274 x (VMSINST)S -28 x(AL)S 178 x(then)S 179 x(asks)S 178 x(you)S 179 x (if)S 178 x(you)S 180 x(are)S 178 x(ready)S 179 x(to)S 598 y 8382 X (continue)S 167 x(with)S 166 x(the)S 166 x(installation.)S 747 y 8382 X(If)S 168 x(you)S 168 x(respond)S 169 x(YES)S 167 x(to)S 167 x (indicate)S 169 x(that)S 167 x(you)S 169 x(are)S 168 x(ready)S -54 x (,)S 169 x(VMSINST)S -28 x(AL)S 168 x(displays)S 167 x(a)S 598 y 8382 X(message)S 169 x(indicating)S 169 x(that)S 169 x(the)S 169 x (media)S 169 x(containing)S 170 x(DECpage)S 168 x(is)S 169 x (mounted)S 169 x(on)S 169 x(the)S 598 y 8382 X(speci\211ed)S 166 x (device)S 167 x(and)S 166 x(that)S 166 x(the)S 166 x(installation)S 166 x(has)S 166 x(begun.)S 251 x(For)S 166 x(example:)S 846 y 8382 X F98(Please)S 269 x(mount)S 269 x(the)S 269 x(first)S 269 x(volume)S 269 x(of)S 269 x(the)S 269 x(set)S 269 x(on)S 269 x(MTA0:.)S 499 y 8382 X(*)S 269 x(Are)S 269 x(you)S 269 x(ready?)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 518 x(YES)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X(%MOUNT-I-MOUNTED,)S 269 x(PAGE)S 269 x(MOUNTED)S 269 x (ON)S 269 x(_$$MTA0:)S 538 x(\(NODE)S 269 x(1\))S 498 y 8382 X(The)S 269 x(following)S 269 x(products)S 269 x(will)S 269 x(be)S 269 x (processed:)S 498 y 8920 X(PAGE)S 269 x(V3.1)S 25073 Y 9458 X (Beginning)S 269 x(installation)S 269 x(of)S 269 x(PAGE)S 269 x (V3.1)S 269 x(at)S 269 x(09:01)S 26069 Y 8382 X (%VMSINSTAL-I-RESTORE,)S 269 x(Restoring)S 269 x(product)S 269 x (saveset)S 269 x(A...)S 897 y 8382 X F151(If)S 181 x(you)S 181 x (entered)S 182 x(the)S 181 x(wrong)S 181 x(device)S 182 x(name)S 181 x(when)S 181 x(you)S 182 x(invoked)S 182 x(VMSINST)S -28 x(AL)S 598 y 8382 X(and)S 171 x(you)S 172 x(need)S 172 x(to)S 170 x (restart)S 171 x(the)S 171 x(installation,)S 172 x(enter)S 172 x(NO)S 170 x(in)S 171 x(response)S 171 x(to)S 171 x(the)S 171 x(`)S -9 x (`Are)S 598 y 8382 X(you)S 179 x(ready?')S -8 x(')S 273 x(question.)S 274 x(T)S -45 x(o)S 178 x(abort)S 178 x(the)S 179 x(installation)S 178 x(for)S 178 x(other)S 179 x(reasons,)S 182 x(press)S 597 y 8382 X (CTRL/Y)S -55 x(.)S 897 y 7485 X F201(4)S 618 x F151(Release)S 165 x (notes)S 747 y 8382 X(If)S 169 x(you)S 170 x(speci\211ed)S 170 x (OPTIONS)S 168 x(N)S 170 x(when)S 170 x(you)S 170 x(invoked)S 171 x (VMSINST)S -28 x(AL,)S 170 x(you)S 170 x(are)S 169 x(now)S 598 y 8382 X(asked)S 180 x(to)S 180 x(choose)S 180 x(an)S 180 x(option)S 180 x(for)S 180 x(reviewing)S 181 x(the)S 180 x(release)S 180 x (notes.)S 278 x(Under)S 180 x(VMS)S 598 y 8382 X(V)S -46 x(ersion)S 167 x(5.1,)S 167 x(there)S 167 x(are)S 167 x(\211ve)S 168 x(release)S 166 x(notes)S 167 x(options.)S 250 x(Under)S 167 x(VMS)S 167 x(V)S -46 x(ersion)S 166 x(5.2)S 167 x(or)S 598 y 8382 X(higher)S -35 x(,)S 166 x(there)S 167 x(are)S 166 x(only)S 167 x(four)S 166 x(options.)S 35580 Y 5393 X F205(2\2034)S 449 x F203(Installing)S 166 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 2-5 27 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 8382 X F151(For)S 167 x(VMS)S 165 x(V)S -46 x(ersion)S 166 x (5.1,)S 167 x(the)S 167 x(following)S 166 x(options)S 165 x(are)S 167 x(displayed:)S 847 y 8382 X F98(Release)S 269 x(Notes)S 269 x (Options:)S 8801 Y 8651 X(1.)S 538 x(Display)S 269 x(release)S 269 x (notes)S 498 y 8651 X(2.)S 538 x(Print)S 269 x(release)S 269 x (notes)S 499 y 8651 X(3.)S 538 x(Both)S 269 x(1)S 269 x(and)S 269 x (2)S 498 y 8651 X(4.)S 538 x(Copy)S 269 x(release)S 269 x(notes)S 269 x(to)S 269 x(SYS$HELP)S 498 y 8651 X(5.)S 538 x(Do)S 269 x(not)S 269 x(display,)S 269 x(print)S 269 x(or)S 269 x(copy)S 269 x (release)S 269 x(notes)S 11790 Y 8382 X(*)S 269 x(Select)S 269 x (option)S 269 x([2]:)S 897 y 8382 X F151(For)S 167 x(VMS)S 165 x(V)S -46 x(ersion)S 166 x(5.2)S 167 x(or)S 166 x(higher)S -35 x(,)S 166 x (the)S 166 x(following)S 166 x(options)S 166 x(are)S 166 x (displayed:)S 846 y 8382 X F98(Release)S 269 x(notes)S 269 x (included)S 269 x(with)S 269 x(this)S 269 x(kit)S 269 x(are)S 269 x (always)S 269 x(copied)S 269 x(to)S 269 x(SYS$HELP.)S 14530 Y 8382 X (Additional)S 269 x(Release)S 269 x(Notes)S 269 x(Options:)S 15526 Y 8651 X(1.)S 538 x(Display)S 269 x(release)S 269 x(notes)S 498 y 8651 X(2.)S 538 x(Print)S 269 x(release)S 269 x(notes)S 498 y 8651 X (3.)S 538 x(Both)S 269 x(1)S 269 x(and)S 269 x(2)S 498 y 8651 X(4.)S 538 x(None)S 269 x(of)S 269 x(the)S 269 x(above)S 18017 Y 8382 X(*)S 269 x(Select)S 269 x(option)S 269 x([2]:)S 896 y 8382 X F151(The)S 167 x(following)S 166 x(list)S 165 x(explains)S 166 x(the)S 167 x (release)S 166 x(notes)S 166 x(options:)S 748 y 8594 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x (Display)S 165 x(the)S 166 x(release)S 166 x(notes.)S 747 y 9279 X (Select)S 170 x(option)S 170 x(1)S 170 x(to)S 170 x(display)S 170 x (the)S 170 x(release)S 170 x(notes.)S 258 x(VMSINST)S -28 x(AL)S 170 x(displays)S 170 x(the)S 598 y 9279 X(release)S 170 x(notes)S 171 x(immediately)S 170 x(on)S 171 x(the)S 171 x(console)S 171 x (terminal.)S 259 x(Y)S -56 x(ou)S 171 x(can)S 172 x(terminate)S 598 y 9279 X(the)S 166 x(display)S 166 x(at)S 165 x(any)S 167 x(time)S 166 x(by)S 166 x(pressing)S 167 x(CTRL/C.)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(Print)S 166 x(the)S 166 x(release)S 166 x(notes.)S 748 y 9279 X(Select)S 160 x(option)S 161 x(2)S 161 x(to)S 161 x (print)S 161 x(the)S 161 x(release)S 161 x(notes.)S 249 x(VMSINST)S -28 x(AL)S 161 x(prompts)S 160 x(you)S 162 x(for)S 597 y 9279 X(the)S 166 x(name)S 166 x(of)S 166 x(the)S 166 x(print)S 167 x(queue)S 166 x (to)S 166 x(use:)S 847 y 9279 X F98(*)S 269 x(Queue)S 269 x(name)S 269 x([SYS$PRINT]:)S 897 y 9279 X F151(Press)S 174 x(RETURN)S 174 x (to)S 175 x(send)S 174 x(the)S 175 x(\211le)S 175 x(to)S 175 x(the)S 175 x(default)S 174 x(output)S 175 x(print)S 175 x(device,)S 178 x (or)S 597 y 9279 X(enter)S 166 x(another)S 167 x(queue)S 167 x (name.)S 748 y 8594 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Display)S 165 x(and)S 166 x (print)S 167 x(the)S 166 x(release)S 166 x(notes.)S 747 y 9279 X (Select)S 177 x(option)S 178 x(3)S 177 x(to)S 177 x(display)S 178 x (and)S 177 x(print)S 178 x(the)S 178 x(release)S 177 x(notes.)S 273 x (VMSINST)S -28 x(AL)S 598 y 9279 X(displays)S 178 x(the)S 179 x (release)S 179 x(notes)S 178 x(immediately)S 179 x(on)S 179 x(the)S 179 x(console)S 179 x(terminal)S 179 x(and)S 598 y 9279 X(then)S 166 x(prompts)S 166 x(you)S 167 x(for)S 166 x(a)S 166 x(queue)S 167 x (name)S 166 x(for)S 166 x(the)S 166 x(printed)S 166 x(version.)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(Copy)S 166 x(the)S 166 x(release)S 166 x (notes)S 166 x(to)S 166 x(the)S 166 x(help)S 166 x(directory)S -54 x (.)S 748 y 9279 X(Under)S 186 x(VMS)S 186 x(V)S -46 x(ersion)S 186 x (5.1,)S 191 x(select)S 186 x(option)S 186 x(4)S 186 x(to)S 186 x (copy)S 186 x(the)S 186 x(release)S 186 x(notes)S 597 y 9279 X(to)S 180 x(SYS$HELP)S -65 x(,)S 181 x(the)S 180 x(system)S 180 x(help)S 181 x(directory)S -55 x(.)S 278 x(Even)S 181 x(if)S 180 x(you)S 182 x (do)S 180 x(not)S 181 x(select)S 598 y 9279 X(option)S 172 x(4,)S 175 x(the)S 173 x(release)S 172 x(notes)S 173 x(for)S 173 x(DEC)S -2 x(page)S 173 x(are)S 173 x(copied)S 173 x(to)S 172 x(the)S 173 x (SYS$HELP)S 598 y 9279 X(directory)S -55 x(.)S 35580 Y 20681 X F203 (Installing)S 166 x(DECpage)S 449 x F205(2\2035)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 2-6 28 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 9279 X F151(Under)S 171 x(VMS)S 171 x(V)S -46 x(ersion)S 171 x (5.2)S 171 x(or)S 171 x(higher)S -35 x(,)S 172 x(the)S 172 x (release)S 170 x(notes)S 171 x(are)S 171 x(always)S 171 x(copied)S 598 y 9279 X(to)S 166 x(SYS$HE)S -2 x(LP)S -63 x(.)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(T)S -31 x(ake)S 167 x(no)S 166 x(action.)S 747 y 9279 X(Select)S 172 x(option)S 173 x(4)S 173 x(\(VMS)S 172 x(V)S -46 x(ersion)S 173 x(5.2)S 173 x(or)S 172 x(high)S 2 x(er\))S 172 x (or)S 173 x(option)S 173 x(5)S 173 x(\(VMS)S 172 x(V)S -46 x(ersion)S 598 y 9279 X(5.1\))S 172 x(if)S 171 x(you)S 173 x(have)S 173 x (already)S 172 x(reviewed)S 172 x(the)S 172 x(release)S 171 x(notes)S 172 x(and)S 172 x(are)S 172 x(restarting)S 597 y 9279 X(the)S 166 x (installation.)S 747 y 8382 X(For)S 167 x(a)S 166 x(typical)S 166 x (installation,)S 166 x(you)S 167 x(should)S 166 x(select)S 166 x (option)S 166 x(2,)S 166 x(the)S 166 x(default)S 166 x(option.)S 897 y 7485 X F201(5)S 618 x F151(Continuing)S 167 x(the)S 167 x (installation)S 747 y 8382 X(The)S 200 x(installation)S 198 x (procedure)S 200 x(now)S 198 x(asks)S 199 x(if)S 199 x(you)S 199 x (want)S 199 x(to)S 198 x(continue)S 200 x(the)S 598 y 8382 X (installation.)S 249 x(T)S -45 x(o)S 166 x(continue,)S 167 x(enter)S 167 x(YES.)S 165 x(Otherwise,)S 166 x(press)S 165 x(RETURN.)S 747 y 8382 X(In)S 182 x(either)S 182 x(case,)S 186 x(the)S 182 x(release)S 182 x(notes)S 181 x(are)S 182 x(copied)S 182 x(to)S 182 x(a)S 182 x (\211le)S 182 x(in)S 182 x(the)S 182 x(SYS$HELP)S 598 y 8382 X (directory)S -54 x(.)S 249 x(For)S 167 x(example:)S 847 y 8382 X F98 (*)S 269 x(Do)S 269 x(you)S 269 x(want)S 269 x(to)S 269 x(continue)S 269 x(the)S 269 x(installation)S 269 x([N]?:)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 518 x(YES)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X(%VMSINSTAL-I-RELMOVED,)S 269 x(The)S 269 x(product's)S 269 x(release)S 269 x(notes)S 269 x(have)S 269 x(been)S 498 y 9189 X (successfully)S 269 x(moved)S 269 x(to)S 269 x(SYS$HELP.)S 897 y 8382 X F151(VMSINST)S -28 x(AL)S 169 x(copies)S 168 x(the)S 168 x (release)S 169 x(notes)S 168 x(for)S 168 x(the)S 169 x(American)S 169 x(kit)S 168 x(to)S 168 x(the)S 169 x(following)S 598 y 8382 X (\211le:)S 846 y -848 x F98(SYS$HELP:PAGE031.RELEASE_NOTES)S 20009 Y 6928 X F202(Note)S 298 x F152(The)S 172 x(name)S 172 x(of)S 171 x (the)S 172 x(release)S 172 x(notes)S 173 x(\211le)S 171 x(installed)S 173 x(by)S 171 x(VMSINST)S -9 x(AL)S 172 x(consists)S 172 x(of)S 171 x(the)S 598 y 8382 X(current)S 176 x(saveset)S 174 x(name)S 174 x (and)S 175 x(version)S 174 x(number)S -8 x(.)S 265 x(Do)S 173 x(not)S 175 x(delete)S 175 x(the)S 175 x(release)S 174 x(notes)S 598 y 8382 X (for)S 166 x(previous)S 167 x(versions)S 166 x(of)S 166 x(DECpage.)S 747 y 8382 X F151(After)S 168 x(you)S 170 x(enter)S 170 x(YES)S 168 x (to)S 168 x(continue)S 170 x(the)S 169 x(installation,)S 170 x(two)S 168 x(copyrigh)S 2 x(t)S 168 x(notices)S 169 x(are)S 598 y 8382 X (displayed.)S 268 x(At)S 174 x(the)S 176 x(end)S 175 x(of)S 175 x (their)S 176 x(display)S -56 x(,)S 178 x(you)S 176 x(are)S 176 x (asked)S 175 x(to)S 175 x(press)S 174 x(any)S 176 x(key)S 177 x(to)S 597 y 8382 X(continue)S 167 x(the)S 166 x(installation.)S 249 x(For)S 167 x(example,)S 167 x(you)S 167 x(can)S 166 x(press)S 166 x (RETURN.)S 897 y 7485 X F201(6)S 618 x F151(Continuing)S 167 x(the)S 167 x(installation)S 747 y 8382 X(The)S 172 x(installation)S 171 x (procedure)S 172 x(then)S 171 x(displays)S 171 x(the)S 171 x(media)S 171 x(label)S 171 x(of)S 171 x(the)S 171 x(kit)S 171 x(that)S 171 x (is)S 598 y 8382 X(being)S 167 x(installed.)S 249 x(For)S 166 x (example:)S 847 y 8382 X F98(This)S 269 x(is)S 269 x(the)S 269 x (DECpage)S 269 x(V3.1)S 269 x(installation)S 269 x(kit.)S 897 y 8382 X F151(The)S 177 x(installation)S 176 x(procedure)S 177 x(asks)S 176 x(if)S 176 x(you)S 177 x(want)S 176 x(to)S 176 x(continue)S 177 x (the)S 176 x(installation.)S 597 y 8382 X(Check)S 185 x(to)S 184 x (make)S 185 x(sure)S 184 x(you)S 186 x(are)S 184 x(installing)S 185 x (the)S 184 x(correct)S 185 x(DECpage)S 184 x(kit.)S 286 x(\(See)S 598 y 8382 X(T)S -31 x(able)S 166 x(1\2032)S 166 x(for)S 166 x(the)S 167 x(media)S 165 x(labels)S 166 x(of)S 166 x(all)S 166 x(the)S 166 x (DECpage)S 165 x(kits.\))S 747 y 8382 X(If)S 170 x(you)S 171 x(are)S 171 x(installing)S 171 x(the)S 170 x(correct)S 171 x(kit,)S 172 x (press)S 170 x(RETURN)S 169 x(to)S 171 x(continue.)S 259 x(If)S 170 x (the)S 171 x(kit)S 598 y 8382 X(is)S 166 x(not)S 166 x(correct,)S 167 x(enter)S 166 x(NO,)S 166 x(and)S 167 x(the)S 166 x (installation)S 166 x(procedure)S 166 x(terminates.)S 897 y 7485 X F201(7)S 618 x F151(Checking)S 167 x(license)S 167 x(registration)S 747 y 8382 X(The)S 169 x(installation)S 168 x(procedure)S 169 x (displays)S 168 x(license)S 169 x(information)S 168 x(about)S 169 x (your)S 169 x(product)S 598 y 8382 X(and)S 168 x(then)S 168 x(asks)S 167 x(if)S 168 x(you)S 168 x(have)S 169 x(registered)S 168 x(and)S 168 x(loaded)S 167 x(your)S 169 x(authorization)S 168 x(key)S 168 x (for)S 597 y 8382 X(DECpage.)S 249 x(For)S 166 x(example:)S 35580 Y 5393 X F205(2\2036)S 449 x F203(Installing)S 166 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 2-7 29 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6861 Y 8382 X F98(Product:)S 12417 X(DECPAGE)S 499 y 8382 X (Producer:)S 12417 X(DEC)S 498 y 8382 X(Version:)S 12417 X(3.1)S 498 y 8382 X(Release)S 269 x(Date:)S 538 x(15-JAN-1990)S 9352 Y 8382 X(*)S 269 x(Does)S 269 x(this)S 269 x(product)S 269 x(have)S 269 x(an)S 269 x(authorization)S 269 x(key)S 269 x(registered)S 269 x (and)S 269 x(loaded?)S 897 y 8382 X F151(If)S 178 x(you)S 179 x (have)S 179 x(not)S 179 x(registered)S 178 x(and)S 179 x(loaded)S 178 x(your)S 179 x(authorization)S 179 x(key)S -54 x(,)S 182 x(you)S 179 x(must)S 597 y 8382 X(answer)S 176 x(NO)S 175 x(to)S 176 x(this)S 176 x(question.)S 269 x(Y)S -55 x(ou)S 176 x(have)S 177 x(to)S 176 x (register)S 176 x(and)S 176 x(load)S 176 x(your)S 177 x(product)S 598 y 8382 X(authorization)S 168 x(key)S 169 x(to)S 167 x (successfully)S 168 x(complete)S 168 x(the)S 168 x(installation.)S 252 x(If)S 168 x(you)S 169 x(have)S 168 x(not)S 598 y 8382 X(done)S 176 x(so,)S 179 x(you)S 176 x(should)S 177 x(stop)S 175 x(the)S 176 x (installation,)S 178 x(register)S 176 x(and)S 176 x(load)S 176 x (your)S 177 x(product)S 598 y 8382 X(authorization)S 166 x(key)S -54 x(,)S 167 x(and)S 166 x(then)S 166 x(restart)S 166 x(the)S 166 x (installation.)S 896 y 7485 X F201(8)S 618 x F151(V)S -46 x (erifying)S 167 x(the)S 166 x(prerequisite)S 166 x(software)S 166 x (and)S 166 x(hardware)S 748 y 8382 X(The)S 187 x(installation)S 185 x (procedure)S 187 x(lists)S 185 x(the)S 186 x(following)S 187 x (softwa)S -2 x(re)S 187 x(and)S 186 x(hardware)S 597 y 8382 X (requirements:)S 847 y 8382 X F98(DECpage)S 269 x(requires)S 269 x (that)S 269 x(the)S 269 x(following)S 269 x(be)S 269 x(present)S 269 x(on)S 269 x(your)S 498 y 8382 X(system)S 269 x(BEFORE)S 269 x (installation:)S 797 y 10534 X(VAX/VMS)S 269 x(Version)S 269 x(5.1)S 269 x(or)S 269 x(higher)S 797 y 10534 X(WPS-PLUS/VMS)S 538 x (Version)S 269 x(3.0)S 269 x(or)S 269 x(higher,)S 269 x(or)S 498 y 10534 X(any)S 269 x(language)S 269 x(variant,)S 269 x(or)S 499 y 10534 X(ALL-IN-1)S 269 x(Version)S 269 x(2.3)S 269 x(or)S 269 x (higher,)S 269 x(or)S 498 y 10534 X(any)S 269 x(language)S 269 x (variant)S 797 y 10534 X(LN03)S 269 x(Office)S 269 x(Fonts)S 16183 X (\(If)S 269 x(you)S 269 x(have)S 269 x(an)S 269 x(LN03)S 269 x(or)S 269 x(LN03)S 269 x(PLUS\))S 797 y 8382 X(You)S 269 x(must)S 269 x (also)S 269 x(have)S 269 x(one)S 269 x(of)S 269 x(the)S 269 x (following)S 269 x(laser)S 269 x(printers:)S 797 y 10534 X(LPS20)S 269 x(\(PrintServer)S 269 x(20\))S 498 y 10534 X(LPS40)S 269 x(Plus)S 269 x(\(PrintServer)S 269 x(40)S 269 x(Plus\))S 498 y 10534 X(LPS40)S 269 x(\(PrintServer)S 269 x(40\))S 498 y 10534 X(LN03R)S 269 x (\(ScriptPrinter\))S 498 y 10534 X(LN03)S 269 x(PLUS)S 269 x(\(with)S 269 x(two)S 269 x(RAM)S 269 x(cartridges\))S 498 y 10534 X(LN03)S 269 x(\(with)S 269 x(two)S 269 x(RAM)S 269 x(cartridges\))S 797 y 8382 X(Do)S 269 x(you)S 269 x(wish)S 269 x(to)S 269 x(continue)S 269 x([YES]?)S 897 y 8382 X F151(If)S 172 x(you)S 173 x(have)S 172 x (the)S 173 x(necessary)S 172 x(software)S 171 x(and)S 172 x (hardware,)S 175 x(press)S 171 x(RETURN)S 171 x(for)S 172 x(the)S 598 y 8382 X(installation)S 166 x(to)S 167 x(continue.)S 252 x(If)S 166 x(you)S 167 x(do)S 167 x(not,)S 167 x(enter)S 168 x(NO;)S 166 x (the)S 167 x(installation)S 166 x(procedure)S 598 y 8382 X (terminates.)S 896 y 7485 X F201(9)S 618 x F151(Specifying)S 167 x (one)S 167 x(or)S 166 x(more)S 166 x(laser)S 166 x(printers)S 747 y 8382 X(The)S 179 x(installation)S 178 x(procedure)S 179 x(now)S 178 x (asks)S 178 x(you)S 179 x(to)S 178 x(specify)S 178 x(which)S 179 x (types)S 178 x(of)S 178 x(laser)S 598 y 8382 X(printers)S 166 x(are)S 166 x(available)S 166 x(on)S 167 x(your)S 167 x(system.)S 249 x(For)S 167 x(example:)S 847 y 8382 X F98(*)S 269 x(Do)S 269 x(you)S 269 x (have)S 269 x(an)S 269 x(LN03)S 269 x(\(LN03)S 269 x(PLUS\))S 269 x (graphics)S 269 x(printer)S 269 x([YES]?)S 897 y 8382 X F151 (Specify)S 180 x(the)S 179 x(appropriate)S 180 x(printer)S 179 x(or)S 180 x(printers.)S 276 x(Y)S -55 x(ou)S 180 x(can)S 179 x(select)S 179 x(one)S 180 x(or)S 180 x(more)S 597 y 8382 X(than)S 167 x(one.)S 35580 Y 20681 X F203(Installing)S 166 x(DECpage)S 449 x F205(2\2037)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 2-8 30 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6960 Y 6928 X F202(Note)S 298 x F152(If)S 169 x(you)S 169 x(select)S 170 x(a)S 168 x(printer)S 170 x(that)S 170 x(requires)S 170 x (prerequisite)S 170 x(installation)S 170 x(of)S 169 x(Of\211ce)S 169 x(Fonts,)S 598 y 8382 X(such)S 178 x(as)S 177 x(an)S 177 x (LN03,)S 180 x(and)S 178 x(the)S 177 x(Of\211ce)S 177 x(Fonts)S 178 x (are)S 177 x(not)S 178 x(installed,)S 181 x(the)S 178 x (installation)S 598 y 8382 X(fails.)S 897 y 7485 X F201(10)S 339 x F151(Choosing)S 167 x(to)S 166 x(run)S 166 x(the)S 167 x (Installation)S 165 x(V)S -46 x(eri\211cation)S 167 x(Procedure)S 167 x(\(IVP\))S 747 y 8382 X(Each)S 175 x(time)S 174 x(you)S 175 x (select)S 174 x(a)S 174 x(printer)S -36 x(,)S 177 x(VMSINST)S -28 x (AL)S 174 x(asks)S 174 x(if)S 175 x(you)S 175 x(want)S 174 x(to)S 174 x(run)S 176 x(the)S 598 y 8382 X(IVP)S 166 x(on)S 166 x(the)S 166 x(selected)S 166 x(printer:)S 846 y 8382 X F98(*)S 269 x(Do)S 269 x(you)S 269 x(wish)S 269 x(to)S 269 x(run)S 269 x(the)S 269 x (IVP)S 269 x(on)S 269 x(this)S 269 x(printer)S 269 x([NO]?)S 897 y 8382 X F151(If)S 169 x(you)S 170 x(enter)S 170 x(YES,)S 169 x(the)S 170 x(installation)S 168 x(procedure)S 171 x(asks)S 169 x(for)S 169 x (the)S 170 x(queue)S 170 x(name.)S 256 x(For)S 598 y 8382 X (example:)S 847 y 8382 X F98(*)S 269 x(What)S 269 x(is)S 269 x(the)S 269 x(LN03)S 269 x(queue)S 269 x(name:)S 896 y 8382 X F151(The)S 171 x(IVP)S 169 x(for)S 170 x(DECpage)S 170 x(checks)S 170 x(to)S 170 x(be)S 170 x(sure)S 170 x(that)S 170 x(the)S 170 x(installation)S 170 x(is)S 169 x(successful.)S 598 y 8382 X(Digital)S 166 x (recommends)S 166 x(that)S 166 x(you)S 167 x(run)S 167 x(the)S 166 x (IVP)S -65 x(.)S 747 y 8382 X(Y)S -56 x(ou)S 170 x(can)S 170 x (choose)S 170 x(not)S 170 x(to)S 169 x(run)S 171 x(the)S 170 x(IVP)S 169 x(during)S 170 x(the)S 170 x(installation)S 169 x(and)S 170 x (run)S 170 x(it)S 170 x(later)S -37 x(.)S 598 y 8382 X(See)S 166 x (Chapter)S 166 x(3)S 166 x(for)S 166 x(information)S 166 x(about)S 167 x(running)S 168 x(the)S 166 x(IVP)S 166 x(separately)S -56 x(.)S 897 y 7485 X F201(11)S 339 x F151(Selecting)S 167 x(the)S 166 x (paper)S 166 x(size)S 747 y 8382 X(After)S 167 x(you)S 168 x (\211nish)S 168 x(answering)S 168 x(the)S 167 x(laser)S 168 x (printer)S 167 x(questions)S 167 x(for)S 168 x(all)S 167 x(the)S 167 x(supported)S 598 y 8382 X(printers,)S 181 x(the)S 177 x (installation)S 177 x(procedure)S 178 x(asks)S 177 x(you)S 178 x(to)S 177 x(select)S 177 x(the)S 178 x(paper)S 177 x(size)S 177 x(for)S 597 y 8382 X(your)S 167 x(installation:)S 847 y 10534 X F98(What)S 269 x(paper)S 269 x(size)S 269 x(will)S 269 x(you)S 269 x(be)S 269 x (using?)S 21107 Y 10534 X(1\))S 269 x(American)S 269 x(\(8)S 269 x (1/2)S 269 x(x)S 269 x(11\))S 498 y 10534 X(2\))S 269 x (International)S 269 x(\(A4\))S 499 y 8382 X(*)S 538 x([1]:)S 896 y 7485 X F201(12)S 339 x F151(Choosing)S 167 x(to)S 166 x(copy)S 166 x (the)S 166 x(clip)S 166 x(art)S 747 y 8382 X(The)S 172 x (installation)S 171 x(procedure)S 172 x(displays)S 170 x(the)S 172 x (following)S 171 x(message)S 171 x(and)S 171 x(asks)S 171 x(if)S 171 x(you)S 598 y 8382 X(want)S 166 x(to)S 166 x(copy)S 166 x(the)S 167 x(graphics)S 166 x(provided)S 167 x(with)S 165 x(the)S 167 x (kit)S 166 x(to)S 165 x(the)S 167 x(clip)S 166 x(art)S 166 x (directory:)S 847 y 10534 X F98(This)S 269 x(kit)S 269 x(contains)S 269 x(a)S 269 x(library)S 269 x(of)S 269 x(Encapsulated)S 269 x (PostScript\(R\))S 498 y 10534 X(graphics.)S 538 x(Their)S 269 x (total)S 269 x(size)S 269 x(is)S 269 x(approximately)S 269 x(3,000)S 269 x(blocks)S 498 y 10534 X(when)S 269 x(they)S 269 x(are)S 269 x (copied)S 269 x(to)S 269 x(the)S 269 x(DECpage)S 269 x(clip)S 269 x (art)S 269 x(directory.)S 797 y 8382 X(*)S 269 x(Do)S 269 x(you)S 269 x(want)S 269 x(these)S 269 x(graphics)S 269 x(copied)S 269 x(to)S 269 x(the)S 269 x(clip)S 269 x(art)S 269 x(directory)S 269 x([YES]?)S 897 y 8382 X F151(Press)S 174 x(RETURN)S 173 x(to)S 175 x(copy)S 174 x(the)S 175 x(graphics)S 175 x(to)S 174 x(the)S 174 x(clip)S 174 x(art)S 174 x(directory)S -54 x(.)S 266 x(Otherwise,)S 598 y 8382 X(enter)S 167 x(NO.)S 896 y 7485 X F201(13)S 339 x F151 (Specifying)S 167 x(the)S 166 x(installation)S 166 x(location)S 748 y 8382 X(The)S 190 x(installation)S 189 x(procedure)S 190 x(displays)S 189 x(the)S 190 x(disk)S 189 x(space)S 189 x(requirements)S 190 x (for)S 597 y 8382 X(DECpage)S 172 x(and)S 174 x(then)S 173 x(asks)S 173 x(you)S 174 x(where)S 173 x(you)S 174 x(want)S 173 x(to)S 172 x (install)S 173 x(DECpage)S 172 x(on)S 174 x(your)S 598 y 8382 X (system:)S 847 y 8382 X F98(*)S 269 x(Do)S 269 x(you)S 269 x(want)S 269 x(the)S 269 x(product)S 269 x(files)S 269 x(to)S 269 x(reside)S 269 x(on)S 269 x(the)S 269 x(system)S 269 x(disk)S 269 x([YES]?)S 35580 Y 5393 X F205(2\2038)S 449 x F203(Installing)S 166 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 2-9 31 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 8382 X F151(Press)S 172 x(RETURN)S 172 x(to)S 172 x(install)S 172 x(DECpage)S 172 x(on)S 173 x(the)S 173 x(system)S 172 x(disk.)S 262 x(Otherwise,)S 174 x(enter)S 598 y 8382 X(NO.)S 166 x(If)S 166 x (you)S 167 x(enter)S 166 x(NO,)S 166 x(you)S 167 x(are)S 166 x (prompted)S 166 x(to)S 166 x(supply)S 166 x(a)S 166 x(device)S 167 x (name.)S 8652 Y 6928 X F202(Note)S 298 x F152(Make)S 166 x(sure)S 167 x(the)S 167 x(device)S 166 x(is)S 167 x(a)S 166 x(disk)S 166 x (and)S 167 x(that)S 167 x(it)S 166 x(is)S 166 x(mounted.)S 747 y 8382 X F151(The)S 186 x(installation)S 185 x(then)S 186 x(asks)S 185 x(you)S 187 x(to)S 185 x(con\211rm)S 186 x(your)S 187 x(choice)S 186 x(of)S 185 x(devices.)S 289 x(For)S 598 y 8382 X(example:)S 847 y 8382 X F98(*)S 269 x(Target)S 269 x(device)S 269 x(is)S 269 x (DDCU:.)S 538 x(Is)S 269 x(this)S 269 x(correct)S 269 x([YES]?)S 896 y 8382 X F151(If)S 166 x(you)S 167 x(answer)S 165 x(NO)S 166 x (to)S 166 x(this)S 166 x(question,)S 166 x(you)S 167 x(are)S 166 x (prompted)S 166 x(for)S 166 x(a)S 166 x(different)S 166 x(device.)S 897 y 7485 X F201(14)S 339 x F151(Choosing)S 167 x(to)S 166 x(purge)S 167 x(\211les)S 747 y 8382 X(Y)S -56 x(ou)S 170 x(have)S 170 x(the)S 170 x(option)S 169 x(to)S 169 x(purge)S 171 x(\211les)S 169 x(from)S 169 x(previous)S 170 x(versions)S 170 x(of)S 169 x(DECpage)S 168 x (that)S 598 y 8382 X(are)S 173 x(superseded)S 173 x(by)S 173 x(this)S 172 x(installation.)S 263 x(Purging)S 175 x(is)S 172 x(recommended;)S 177 x(however)S -36 x(,)S 175 x(if)S 598 y 8382 X(you)S 174 x(need)S 173 x(to)S 172 x(keep)S 173 x(\211les)S 173 x(from)S 172 x(the)S 173 x(previous)S 173 x(version,)S 176 x(enter)S 173 x(NO)S 172 x(in)S 173 x(response)S 172 x(to)S 597 y 8382 X(the)S 166 x(question.)S 847 y 8382 X F98(*)S 269 x(Do)S 269 x(you)S 269 x(want)S 269 x(to)S 269 x(purge)S 269 x(files)S 269 x(replaced)S 269 x(by)S 269 x(this)S 269 x(installation)S 269 x([YES]?)S 17220 Y 7485 X F193(2.2.3)S 598 x (Checking)S 198 x(Infor)S 3 x(mational)S 199 x(Messag)S -2 x(es)S 797 y 7485 X F151(At)S 186 x(this)S 186 x(point,)S 192 x(there)S 186 x(are)S 187 x(no)S 186 x(further)S 187 x(questions.)S 290 x(The)S 187 x(installation)S 185 x(procedure)S 597 y 7485 X(displays)S 166 x (a)S 166 x(number)S 167 x(of)S 166 x(informational)S 167 x(messages)S 165 x(that)S 166 x(report)S 167 x(on)S 166 x(the)S 167 x(progress)S 166 x(of)S 166 x(the)S 598 y 7485 X(installation.)S 897 y 7485 X(If)S 168 x(the)S 167 x(installation)S 167 x(procedure)S 169 x(has)S 167 x (been)S 168 x(successful)S 168 x(up)S 168 x(to)S 167 x(this)S 167 x (point,)S 169 x(VMSINST)S -28 x(AL)S 598 y 7485 X(moves)S 173 x(the)S 174 x(new)S 172 x(or)S 174 x(modi\211ed)S 173 x(\211les)S 172 x(to)S 173 x(their)S 173 x(target)S 174 x(directories,)S 174 x(updates)S 173 x(help)S 173 x(\211les,)S 597 y 7485 X(and)S 175 x(updates)S 173 x(DCL)S 174 x(tables,)S 176 x(if)S 173 x(necessary)S -54 x(.)S 265 x(If)S 174 x(you)S 175 x(chose)S 174 x(to)S 174 x(have)S 175 x (\211les)S 174 x(purged,)S 177 x(that)S 598 y 7485 X(work)S 167 x (is)S 165 x(done)S 167 x(now)S -46 x(.)S 249 x(VMSINST)S -28 x(AL)S 166 x(displays)S 166 x(the)S 166 x(following)S 166 x(messages:)S 847 y 7485 X F98(%VMSINSTAL-I-RESTORE,)S 269 x(Restoring)S 269 x (product)S 269 x(saveset)S 269 x(B...)S 498 y 7485 X (%VMSINSTAL-I-RESTORE,)S 269 x(Restoring)S 269 x(product)S 269 x (saveset)S 269 x(C...)S 498 y 8292 X(.)S 498 y -269 x(.)S 498 y -269 x (.)S 499 y 7485 X(%VMSINSTAL-I-MOVEFILES,)S 269 x(files)S 269 x (will)S 269 x(now)S 269 x(be)S 269 x(moved)S 269 x(to)S 269 x(their)S 269 x(target)S 498 y 16900 X(directories...)S 498 y 8292 X(.)S 498 y -269 x(.)S 498 y -269 x(.)S 28328 Y 7485 X F193(2.2.4)S 598 x (Running)S 198 x(the)S 198 x(Installati)S 2 x(on)S 198 x(V)S -47 x (eri)S (\211cation)S 198 x(Pr)S -11 x(ocedu)S -2 x(r)S -4 x(e)S 797 y 7485 X F151(If)S 184 x(you)S 185 x(chose)S 184 x(to)S 184 x(run)S 185 x (the)S 184 x(IVP)S -65 x(,)S 185 x(VMSINST)S -28 x(AL)S 183 x(runs)S 185 x(it)S 184 x(now)S -46 x(.)S 285 x(The)S 185 x(IVP)S 183 x (tests)S 183 x(the)S 598 y 7485 X(software)S 169 x(by)S 169 x (printing)S 170 x(representative)S 170 x(samples)S 168 x(from)S 169 x (the)S 170 x(DECpa)S -2 x(ge)S 170 x(Style)S 169 x(Samples)S 598 y 7485 X(on)S 169 x(the)S 168 x(printer)S 169 x(you)S 169 x(selected.)S 253 x(This)S 168 x(process)S 168 x(takes)S 168 x(approximately)S 168 x(15)S 168 x(minutes)S 168 x(on)S 169 x(a)S 597 y 7485 X(V)S -55 x(AX)S 165 x(1)S -27 x(1/785.)S 897 y 7485 X(When)S 167 x(the)S 166 x(IVP)S 166 x(runs)S 166 x(successfully)S -55 x(,)S 167 x(you)S 167 x(see)S 166 x(the)S 166 x(following)S 166 x(message:)S 847 y 7485 X F98(DECpage)S 269 x(Version)S 269 x(3.1)S 269 x(IVP)S 269 x (completed)S 269 x(successfully!)S 797 y 8830 X(>>>>>)S 11520 X (DECPAGE)S 269 x(HAS)S 269 x(BEEN)S 269 x(SUCCESSFULLY)S 269 x (INSTALLED)S 23356 X(<<<<<)S 35580 Y 20681 X F203(Installing)S 166 x (DECpage)S 449 x F205(2\2039)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 2-10 32 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7042 Y 7485 X F193(2.2.5)S 598 x(Completing)S 199 x(the)S 198 x (Installati)S 2 x(on)S 198 x(Pr)S -11 x(oced)S -2 x(ur)S -4 x(e)S 797 y 7485 X F151(Before)S 173 x(indicating)S 174 x(that)S 173 x (the)S 174 x(installation)S 172 x(is)S 173 x(complete,)S 175 x(the)S 174 x(installation)S 172 x(procedure)S 598 y 7485 X(displays)S 175 x (important)S 174 x(post-installati)S -2 x(on)S 176 x(information)S 175 x(about)S 175 x(modifying)S 175 x(the)S 175 x(system)S 597 y 7485 X(startup)S 189 x(command)S 190 x(procedure)S 190 x(and)S 190 x (installing)S 189 x(DECpage)S 189 x(forms)S 189 x(to)S 189 x (integrate)S 598 y 7485 X(DECpage)S 166 x(into)S 166 x(WPS-PLUS)S 166 x(or)S 166 x(ALL-IN-1.)S 897 y 7485 X(The)S 172 x(following)S 171 x(messages)S 170 x(then)S 171 x(indicate)S 171 x(that)S 171 x (the)S 171 x(entire)S 171 x(installation)S 171 x(procedure)S 171 x (is)S 598 y 7485 X(complete:)S 846 y 8292 X F98(Installation)S 269 x (of)S 269 x(PAGE)S 269 x(V3.1)S 269 x(completed)S 269 x(at)S 269 x (11:13)S 12970 Y 8292 X(VMSINSTAL)S 269 x(procedure)S 269 x(done)S 269 x(at)S 269 x(11:14)S 896 y 7485 X F151(Y)S -55 x(ou)S 166 x(can)S 167 x(now)S 166 x(log)S 166 x(out)S 167 x(of)S 165 x(the)S 167 x (privileged)S 167 x(account:)S 847 y 7485 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(LOGOUT)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 7485 X(SYSTEM)S 10444 X(logged)S 269 x(out)S 269 x(at)S 269 x (17-JAN-1990)S 269 x(11:15:00.00)S 897 y 7485 X F151(Note)S 168 x (that)S 167 x(VMSINST)S -28 x(AL)S 168 x(deletes)S 167 x(or)S 168 x (changes)S 168 x(entries)S 168 x(in)S 168 x(the)S 167 x(process)S 168 x(symbol)S 167 x(tables)S 598 y 7485 X(during)S 186 x(the)S 186 x (installation.)S 286 x(Therefore,)S 191 x(if)S 185 x(you)S 186 x (are)S 185 x(going)S 186 x(to)S 185 x(continue)S 186 x(using)S 185 x (the)S 597 y 7485 X(system)S 171 x(manager)S 29 x(')S -19 x(s)S 171 x (account)S 172 x(and)S 172 x(you)S 173 x(want)S 171 x(to)S 171 x (restore)S 172 x(these)S 171 x(symbols,)S 173 x(you)S 173 x(should)S 598 y 7485 X(log)S 167 x(out)S 166 x(and)S 166 x(log)S 167 x(in)S 166 x(again.)S 18848 Y 5393 X F189(2.3)S 597 x(Err)S -12 x(or)S 233 x (Recovery)S 896 y 7485 X F151(If)S 172 x(errors)S 173 x(occur)S 173 x (during)S 173 x(the)S 172 x(installation)S 172 x(procedure)S 173 x (or)S 172 x(when)S 173 x(the)S 172 x(IVP)S 172 x(is)S 171 x(runnin)S 2 x(g,)S 598 y 7485 X(VMSINST)S -27 x(AL)S 174 x(displays)S 173 x (failure)S 175 x(messages.)S 266 x(If)S 173 x(the)S 175 x (installation)S 174 x(fails,)S 176 x(you)S 175 x(see)S 174 x(the)S 598 y 7485 X(following)S 167 x(message:)S 847 y 7485 X F98 (%VMSINSTAL-E-INSFAIL,)S 269 x(The)S 269 x(installation)S 269 x(of)S 269 x(PAGE)S 269 x(V3.1)S 269 x(has)S 269 x(failed.)S 896 y 7485 X F151(If)S 166 x(the)S 166 x(IVP)S 166 x(fails,)S 166 x(you)S 167 x (see)S 166 x(these)S 165 x(messages:)S 847 y 7485 X F98(The)S 269 x (PAGE)S 269 x(V3.1)S 269 x(Installation)S 269 x(Verification)S 269 x (Procedure)S 269 x(failed.)S 797 y 7485 X(%VMSINSTAL-E-IVPFAIL,)S 269 x(The)S 269 x(IVP)S 269 x(for)S 269 x(PAGE)S 269 x(V3.1)S 269 x (has)S 269 x(failed.)S 897 y 7485 X F151(Errors)S 166 x(can)S 167 x (occur)S 167 x(during)S 167 x(the)S 166 x(installation)S 166 x(if)S 166 x(any)S 166 x(of)S 166 x(the)S 167 x(following)S 166 x (conditions)S 166 x(exist:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(The)S 167 x (operating)S 167 x(system)S 165 x(version)S 167 x(is)S 165 x (incorrect.)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(A)S 166 x(prerequisite)S 166 x (software)S 165 x(version)S 167 x(is)S 165 x(incorrect.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Quotas)S 165 x(necessary)S 167 x(for)S 166 x (successful)S 166 x(installation)S 166 x(are)S 166 x (insuf\211cient.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Disk)S 166 x(space)S 165 x (is)S 166 x(insuf\211cient.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(System)S 166 x(parameter)S 166 x(values)S 166 x(for)S 166 x(successful)S 166 x (installation)S 166 x(are)S 166 x(insuf\211cient.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(The)S 167 x(VMS)S 166 x(help)S 166 x(library)S 166 x (is)S 166 x(currently)S 167 x(in)S 167 x(use.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(The)S 167 x(product)S 166 x(license)S 166 x(has)S 166 x(not)S 167 x(been)S 166 x(registered)S 166 x(and)S 167 x (loaded.)S 35580 Y 5393 X F205(2\20310)S 449 x F203(Installing)S 166 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 2-11 33 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 7485 X F151(For)S 183 x(descriptions)S 181 x(of)S 182 x(the)S 182 x(error)S 183 x(messages)S 181 x(generated)S 183 x(by)S 182 x (these)S 182 x(conditions,)S 186 x(see)S 598 y 7485 X(the)S 173 x (VMS)S 173 x(documentation)S 173 x(on)S 173 x(system)S 172 x (messages,)S 174 x(recovery)S 174 x(procedures,)S 176 x(and)S 173 x (VMS)S 598 y 7485 X(software)S 167 x(installation.)S 252 x(If)S 167 x (you)S 168 x(are)S 168 x(noti\211ed)S 168 x(that)S 167 x(any)S 168 x (of)S 168 x(these)S 167 x(conditions)S 168 x(exist,)S 168 x(you)S 597 y 7485 X(should)S 177 x(take)S 177 x(the)S 177 x(appropriate)S 177 x(action)S 177 x(as)S 176 x(described)S 177 x(in)S 177 x(the)S 177 x(message.)S 271 x(Y)S -56 x(ou)S 177 x(might)S 598 y 7485 X (need)S 167 x(to)S 167 x(change)S 168 x(a)S 166 x(system)S 166 x (parameter)S 167 x(or)S 167 x(increase)S 167 x(an)S 167 x (authorized)S 166 x(quota)S 167 x(value.)S 251 x(For)S 598 y 7485 X (information)S 167 x(on)S 166 x(installation)S 166 x(requirements,)S 167 x(see)S 165 x(Chapter)S 166 x(1.)S 897 y 7485 X(For)S 193 x (descriptions)S 191 x(of)S 191 x(error)S 193 x(messages)S 190 x (gener)S 2 x(ated)S 191 x(by)S 192 x(DECpage)S 191 x(during)S 193 x (the)S 597 y 7485 X(installation,)S 166 x(see)S 166 x(Appendix)S 167 x(C.)S 598 y 5393 X(\\)S 35580 Y 20430 X F203(Installing)S 166 x (DECpage)S 449 x F205(2\20311)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 3-1 34 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 11335 Y 25012 X F173(3)S 424 y 5393 X 20628 24 R 13012 Y 14234 X F217 (After)S 331 x(Installing)S 331 x(DECpage)S 16001 Y 7485 X F151 (After)S 166 x(installing)S 166 x(DECpage,)S 166 x(you)S 167 x(need)S 166 x(to)S 166 x(perform)S 166 x(the)S 167 x(following)S 166 x (tasks:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Replace)S 166 x(information)S 166 x(data)S 166 x(\211les)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Delete)S 166 x(obsolete)S 165 x(command)S 166 x(procedures)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Integrate)S 166 x(DECpage)S 166 x(into)S 166 x (WPS-PLUS)S 166 x(or)S 166 x(ALL-IN-1)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x (Create)S 166 x(a)S 166 x(DECpage)S 165 x(account)S 167 x(on)S 166 x (ALL-IN-1)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Associate)S 165 x(DECpage)S 165 x (print)S 166 x(queues)S 167 x(with)S 166 x(VMS)S 165 x(print)S 166 x (queues)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Associate)S 165 x(additional)S 166 x(DECp)S -2 x(age)S 167 x(batch)S 166 x(queues)S 167 x(with)S 165 x(VMS)S 166 x(batch)S 166 x(queues)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x (Create)S 174 x(a)S 175 x(proxy)S 176 x(account)S 175 x(and)S 175 x (proxy)S 176 x(logins)S 175 x(for)S 174 x(remote)S 175 x(printing)S 175 x(and)S 175 x(batch)S 598 y 8382 X(processing)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Modify)S 167 x(the)S 166 x(system)S 165 x(startup)S 166 x(procedure)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(Modify)S 167 x(certain)S 166 x(style)S 166 x(values)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Replace)S 166 x(canned)S 167 x(styles)S 26661 Y 7485 X(This)S 173 x(chapter)S 172 x(describes)S 171 x(how)S 172 x(to)S 172 x(perform)S 172 x (these)S 172 x(required)S 172 x(procedures,)S 175 x(as)S 171 x(well)S 172 x(as)S 598 y 7485 X(how)S 166 x(to)S 166 x(perform)S 166 x(the)S 167 x(following)S 166 x(optional)S 166 x(post-installat)S -2 x(ion)S 167 x(tasks:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(Install)S 165 x(DECpage)S 166 x (on)S 166 x(a)S 166 x(V)S -55 x(AXcluster)S 165 x(system)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Install)S 165 x(multiple-languag)S 2 x(e)S 166 x (versions)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Reinstall)S 165 x(DECpage)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Modify)S 167 x(DEC)S -2 x(page)S 167 x(batch)S 166 x (queue)S 167 x(priorities)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Add)S 166 x (logos)S 166 x(to)S 166 x(the)S 166 x(system)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Convert)S 167 x(LN03)S 166 x(logos)S 166 x(to)S 166 x (PostScript)S 165 x(logos)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Upgrade)S 167 x(the)S 166 x(DECpage)S 165 x(font)S 166 x(package)S 35580 Y 19464 X F203(After)S 166 x(Installing)S 166 x(DECpage)S 449 x F205 (3)S (\2031)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 3-2 35 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6809 Y 7697 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x F151(Perform)S 167 x(post-inst)S -2 x(allation)S 166 x(procedures)S 167 x(for)S 166 x(V)S -56 x(AX)S 166 x(GKS)S 165 x(graphics)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Change)S 167 x(hyphen)S 2 x(ation)S 166 x(exception)S 167 x(dictionaries)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(Assist)S 178 x(users)S 180 x(to)S 179 x (modify)S 180 x(their)S 180 x(LOGIN.COM)S 179 x(\211le)S 180 x(for)S 180 x(batch)S 180 x(mode)S 180 x(and)S 180 x(to)S 598 y 8382 X (rede\211ne)S 167 x(the)S 166 x(DECP)S -37 x(AGE)S -2 x($GRAPHIC)S 165 x(logical)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Run)S 166 x(the)S 167 x (Installation)S 165 x(V)S -46 x(eri\211cation)S 167 x(Procedure)S 167 x(separately)S 11541 Y 5393 X F189(3.1)S 597 x(Repl)S 2 x(acing)S 234 x(Infor)S 5 x(mation)S 233 x(Data)S 234 x(Files)S 897 y 7485 X F151(If)S 183 x(you)S 183 x(have)S 184 x(performed)S 182 x(an)S 183 x (update)S 183 x(installation)S 182 x(from)S 182 x(DECpage)S 182 x(V)S -46 x(ersion)S 183 x(3.0,)S 597 y 7485 X(you)S 184 x(might)S 183 x (have)S 183 x(saved)S 183 x(some)S 182 x(of)S 182 x(the)S 183 x (following)S 182 x(\211les)S 183 x(prior)S 182 x(to)S 183 x(the)S 182 x(update)S 183 x(\(see)S 598 y 7485 X(Section)S 167 x(1.7.2\):)S 897 y 8382 X(BA)S -28 x(TCHQ.DA)S -28 x(T)S 598 y 8382 X(DEVIC)S -2 x(ELST)S -46 x(.DA)S -27 x(T)S 597 y 8382 X(TEMPLST)S -45 x(.DA)S -28 x(T)S 598 y 8382 X(STYLELST)S -46 x(.DA)S -27 x(T)S 17419 Y 7485 X(Y)S -55 x(ou)S 178 x(must)S 178 x(copy)S 179 x(these)S 177 x (\211les)S 178 x(back)S 179 x(to)S 178 x(the)S 178 x(directory)S 179 x(from)S 178 x(which)S 178 x(you)S 179 x(\211rst)S 178 x(copied)S 598 y 7485 X(them.)S 250 x(Y)S -56 x(ou)S 167 x(can)S 166 x(check)S 168 x(for)S 166 x(these)S 166 x(\211les)S 166 x(in)S 166 x(the)S 166 x(following)S 166 x(directories:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(For)S 177 x(ALL-IN-1)S 175 x(systems,)S 178 x(the)S 177 x(directory)S 177 x (OA$D)S -2 x(A)S -27 x(T)S -28 x(A_languag)S 2 x(e)S 176 x(or)S 176 x (OA$SITE_)S 598 y 8382 X(DA)S -28 x(T)S -27 x(A_language)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(For)S 173 x(WPS-PLUS)S 172 x(systems,)S 173 x(the)S 173 x(directory)S 173 x(ddcu:[WPSPLUS.DA)S -27 x(T)S -27 x (A_language])S 597 y 8382 X(or)S 166 x(ddcu:[WPSPLUS.)S 2 x(SITE_DA)S -29 x(T)S -27 x(A_language])S 22101 Y 7485 X(For)S 167 x F152 (language)S 2 x F151(,)S 166 x(specify)S 166 x(the)S 166 x(languag)S 2 x(e)S 166 x(of)S 166 x(your)S 167 x(kit.)S 23197 Y 6031 X F202 (Note)S 298 x F152(Y)S -64 x(ou)S 183 x(must)S 183 x(replace)S 183 x (these)S 184 x(\211les)S 183 x(before)S 183 x(integrat)S 2 x(ing)S 183 x(DECp)S -2 x(age)S 183 x(into)S 184 x(ALL-IN-1)S 182 x(or)S 598 y 7485 X(WPS-PL)S 2 x(US.)S 24991 Y 5393 X F189(3.2)S 597 x (Dele)S 2 x(ting)S 233 x(Obsolete)S 234 x(DECpage)S 234 x(Command)S 232 x(Pr)S -13 x(oced)S 2 x(ur)S -5 x(es)S 896 y 7485 X F151(If)S 185 x(you)S 186 x(have)S 186 x(performed)S 185 x(an)S 185 x(update)S 185 x(installation)S 184 x(from)S 185 x(a)S 185 x(previous)S 186 x (version)S 186 x(of)S 598 y 7485 X(DECpage,)S 170 x(there)S 170 x (might)S 170 x(be)S 170 x(some)S 169 x(obsolete)S 169 x(command)S 169 x(procedures)S 170 x(on)S 170 x(your)S 171 x(system.)S 598 y 7485 X(Check)S 167 x(the)S 166 x(following)S 166 x(directories:)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(On)S 166 x(ALL-IN-1)S 166 x(systems,)S 165 x (the)S 166 x(directory)S 167 x(OA$LIB_LL)S -46 x(V)S 165 x(or)S 167 x (OA$SI)S -2 x(TE_LIB_LL)S -45 x(V)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(On)S 172 x (WPS-PLUS)S 172 x(systems,)S 172 x(the)S 172 x(directory)S 173 x (ddcu:[WPSPLUS.LIB_lang)S 2 x(uage])S 172 x(or)S 598 y 8382 X (ddcu:[WPSPLUS.SITE_LIB_langu)S 2 x(age])S 30570 Y 7485 X(For)S 167 x F152(language)S 2 x F151(,)S 166 x(specify)S 166 x(the)S 166 x (languag)S 2 x(e)S 166 x(of)S 166 x(your)S 167 x(kit.)S 896 y 7485 X (If)S 173 x(you)S 174 x(\211nd)S 174 x(any)S 174 x(of)S 173 x(the)S 173 x(following)S 173 x(\211les)S 173 x(in)S 173 x(those)S 173 x (directories,)S 176 x(you)S 174 x(must)S 172 x(delete)S 173 x(the)S 598 y 7485 X(\211les:)S 897 y -182 x(DECP)S -38 x(AGEVM.COM)S 597 y 8382 X(DECPMOD.CO)S -2 x(M)S 35580 Y 5393 X F205(3\2032)S 449 x F203 (After)S 166 x(Installing)S 166 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 3-3 36 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 8382 X F151(DECPR.COM)S 598 y 8382 X(UPDA)S -28 x(TE_STY)S -55 x(.COM)S 8652 Y 6031 X F202(Note)S 298 x F152(Y)S -64 x(ou)S 167 x(must)S 167 x(delete)S 167 x(these)S 167 x(\211les)S 167 x (before)S 166 x(running)S 168 x(DECpage.)S 9847 Y 5393 X F189(3.3)S 597 x(Inte)S 2 x(grating)S 234 x(DECpage)S 233 x(into)S 234 x(WPS-P)S -2 x(LUS)S 233 x(or)S 233 x(ALL-IN-1)S 897 y 7485 X F151(After)S 169 x(installation,)S 171 x(you)S 170 x(must)S 169 x(integrate)S 170 x(DECpage)S 169 x(into)S 170 x(WPS-PLUS)S 169 x(or)S 170 x (ALL-IN-1,)S 598 y 7485 X(as)S 166 x(follows:)S 896 y 7485 X F201(1)S 618 x F151(From)S 166 x(the)S 167 x(System)S 165 x(Manager)S 29 x(')S -19 x(s)S 166 x(account,)S 167 x(invoke)S 167 x(WPS-PLUS)S 166 x(or)S 167 x(ALL-IN-1.)S 897 y 7485 X F201(2)S 618 x F151(At)S 180 x(the)S 180 x(WPS-PLUS)S 180 x(Main)S 180 x(Menu,)S 185 x(or)S 181 x(from)S 180 x(ALL-IN-1,)S 183 x(enter)S 181 x(the)S 180 x(following)S 598 y 8382 X(command:)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 847 y 8382 X F98()S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(ADD)S 269 x(DECPAGEPROXY/PASSWORD=xxxxxx)S 269 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X(_UAF>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/UIC=[yyy,zzz]/DEVICE=ddcu:)S 269 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X(_UAF>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/DIRECTORY=[DECPAGEPROXY]/ACCOUNT=PROXY)S 269 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 499 y 8382 X(_UAF>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/NETWORK/BATCH)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 896 y 7485 X F201(2)S 618 x F151(Add)S 168 x(proxy)S 169 x(logins,)S 170 x(entering)S 169 x(the)S 169 x(following)S 168 x(command)S 169 x (at)S 168 x(the)S 168 x(Authorize)S 168 x(Utility)S 598 y 8382 X (prompt)S 167 x(\(UAF>\))S 167 x(for)S 168 x(each)S 168 x(user)S 168 x(to)S 167 x(whom)S 168 x(you)S 168 x(want)S 167 x(to)S 168 x (grant)S 168 x(access.)S 252 x(Then)S 169 x(exit)S 598 y 8382 X (from)S 166 x(the)S 166 x(Authorize)S 166 x(Utility)S -55 x(.)S 847 y 8382 X F98(UAF>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(ADD/PROXY)S 269 x(node::username)S 269 x(DECPAGEPROXY/DEFAULT)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X(UAF>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(.)S 498 y 12148 X(.)S 498 y -269 x(.)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X(UAF>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(EXIT)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 35580 Y 5393 X F205(3\2038)S 449 x F203(After)S 166 x(Installing)S 166 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 3-9 42 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6966 Y 7485 X F201(3)S 618 x F151(Create)S 170 x(a)S 170 x(user)S 171 x(directory)S 171 x(for)S 170 x(the)S 170 x(DECP)S -37 x(AGE)S -2 x(PROXY)S 169 x(accoun)S 2 x(t)S 170 x(by)S 170 x(entering)S 172 x (the)S 598 y 8382 X(following)S 166 x(command)S 166 x(at)S 166 x (the)S 166 x(DCL)S 166 x(prompt:)S 847 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(CREATE/DIRECTORY/OWNER_UIC=[yyy,zzz])S 269 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 8382 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/PROTECTION=W:RWE)S 269 x(ddcu:[DECPAGEPROXY])S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 10005 Y 7485 X F151(For)S 175 x(more)S 174 x(information)S 174 x (about)S 174 x(proxy)S 175 x(logins,)S 176 x(see)S 174 x(the)S 174 x (VMS)S 174 x(System)S 173 x(Management)S 598 y 7485 X(documentation)S 167 x(subkit.)S 11549 Y 5393 X F189(3.8)S 597 x(Modify)S 2 x(ing)S 233 x(the)S 234 x(System)S 232 x(Startup)S 234 x(Pr)S -13 x(ocedu)S 2 x(r)S -6 x(e)S 897 y 7485 X F151(T)S -45 x(o)S 198 x(make)S 199 x (sure)S 199 x(that)S 198 x(DECpage)S 198 x(starts)S 197 x(properly)S 200 x(after)S 198 x(a)S 198 x(system)S 198 x(reboot,)S 598 y 7485 X (you)S 203 x(must)S 202 x(add)S 202 x(the)S 202 x(following)S 202 x (line)S 203 x(to)S 201 x(the)S 203 x(system)S 201 x(startup)S 202 x (procedure,)S 597 y 7485 X(SYS$ST)S -28 x(ARTUP:SYST)S -27 x (ARTUP_V5.COM:)S 847 y 7485 X F98($)S 269 x (@SYS$STARTUP:DECPAGE_STARTUP.COM)S 897 y 7485 X F151(Be)S 169 x (sure)S 169 x(to)S 169 x(place)S 169 x(the)S 169 x(DECpage)S 168 x (startup)S 169 x(line)S 169 x(after)S 169 x(the)S 169 x(line)S 169 x (that)S 169 x(starts)S 168 x(the)S 169 x(queue)S 598 y 7485 X (manager)S -36 x(.)S 16929 Y 5393 X F189(3.9)S 597 x(Modify)S 2 x (ing)S 233 x(Style)S 234 x(V)S -56 x(alue)S 2 x(s)S 897 y 7485 X F151 (If)S 176 x(the)S 176 x(DECp)S -2 x(age)S 177 x(installation)S 175 x (was)S 175 x(an)S 176 x(upgrade)S 176 x F152(from)S 176 x(V)S -64 x (ersion)S 176 x(2.1)S 176 x F151(\(and)S 176 x F152(not)S 176 x F151 (from)S 597 y 7485 X(V)S -46 x(ersion)S 178 x(3.0\),)S 181 x(some)S 177 x(of)S 178 x(the)S 177 x(style)S 178 x(values)S 177 x(must)S 178 x(be)S 177 x(modi\211ed.)S 273 x(\(See)S 177 x(the)S 178 x F152 (DEC)S -2 x(page)S 598 y 7485 X(Style)S 175 x(Designer)S 28 x(')S -19 x(s)S 174 x(Guide)S 174 x F151(for)S 173 x(information)S 174 x (about)S 173 x(using)S 175 x(the)S 173 x(User)S -9 x(-Designed)S 174 x(Styles)S 598 y 7485 X(\(UDS\))S 166 x(utility)S 166 x(to)S 166 x(modify)S 166 x(styles.\))S 897 y 7485 X(For)S 176 x(all)S 176 x (installations,)S 177 x(including)S 177 x(the)S 176 x(U.S.,)S 179 x (make)S 175 x(the)S 176 x(following)S 176 x(changes)S 176 x(for)S 176 x(the)S 597 y 7485 X(styles)S 166 x(speci\211ed:)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(All)S 166 x(styles)S 747 y 8382 X(Change)S 167 x(the)S 166 x(logo)S 167 x(width)S 165 x(and)S 167 x(depth)S 166 x(values)S 166 x(to)S 166 x(0)S 166 x(inches.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Letter)S 166 x(and)S 166 x(Memo)S 167 x(styles)S 747 y 8382 X(Change)S 171 x (the)S 171 x(width)S 170 x(and)S 170 x(depth)S 171 x(values)S 170 x (for)S 171 x(top)S 170 x(and)S 171 x(bottom)S 169 x(logos)S 171 x (to)S 170 x(0,)S 172 x(instead)S 598 y 8382 X(of)S 166 x(1,)S 167 x (unless)S 165 x(a)S 166 x(customized)S 166 x(logo)S 166 x(was)S 166 x (speci)S (\211ed)S 166 x(previously)S -55 x(.)S 26095 Y 7485 X(For)S 169 x (all)S 169 x(installations)S 167 x(except)S 169 x(the)S 169 x(U.S.,)S 170 x(make)S 169 x(the)S 169 x(following)S 168 x(chang)S 2 x(es)S 168 x(for)S 168 x(the)S 169 x(styles)S 597 y 7485 X(speci\211ed:)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(GEN2)S 165 x(style)S 747 y 8382 X(Change)S 177 x(the)S 175 x(body)S 177 x(depth)S 175 x(value)S 177 x(for)S 175 x(pages)S 176 x(1)S 176 x(and)S 176 x(2)S 175 x(to)S 176 x(50.6)S 176 x(picas,)S 178 x(instead)S 175 x(of)S 598 y 8382 X(49.9)S 166 x (picas.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(M4)S 166 x(style)S 747 y 8382 X (Change)S 167 x(the)S 166 x(portrait)S 166 x(page)S 166 x(width)S 166 x(to)S 166 x(49.0)S 166 x(picas,)S 166 x(instead)S 166 x(of)S 166 x(49.9)S 166 x(picas.)S 747 y 7697 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(RSP1)S 166 x (style)S 748 y 8382 X(Change)S 167 x(the)S 166 x(landscape)S 166 x (page)S 167 x(values)S 166 x(to)S 166 x(the)S 166 x(following:)S 747 y 8382 X 300 48 R 149 y 597 x(35.1)S 166 x(picas)S 166 x(for)S 166 x(the)S 166 x(page)S 167 x(depth)S 35580 Y 19464 X F203(After)S 166 x(Installing)S 166 x(DECpage)S 449 x F205(3\2039)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 3-10 43 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6809 Y 8382 X 300 48 R 149 y 597 x F151(49.0)S 166 x(picas)S 166 x (for)S 166 x(the)S 166 x(page)S 167 x(width)S 747 y 8382 X 300 48 R 150 y 597 x(3.7)S 166 x(picas)S 166 x(for)S 166 x(the)S 166 x(top)S 166 x(crop)S 166 x(mark)S 747 y 8382 X 300 48 R 149 y 597 x(5.4)S 166 x(picas)S 166 x(for)S 166 x(the)S 166 x(bottom)S 166 x(crop)S 166 x(mark)S 748 y 7697 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(T2)S 166 x (and)S 167 x(T4)S 166 x(styles)S 747 y 8382 X(The)S 174 x (relational)S 174 x(size)S 172 x(of)S 173 x(the)S 174 x(subscript)S 173 x(and)S 173 x(superscript)S 174 x(characters)S 173 x(might)S 174 x(not)S 598 y 8382 X(appear)S 167 x(to)S 166 x(be)S 166 x (correct)S 167 x(for)S 167 x(certain)S 167 x(text)S 167 x(elements)S 166 x(\(for)S 166 x(example,)S 168 x(paragraphs)S 167 x(and)S 598 y 8382 X(headings\).)S 250 x(Y)S -55 x(ou)S 153 x(can)S 154 x(adjust)S 153 x(the)S 153 x(relational)S 154 x(size)S 152 x(by)S 154 x(making)S 154 x(slight)S 153 x(modi\211cations)S 598 y 8382 X(to)S 172 x(the)S 172 x(point)S 172 x(size)S 171 x(of)S 172 x(the)S 172 x(subscripts)S 171 x(and)S 173 x(superscripts)S 171 x(for)S 172 x(the)S 172 x (particular)S 172 x(text)S 597 y 8382 X(element.)S 250 x(The)S 166 x (chang)S 2 x(e)S 166 x(needed)S 166 x(will)S 166 x(be)S 166 x (minimal.)S 14081 Y 5393 X F189(3.10)S 597 x(Repla)S 2 x(cing)S 233 x (Cann)S 2 x(ed)S 233 x(Styles)S 897 y 7485 X F151(If)S 186 x(you)S 187 x(do)S 186 x(not)S 186 x(want)S 186 x(to)S 186 x(retain)S 186 x (the)S 187 x(modi\211cations)S 186 x(made)S 186 x(to)S 185 x(canned)S 187 x(styles)S 186 x(in)S 598 y 7485 X(previous)S 171 x(versions)S 170 x(of)S 170 x(DECpage,)S 171 x(you)S 171 x(can)S 171 x(retrieve)S 170 x(the)S 171 x(original)S 170 x(DECpage)S 170 x(V)S -46 x(ersion)S 598 y 7485 X(3.1)S 167 x(canned)S 167 x(styles,)S 166 x(as)S 165 x (follows:)S 896 y 7485 X F201(1)S 618 x F151(After)S 166 x(the)S 166 x(upgrade)S 167 x(installation,)S 166 x(copy)S 167 x(the)S 166 x (DECpage)S 165 x(V)S -46 x(ersion)S 167 x(3.1)S 166 x(canned)S 167 x (styles)S 598 y 8382 X(directly)S 176 x(from)S 175 x(the)S 176 x (kit)S 175 x(to)S 175 x(the)S 176 x(DEC)S -2 x(P)S -36 x(AGE$UD)S -2 x(S$RESTORE)S 173 x(area.)S 269 x(Issue)S 174 x(the)S 598 y 8382 X (following)S 166 x(commands,)S 167 x(based)S 165 x(on)S 167 x(your)S 167 x(type)S 166 x(of)S 166 x(installation:)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(For)S 166 x(U.S.)S 167 x(installations:)S 847 y 9279 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(BACKUP/REPLACE/SELECT=*.RTS)S 268 x (device_name:saveset_name.B)S 269 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/SAVE_SET)S 269 x(DECPAGE$UDS$RESTORE:*.RTS)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(BACKUP/REPLACE/SELECT=*.RTS)S 268 x (device_name:saveset_name.C)S 269 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 499 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/SAVE_SET)S 269 x(DECPAGE$UDS$RESTORE:*.RTS)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x F151(For)S 166 x(all)S 166 x(installations)S 165 x(except)S 167 x(the)S 166 x(U.S.:)S 847 y 9279 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(BACKUP/REPLACE/SELECT=*.RTS_A4A5)S 268 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(device_name:saveset_name.B)S 268 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/SAVE_SET)S 269 x(DECPAGE$UDS$RESTORE:*.RTS)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(BACKUP/REPLACE/SELECT=*.RTS_A4A5)S 268 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 499 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(device_name:saveset_name.C)S 268 x(-)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X(_$)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(/SAVE_SET)S 269 x(DECPAGE$UDS$RESTORE:*.RTS)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 896 y 7485 X F201(2)S 618 x F151(On)S 166 x(the)S 166 x(UDS)S 166 x (Main)S 166 x(Menu,)S 168 x(select)S 165 x(the)S 166 x(Restore)S 166 x(\(R\))S 165 x(option.)S 897 y 7485 X F201(3)S 618 x F151(On)S 174 x(the)S 175 x(Restore)S 174 x(Styles)S 174 x(submenu,)S 178 x (specify)S 174 x(ALL)S 175 x(at)S 174 x(the)S 174 x(prompt)S 175 x (for)S 174 x(the)S 175 x(style)S 598 y 8382 X(name)S 166 x(to)S 166 x (be)S 166 x(restored.)S 35580 Y 5393 X F205(3\20310)S 449 x F203 (After)S 166 x(Installing)S 166 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 3-11 44 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 7117 Y 5393 X F189(3.11)S 597 x(Install)S 2 x(ing)S 233 x(DECpage)S 234 x(on)S 233 x(a)S 232 x(V)S -87 x(AXclu)S 2 x(ster)S 233 x (System)S 897 y 7485 X F151(T)S -45 x(o)S 168 x(install)S 168 x (DECpage)S 168 x(on)S 169 x(any)S 169 x(type)S 169 x(of)S 168 x(V)S -56 x(AXcluster)S -37 x(,)S 169 x(you)S 170 x(must)S 168 x(\211rst)S 168 x(install)S 168 x(DECpage)S 598 y 7485 X(on)S 174 x(a)S 173 x (system)S 172 x(disk)S 173 x(that)S 173 x(is)S 172 x(commonly)S 174 x (shared)S 173 x(among)S 174 x(nodes)S 173 x(in)S 173 x(the)S 173 x (cluster)S -37 x(.)S 264 x(Then)S 598 y 7485 X(perform)S 177 x(the)S 177 x(following)S 176 x(procedure.)S 271 x(Y)S -55 x(ou)S 177 x (must)S 176 x(perform)S 176 x(steps)S 176 x(1,)S 179 x(3,)S 179 x (and)S 177 x(4)S 176 x(on)S 177 x(all)S 597 y 7485 X(other)S 167 x (nodes)S 166 x(on)S 166 x(the)S 167 x(cluster)S -37 x(.)S 897 y 7485 X F201(1)S 618 x F151(Run)S 166 x(the)S 167 x(startup)S 165 x (command)S 167 x(procedure,)S 167 x(as)S 166 x(follows:)S 847 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(@SYS$STARTUP:DECPAGE_STARTUP.COM)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 896 y 8382 X F151(Include)S 182 x(this)S 181 x(command)S 182 x(in)S 182 x(the)S 182 x(system)S 181 x(startup)S 181 x(\211le)S 182 x(for)S 181 x(each)S 183 x(node)S 182 x(on)S 182 x(the)S 598 y 8382 X (cluster)S 166 x(as)S 166 x(well,)S 166 x(as)S 165 x(explained)S 167 x(in)S 166 x(Section)S 167 x(3.8.)S 897 y 7485 X F201(2)S 618 x F151(Update)S 166 x(the)S 166 x(DCL)S 165 x(tables,)S 166 x(as)S 166 x(follows:)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 505 x(At)S 165 x(the)S 166 x (DCL)S 166 x(prompt,)S 166 x(enter)S 167 x(the)S 166 x(following)S 166 x(command:)S 847 y 9279 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(INSTALL)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x F151(At)S 165 x(the)S 166 x(INST)S -27 x(ALL>)S 166 x(prompt,)S 166 x(enter)S 167 x(the)S 166 x(following:)S 847 y 9279 X F98(INSTALL>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(REPLACE)S 269 x(SYS$LIBRARY:DCLTABLES.EXE)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 498 y 9279 X(INSTALL>)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(EXIT)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 7485 X F201(3)S 618 x F151(Load)S 166 x(and)S 167 x(register)S 166 x(your)S 167 x(DECpage)S 165 x(license)S 166 x(under)S 167 x (VMS:)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Log)S 167 x(in)S 166 x(to)S 166 x (the)S 166 x(SYSTEM)S 165 x(accoun)S 2 x(t.)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Use)S 165 x(one)S 167 x(of)S 166 x(the)S 166 x (following)S 166 x(two)S 166 x(ways)S 165 x(to)S 166 x(perform)S 166 x(the)S 167 x(registration:)S 747 y 9279 X 300 48 R 149 y 596 x (Invoke)S 175 x(the)S 173 x(SYS$UPDA)S -29 x(TE:VMSLICENSE.COM)S 172 x(procedure.)S 265 x(When)S 598 y 10175 X(prompted)S 177 x(for)S 176 x(information,)S 180 x(respond)S 177 x(with)S 176 x(data)S 176 x (from)S 177 x(your)S 177 x(Product)S 598 y 10175 X(Authorization)S 166 x(Key)S 166 x(\(P)S -36 x(AK\).)S 747 y 9279 X 300 48 R 150 y 596 x(At)S 161 x(the)S 161 x(DCL)S 160 x(prompt,)S 163 x(issue)S 160 x(the)S 161 x(LICENSE)S 160 x(REGISTER)S 159 x(command)S 161 x (with)S 597 y 10175 X(the)S 167 x(appropriate)S 165 x(quali\211ers)S 167 x(that)S 166 x(correspond)S 166 x(to)S 166 x(P)S -36 x(AK)S 165 x (information.)S 897 y 7485 X F201(4)S 618 x F151(Run)S 187 x(the)S 188 x(WPS-PLUS)S 187 x(or)S 187 x(ALL-IN-1)S 186 x(command)S 188 x (startup)S 186 x(procedure.)S 293 x(For)S 598 y 8382 X(example,)S 175 x(to)S 172 x(run)S 173 x(the)S 173 x(WPS-PLUS)S 172 x(V)S -46 x (ersion)S 173 x(3.0)S 173 x(startup)S 172 x(command)S 172 x (procedure,)S 597 y 8382 X(enter)S 167 x(the)S 166 x(folowing)S 166 x (command:)S 847 y 8382 X F98($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(@SYS$STARTUP:WPLSTART.COM)S 269 x(ddcu:[WPSPLUS.DATA_SHARE])S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 897 y 7485 X F201(5)S 618 x F151(Create)S 166 x(additional)S 166 x (DEC)S -2 x(page)S 167 x(print)S 166 x(formatter)S 166 x(queues.)S 747 y 8382 X(If)S 165 x(you)S 166 x(have)S 165 x(WPS-PLUS)S 165 x (or)S 166 x(ALL-IN-1)S 164 x(on)S 166 x(the)S 165 x(system,)S 165 x (there)S 165 x(is)S 165 x(a)S 165 x(template)S 164 x(you)S 598 y 8382 X(can)S 167 x(use)S 166 x(to)S 166 x(create)S 166 x(additional)S 166 x(DEC)S -2 x(page)S 167 x(print)S 166 x(formatter)S 166 x (queues.)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(The)S 198 x(template)S 197 x (for)S 198 x(WPS-PLUS)S 197 x(is)S 198 x(in)S 197 x(the)S 198 x (command)S 198 x(procedure,)S 597 y 9279 X(WPSPLUS$SYSTEM:WPL$FORMA)S -28 x(TTER_ST)S -28 x(ART)S -46 x(.COM.)S 748 y 8594 X 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(The)S 203 x(template)S 202 x(for)S 202 x(ALL-IN-1)S 202 x(is)S 202 x(in)S 203 x(the)S 203 x(command)S 202 x(procedure,)S 598 y 9279 X(OA$BU)S -2 x(ILD:OA$FORMA)S -28 x(TTER_ST)S -28 x(ART)S -46 x(.COM.)S 747 y 8382 X(W)S -19 x(ith)S 166 x(the)S 167 x(template,)S 165 x(you)S 167 x(can:)S 35580 Y 19213 X F203(After)S 166 x(Installing)S 166 x (DECpage)S 449 x F205(3\20311)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 3-12 45 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6809 Y 8594 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x F151(Create)S 165 x(execu)S 2 x (tion)S 166 x(queues)S 166 x(on)S 167 x(speci\211c)S 166 x(nodes)S 166 x(of)S 166 x(the)S 166 x(cluster)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x (Create)S 179 x(and)S 180 x(start)S 179 x(a)S 180 x(cluster)S -9 x (-wide)S 179 x(gener)S 2 x(ic)S 179 x(queue)S 181 x(from)S 180 x (which)S 180 x(jobs)S 180 x(are)S 598 y 9279 X(moved)S 166 x(to)S 166 x(active)S 166 x(execu)S 2 x(tion)S 166 x(queues)S 747 y 8594 X 180 48 R 50 y -180 x 180 48 R 49 y -180 x 180 48 R 50 y -180 x 180 48 R 505 x(Start)S 165 x(execution)S 168 x(queues)S 166 x(on)S 166 x(speci\211c)S 167 x(nodes)S 166 x(of)S 166 x(the)S 166 x (cluster)S 747 y 8382 X(The)S 173 x(template)S 172 x(creates)S 173 x (execution)S 174 x(queues)S 173 x(on)S 173 x(nodes)S 173 x(called)S 173 x(NODE)S -2 x(1,)S 175 x(NODE2,)S 598 y 8382 X(and)S 167 x (NODE3,)S 166 x(and)S 167 x(a)S 166 x(cluster)S -8 x(-wide)S 166 x (generic)S 167 x(queue)S 168 x(with)S 166 x(the)S 167 x(queues)S 167 x(on)S 167 x(NODE1,)S 598 y 8382 X(NODE2,)S 177 x(and)S 176 x (NODE3)S 174 x(as)S 175 x(the)S 176 x(target)S 176 x(queues.)S 269 x (Next)S 176 x(it)S 175 x(starts)S 175 x(the)S 175 x(execution)S 598 y 8382 X(queues)S 181 x(on)S 180 x(nodes)S 181 x(NODE)S -2 x(1)S 181 x (and)S 180 x(NODE2)S 179 x(and)S 180 x(on)S 181 x(the)S 180 x (cluster)S -8 x(-wide)S 179 x(generic)S 597 y 8382 X(queue.)S 271 x (The)S 178 x(execution)S 177 x(queue)S 178 x(on)S 177 x(NODE)S -2 x (3)S 177 x(is)S 176 x(not)S 177 x(started,)S 179 x(but)S 176 x (having)S 178 x(been)S 598 y 8382 X(created,)S 179 x(it)S 176 x(is)S 176 x(available)S 177 x(to)S 176 x(be)S 176 x(started)S 175 x(if)S 176 x(the)S 177 x(NODE1)S 175 x(or)S 176 x(NODE2)S 175 x(execution)S 598 y 8382 X(queues)S 167 x(are)S 166 x(not)S 166 x(available.)S 747 y 8382 X(Y)S -56 x(ou)S 180 x(can)S 180 x(modify)S 180 x(the)S 179 x(template)S 179 x(by)S 179 x(adding)S 180 x(your)S 181 x(own)S 179 x(node)S 180 x(names)S 179 x(in)S 180 x(place)S 598 y 8382 X(of)S 176 x(NODE)S -2 x(1,)S 179 x(NODE)S -2 x(2,)S 179 x(and)S 175 x (NODE3)S 175 x(to)S 175 x(the)S 176 x(existing)S 176 x(command)S 175 x(lines,)S 179 x(and)S 175 x(by)S 598 y 8382 X(removing)S 167 x (the)S 167 x(EXIT)S 165 x(line)S 166 x(located)S 166 x(before)S 166 x (the)S 167 x(template.)S 16921 Y 5393 X F189(3.12)S 597 x(Install)S 2 x(ing)S 233 x(Multip)S 2 x(le-Langua)S 2 x(ge)S 233 x(V)S -56 x (ersion)S 2 x(s)S 232 x(of)S 233 x(DECpage)S 896 y 7485 X F151(W)S -18 x(ith)S 177 x(international)S 178 x(versions)S 178 x(of)S 178 x (DECpage,)S 180 x(you)S 179 x(can)S 178 x(install)S 177 x (multiple-language)S 598 y 7485 X(variants)S 183 x(on)S 182 x(the)S 183 x(same)S 181 x(system.)S 281 x(Y)S -55 x(ou)S 182 x(need)S 183 x (a)S 182 x(separate)S 181 x(DECpage)S 182 x(kit)S 182 x(for)S 182 x (each)S 598 y 7485 X(langu)S 2 x(age)S 166 x(version)S 167 x(you)S 167 x(plan)S 166 x(to)S 166 x(install.)S 20109 Y 6031 X F202(Note)S 298 x F152(The)S 192 x(American)S 190 x(version)S 191 x(of)S 190 x (DECpage)S 190 x(does)S 191 x(not)S 191 x(support)S 191 x (multiple-languag)S 2 x(e)S 598 y 7485 X(installations)S 2 x(.)S 896 y 7485 X F151(Each)S 178 x(DECpage)S 177 x(kit)S 177 x(contains)S 178 x(two)S 177 x(language-dependen)S 2 x(t)S 177 x(components:)S 273 x(the)S 177 x(user)S 598 y 7485 X(interface)S 177 x(\(UI\))S 176 x(language)S 177 x(and)S 177 x(the)S 176 x(style)S 176 x(langu)S 2 x(age.)S 270 x(The)S 177 x(DECpage)S 175 x F152(UI)S 176 x (languag)S 2 x(e)S 598 y 7485 X F151(refers)S 169 x(to)S 168 x(the)S 168 x(languag)S 2 x(e)S 168 x(of)S 168 x(the)S 168 x(DECpage)S 168 x (forms,)S 169 x(menus,)S 169 x(message)S 168 x(\211les,)S 169 x(and)S 168 x(so)S 168 x(on.)S 598 y 7485 X(The)S 177 x(DEC)S -2 x(page)S 176 x F152(style)S 176 x(languag)S 2 x(e)S 175 x F151(refers)S 176 x (to)S 175 x(style-generated)S 176 x(text,)S 178 x(such)S 176 x(as)S 175 x(the)S 176 x(text)S 597 y 7485 X(`)S -9 x(`SLIDE')S -11 x(')S 171 x(in)S 172 x(the)S 171 x(transparency)S 172 x(styles.)S 260 x (The)S 171 x(UI)S 171 x(languag)S 2 x(e)S 171 x(and)S 171 x(the)S 172 x(style)S 171 x(language)S 598 y 7485 X(are)S 180 x(the)S 180 x (same)S 179 x(for)S 180 x(each)S 180 x(kit.)S 277 x(For)S 180 x (example,)S 184 x(the)S 180 x(German)S 180 x(kit)S 179 x(contains)S 180 x(German)S 598 y 7485 X(forms)S 174 x(and)S 175 x(German)S 174 x (styles;)S 178 x(the)S 174 x(French)S 176 x(kit)S 174 x(contains)S 174 x(French)S 176 x(forms)S 173 x(and)S 175 x(French)S 598 y 7485 X (styles.)S 896 y 7485 X(Multiple-languag)S 2 x(e)S 191 x (installations)S 190 x(of)S 191 x(DECpa)S -2 x(ge)S 192 x(can)S 191 x (exist)S 191 x(in)S 191 x(two)S 190 x(different)S 598 y 7485 X (environ)S 2 x(ments:)S 897 y 7485 X F201(1)S 618 x F151 (Single-langu)S 2 x(age)S 166 x(WPS-PLUS)S 166 x(or)S 166 x (ALL-IN-1)S 166 x(environmen)S 2 x(t)S 747 y 8382 X(In)S 187 x(this)S 187 x(environment,)S 194 x(with)S 186 x(only)S 188 x(one)S 187 x (languag)S 2 x(e)S 186 x(variant)S 188 x(of)S 187 x(WPS-PLUS)S 598 y 8382 X(or)S 186 x(ALL-IN-1)S 185 x(installed,)S 190 x(you)S 186 x (can)S 186 x(install)S 185 x(multiple-language)S 186 x(variants)S 186 x(of)S 597 y 8382 X(DECpage.)S 274 x(Multiple-language)S 180 x (installations)S 177 x(of)S 179 x(DEC)S -2 x(page)S 179 x(enable)S 179 x(users)S 178 x(to)S 598 y 8382 X(print)S 176 x(documents)S 176 x (using)S 176 x(different)S 176 x(style)S 175 x(languag)S 2 x(es.)S 268 x(\(See)S 175 x(Section)S 176 x(3.12.3)S 177 x(for)S 598 y 8382 X (information)S 175 x(on)S 174 x(chang)S 2 x(ing)S 174 x(DECpage)S 174 x(style)S 174 x(languag)S 2 x(es.\))S 265 x(However)S -36 x(,)S 176 x(there)S 175 x(can)S 598 y 8382 X(be)S 171 x(only)S 172 x(one)S 172 x(DECpage)S 170 x(UI)S 171 x(languag)S 2 x(e)S 171 x(in)S 171 x (this)S 171 x(environ)S 2 x(ment.)S 260 x(That)S 171 x(languag)S 2 x(e)S 171 x(is)S 597 y 8382 X(the)S 167 x(system)S 165 x(default)S 166 x(that)S 167 x(was)S 165 x(current)S 167 x(when)S 167 x(DECpage)S 165 x(was)S 166 x(integrated)S 167 x(into)S 166 x(its)S 598 y 8382 X (host)S 168 x(WPS-PLUS)S 169 x(or)S 168 x(ALL-IN-1)S 168 x(system.)S 254 x(\(See)S 168 x(Section)S 169 x(3.12.1)S 169 x(for)S 168 x (details)S 168 x(about)S 598 y 8382 X(the)S 166 x(system)S 166 x (default)S 166 x(language.)S 2 x(\))S 35580 Y 5393 X F205(3\20312)S 449 x F203(After)S 166 x(Installing)S 166 x(DECpage)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 % %%Page: 3-13 46 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6966 Y 7485 X F201(2)S 618 x F151(Multiple-languag)S 2 x(e)S 166 x (WPS-PLUS)S 166 x(or)S 166 x(ALL-IN-1)S 166 x(environment)S 748 y 8382 X(In)S 166 x(this)S 166 x(environ)S 2 x(ment,)S 166 x(with)S 166 x(several)S 167 x(language)S 167 x(variants)S 167 x(of)S 166 x (WPS-PLUS)S 166 x(or)S 166 x(ALL-)S 597 y 8382 X(IN-1)S 170 x (installed)S 170 x(on)S 171 x(the)S 171 x(same)S 170 x(system,)S 172 x(you)S 171 x(can)S 171 x(also)S 170 x(install)S 170 x (multiple-languag)S 2 x(e)S 598 y 8382 X(variants)S 175 x(of)S 175 x (DECpage.)S 267 x(The)S 176 x(number)S 176 x(of)S 174 x(DECpage)S 175 x(style)S 175 x(languages)S 176 x(is)S 174 x(equal)S 598 y 8382 X (to)S 179 x(the)S 178 x(number)S 180 x(of)S 178 x(DECpage)S 178 x (kits)S 179 x(installed.)S 274 x(The)S 179 x(number)S 180 x(of)S 178 x(DECpage)S 178 x(UI)S 598 y 8382 X(languag)S 2 x(es)S 168 x(is)S 168 x(equal)S 169 x(to)S 169 x(the)S 169 x(number)S 169 x(of)S 169 x (WPS-PLUS)S 169 x(and/or)S 169 x(ALL-IN-1)S 169 x(variants)S 597 y 8382 X(installed;)S 172 x(that)S 169 x(is,)S 171 x(there)S 170 x (can)S 171 x(be)S 169 x(one)S 171 x(DECp)S -2 x(age)S 171 x(UI)S 169 x(languag)S 2 x(e)S 170 x(for)S 170 x(each)S 170 x(variant)S 598 y 8382 X(of)S 167 x(WPS-PLUS)S 168 x(or)S 167 x(ALL-IN-1.)S 252 x (Note)S 167 x(that)S 167 x(it)S 167 x(is)S 167 x(necessary)S 168 x (to)S 167 x(change)S 169 x(the)S 167 x(system)S 598 y 8382 X (default)S 178 x(languag)S 2 x(e)S 178 x(to)S 178 x(the)S 178 x (appropriate)S 178 x(value)S 179 x(when)S 179 x(you)S 179 x (integrate)S 179 x(multiple)S 598 y 8382 X(variants)S 178 x(of)S 177 x(DECpage)S 177 x(into)S 178 x(multiple)S 177 x(host)S 178 x (variants)S 177 x(\(see)S 178 x(Section)S 177 x(3.12.1)S 179 x(for)S 597 y 8382 X(more)S 166 x(information\).)S 14189 Y 7485 X(T)S -30 x (able)S 166 x(3\2031)S 166 x(lists)S 165 x(the)S 166 x(commands)S 166 x(for)S 166 x(determining)S 167 x(current)S 167 x(language)S 167 x(values.)S 15634 Y 7485 X F201(T)S -19 x(able)S 148 x(3\2031)S 10723 X(Deter)S 3 x(mining)S 148 x(Language)S 148 x(V)S -40 x(alues)S 623 y 7485 X 18528 24 R 498 y 7485 X F205(T)S -22 x(o)S 150 x(deter)S 3 x(mine)S 149 x(the)S 548 y 7485 X(language)S 149 x(for:)S 12616 X (Issue)S 150 x(the)S 149 x(followi)S -2 x(ng)S 150 x(command:)S 298 y 7485 X 18528 24 R 598 y 7485 X F155(WPS-PLUS)S 12616 X($)S 150 x (SHOW)S 150 x(LOGICAL)S 149 x(OA$DEF)S -34 x(AUL)S -25 x(T_LANGUAGE)S 149 x(-)S 498 y 12616 X(_$)S 150 x(/T)S -25 x(ABLE=WPL$SHARE_T)S -26 x(ABLE)S 748 y 7485 X(ALL-IN-)S 2 x(1)S 12616 X($)S 150 x(SHOW)S 150 x(LOGICAL)S 149 x(OA$DEF)S -34 x(AUL)S -25 x(T_LANGUAGE)S 747 y 7485 X(DECpage)S 150 x(UI)S 12616 X($)S 150 x(SHOW)S 150 x(LOGICAL)S 149 x(DECP)S -34 x(AGE$LANGUAGE)S 747 y 7485 X(DECpage)S 150 x (styles)S 12616 X($)S 150 x(SHOW)S 150 x(LOGICAL)S 149 x(DECP)S -34 x (AGE$STYLE_LANGUAGE)S 398 y 7485 X 18528 24 R 22533 Y 7485 X F193 (3.12.1)S 598 x(Establishing)S 199 x(a)S 198 x(Multiple-Languag)S -2 x(e)S 199 x(Envir)S -11 x(onment)S 797 y 7485 X F151(Use)S 166 x (the)S 166 x(following)S 167 x(procedure)S 166 x(to)S 166 x (establish)S 166 x(a)S 166 x(multiple-language)S 167 x(environment:)S 897 y 7485 X F201(1)S 618 x F151(Install)S 165 x(all)S 166 x(the)S 166 x(desired)S 166 x(languag)S 2 x(e)S 166 x(versions)S 166 x(of)S 166 x(WPS-PLUS)S 166 x(or)S 166 x(ALL-IN-1.)S 896 y 7485 X F201(2)S 618 x F151(Install)S 165 x(all)S 166 x(the)S 166 x(desired)S 166 x (languag)S 2 x(e)S 166 x(versions)S 166 x(of)S 166 x(DECpage.)S 897 y 7485 X F201(3)S 618 x F151(Establish)S 169 x(the)S 170 x(DECpage)S 170 x(system)S 170 x(default)S 170 x(language)S 171 x(by)S 171 x (entering)S 171 x(the)S 171 x(following)S 598 y 8382 X(command)S 166 x(at)S 166 x(the)S 166 x(DCL)S 166 x(prompt:)S 847 y 8382 X F98 ($)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 435 x(@SET_DECPAGE:DEFAULT_LANGUAGE)S 269 x(language)S 269 x(SYSTEM)S %%EndCustomColor: 1 %%BeginCustomColor: 0 0 SC 896 y 8382 X F151(For)S 172 x F152(language)S F151(,)S 174 x (specify)S 171 x(the)S 171 x(langu)S 2 x(age)S 171 x(to)S 171 x(be)S 171 x(set)S 171 x(as)S 170 x(the)S 172 x(default.)S 259 x(The)S 172 x (language)S 598 y 8382 X(parameter)S 173 x(must)S 173 x(be)S 174 x (the)S 174 x(English)S 173 x(word)S 173 x(for)S 174 x(the)S 174 x (language.)S 266 x(For)S 173 x(example,)S 176 x(you)S 598 y 8382 X (must)S 177 x(specify)S 177 x(SWEDI)S -2 x(SH,)S 178 x(rather)S 177 x (than)S 178 x(SVENSKA)S -2 x(.)S 178 x(The)S 178 x(language)S 178 x (must)S 177 x(be)S 597 y 8382 X(one)S 167 x(of)S 166 x(the)S 166 x (following)S 166 x(1)S -27 x(1)S 166 x(languages)S 167 x(supported)S 166 x(by)S 166 x(the)S 166 x(installation)S 166 x(procedure:)S 897 y 9279 X(ENGLISH)S 598 y 9279 X(DANIS)S -2 x(H)S 598 y 9279 X(DUTCH)S 597 y 9279 X(FINNISH)S 598 y 9279 X(FRENCH)S 35580 Y 19213 X F203 (After)S 166 x(Installing)S 166 x(DECpage)S 449 x F205(3\20313)S %%EndCustomColor 0 PP EP %%PageTrailer: %%PageCustomColors: 0 1 % %%Page: 3-14 47 %%BeginPageSetup %%EndPageSetup %%PageCustomColors: (atend) %%BeginCustomColor: 0 0 SC 1000 BP 39600 30600 PM 0 0 XY 6958 Y 9279 X F151(GERMA)S -2 x(N)S 598 y 9279 X(IT)S -28 x(ALIAN)S 598 y 9279 X(NOR)S -20 x(WEGIAN)S 597 y 9279 X(PORTUGUES)S -2 x(E)S 598 y 9279 X(SP)S -37 x(ANISH)S 598 y 9279 X(SWED)S -2 x(ISH)S 897 y 7485 X F201(4)S 618 x F151(Invoke)S 196 x(WPS-PLUS)S 196 x(or)S 195 x (ALL-IN-1)S 195 x(using)S 196 x(the)S 196 x(/LANGUAGE)S 194 x (quali\211er)S -37 x(,)S 597 y 8382 X(specifying)S 167 x(the)S 166 x (same)S 166 x(language)S 167 x(as)S 166 x(in)S 166 x(step)S 166 x (3.)S 897 y 7485 X F201(5)S 618 x F151(Integrate)S 175 x(DECp)S -2 x (age)S 175 x(into)S 174 x(WPS-PLUS)S 175 x(or)S 174 x(ALL-IN-1)S 174 x(\(see)S 174 x(Section)S 174 x(3.3)S 175 x(for)S 174 x(the)S 598 y 8382 X(appropriate)S 166 x(command\).)S 14032 Y 7485 X(Repeat)S 178 x(steps)S 177 x(3)S 179 x(through)S 180 x(5)S 178 x(for)S 178 x (each)S 179 x(DECpage)S 178 x(UI)S 178 x(language)S 180 x(to)S 178 x (be)S 178 x(established.)S 597 y 7485 X(Repeat)S 172 x(step)S 172 x (3)S 172 x(one)S 173 x(\211nal)S 173 x(time)S 172 x(to)S 172 x (establish)S 172 x(the)S 172 x(normal)S 173 x(system)S 172 x (default)S 172 x(languag)S 2 x(e)S 598 y 7485 X(for)S 167 x(your)S 167 x(system.)S 16323 Y 7485 X F193(3.12.2)S 598 x(Resetting)S 198 x (the)S 199 x(User)S 199 x(Default)S 199 x(DECpage)S 198 x(Langua)S -2 x(ge)S 797 y 7485 X F151(Users)S 169 x(who)S 170 x(want)S 169 x (to)S 169 x(have)S 170 x(a)S 169 x(default)S 170 x(language)S 171 x (other)S 169 x(than)S 170 x(the)S 170 x(system)S 168 x(default)S 170 x(can)S 598 y 7485 X(add)S 166 x(the)S 166 x(following)S 167 x (line)S 166 x(to)S 166 x(their)S 166 x(LOGIN.COM)S 165 x(\211le:)S 847 y 7485 X F98($)S 269 x(@SET_DECPAGE:DEFAULT_LANGUAGE)S 269 x (language)S 896 y 7485 X F151(The)S 187 x F152(language)S 187 x F151 (parameter)S 185 x(is)S 185 x(the)S 186 x(English)S 186 x(word)S 185 x(for)S 186 x(one)S 186 x(of)S 186 x(the)S 185 x(1)S -27 x(1)S 185 x(supported)S 598 y 7485 X(langu)S 2 x(ages.)S 21155 Y 7485 X F193(3.12.3)S 598 x(Changing)S 197 x(the)S 199 x(Style)S 199 x (Langua)S -2 x(ge)S 198 x(for)S 200 x(Batch)S 198 x(Jobs)S 797 y 7485 X F151(From)S 172 x(within)S 171 x(WPS-PLUS)S 170 x(or)S 172 x (ALL-IN-1,)S 172 x(the)S 171 x(user)S 171 x(can)S 172 x(choose)S 171 x(the)S 171 x(style)S 171 x(languag)S 2 x(e)S 598 y 7485 X(of)S 166 x(DECpage)S 165 x(to)S 166 x(be)S 166 x(used)S 166 x(for)S 166 x (the)S 166 x(next)S 167 x(documents)S 166 x(to)S 165 x(be)S 166 x (formatted.)S 249 x(T)S -45 x(o)S 166 x(set)S 165 x(the)S 166 x (style)S 597 y 7485 X(langu)S 2 x(age)S 166 x(to)S 166 x(be)S 166 x (used,)S 166 x(the)S 167 x(user)S 166 x(must)S 166 x(enter)S 166 x (the)S 166 x(following:)S %%EndCustomColor: 0 %%BeginCustomColor: 1 1 SC 847 y 7485 X F98(>>>>)S 538 x(DECPAGE)S 269 x(V3.1)S 269 x(HAS)S 269 x(BEEN)S 269 x(SUCCESSFULLY)S 269 x(INSTALLED)S 538 x(<<<<<)S 498 y 11849 X (____________)S 797 y 7545 X(You)S 269 x(must)S 269 x(add)S 269 x (the)S 269 x(following)S 269 x(line)S 269 x(to)S 269 x (SYS$STARTUP:SYSTARTUP_V5.COM:)S 797 y 9697 X($)S 269 x (@SYS$STARTUP:DECPAGE_STARTUP.COM)S 797 y 7545 X(You)S 269 x(must)S 269 x(also)S 269 x(add)S 269 x(the)S 269 x(following)S 269 x(line)S 269 x(to)S 269 x(SYS$STARTUP:SYSTARTUP_V5.COM)S 498 y 7545 X (\(immediately)S 269 x(AFTER)S 269 x(the)S 269 x(call)S 269 x(to)S 269 x(GKSTARTUP.COM\))S 269 x(if)S 269 x(you)S 269 x(plan)S 269 x (to)S 269 x(include)S 498 y 7545 X(GKS)S 269 x(graphic)S 269 x (files)S 269 x(for)S 269 x(output)S 269 x(with)S 269 x(DECpage:)S 797 y 9697 X($)S 269 x(@SYSTARTUP:DPGESTARTUP.COM)S 797 y 5393 X(**)S 269 x(PLEASE)S 269 x(NOTE)S 269 x(THAT)S 269 x(DPGESTARTUP.COM)S 269 x(MUST)S 269 x(BE)S 269 x(EXECUTED)S 269 x(AFTER)S 269 x (GKSTARTUP.COM!)S 269 x(**)S 797 y 7545 X(One)S 269 x(last)S 269 x (thing)S 269 x(you)S 269 x(must)S 269 x(do)S 269 x(is)S 269 x(go)S 269 x(into)S 269 x(WPS-PLUS)S 269 x(or)S 269 x(ALL-IN-1)S 269 x(and)S 498 y 7545 X(install)S 269 x(the)S 269 x(DECpage)S 269 x(forms)S 269 x(by)S 269 x(typing)S 269 x(the)S 269 x(appropriate)S 269 x (command)S 269 x(for)S 498 y 7545 X(your)S 269 x(system)S 269 x(at)S 269 x(the)S 269 x(main)S 269 x(menu,)S 269 x(such)S 269 x(as:)S 797 y 7545 X(