[comp.lang.postscript] userdict and create dict problem

chu@pioneer.arc.nasa.gov (Susie Chu RCS) (03/14/91)

Hi, Dear Netter,
   Would somebody kind to tell me why the following .ps file got

%%[ Error: undefined; OffendingCommand: p0077 ]%%

when I sent it to print on a QMS 800 PostScript printer?  Or tell me
how can I increase the maxlength of userdict ?  I have so many def
that exceeds the maxlength (200) of the userdict.
Any help will be much appreciated.  Thanks.
---Susie Chu
+++++++++++ the .ps file +++++++++++++++++++++++++++++++++++++++++
%!
%--variables and procedures
% Usage xscale yscale xpos ypos bPrtC
/bPrtC
{   gsave
    translate
    scale
} def
% define dictionary
3 dict begin
/p0077 {  12 exch 24 exch [12 0 0 -24 0 24]
   {<000000000000000000000000000000000000f0f0606060606660666036c0
   36c036c03fc0198019801980198000000000>} imagemask grestore } bind def
/p0032 {  12 exch 24 exch [12 0 0 -24 0 24]
   {<000000001f00318060c0e060e0606060006000c000c00180030006000c00
   1800300070006020e020ffe0ffe000000000>} imagemask grestore } bind def
/p007a {  12 exch 24 exch [12 0 0 -24 0 24]
   {<0000000000000000000000000000000000007fe0406040c0018003000600
   0c00180030006020c020c060ffe000000000>} imagemask grestore } bind def
currentdict end
%--End of variables and procedures define
6 12 72 738 bPrtC true p0077
6 12 78 738 bPrtC true p0032
6 12 84 738 bPrtC true p007a
6 12 90 738 bPrtC true p0032
showpage
++++++++++++++ end of the .ps file++++++++++++++++++++++++++++++++:wq

net address: chu@pioneer.arc.nasa.gov
UUCP: {ihnp4,ucbvax,nike,lll-crg}!ames!pioneer!chu
Disclaimer: NASA is in no way responsible for the content of the previous mes-
    sag I take full and sole responsibility.