|
Steve.
Thanks for that. It appears to have done the trick.
Richard Simhon
Business Analyst
Allianz Cornhill
Tel 01483 55 2628
> -----Original Message-----
> From: Steve [SMTP:steve.silver@SUNTRUST.COM]
> Sent: 12 June 2001 22:06
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Re: ODS Help!
>
> Try adding this code: ods path work.templat(update)
> sasusr.templat(update) sashelp.tmplmst(read);
>
>
> Richard.Simhon@CORNHILL.CO.UK (richard Simhon) wrote in message
> news:<2710430F08DAD211A3F70008C71EEE6905EB414B@s-cho-exch0001>...
> > SAS-lers,
> >
> > I've just started using ODS in the last day or so and have come across
> the
> > error message as per below. Can anyone tell me what I need to do to
> resolve
> > this? I'm running SAS v8.1 on windows NT.
> >
> > Thanks again for your help
> >
> > 1474 ods html close;
> > 1475 PROC TEMPLATE;
> > 1476 DEFINE STYLE DefaultSmaller;
> > 1477 PARENT=Styles.Default;
> > 1478 REPLACE fonts /
> > 1479 'TitleFont2'=("Arial, Helvetica, Helv",4,Bold Italic)
> > 1480 'TitleFont'=("Arial, Helvetica, Helv",4,Bold Italic)
> > 1481 'StrongFont'=("Arial, Helvetica, Helv",3,Bold)
> > 1482 'EmphasisFont'=("Arial, Helvetica, Helv",2,Italic)
> > 1483 'FixedEmphasisFont'=("Courier",1,Italic)
> > 1484 'FixedStrongFont'=("Courier",1,Bold)
> > 1485 'FixedHeadingFont'=("Courier",1)
> > 1486 'BatchFixedFont'=("SAS Monospace, Courier",1)
> > 1487 'FixedFont'=("Courier",1)
> > 1488 'headingEmphasisFont'=("Arial,Helvetica,Helv",3,Bold
> Italic)
> > 1489 'headingFont'=("Arial, Helvetica, Helv",3,Bold)
> > 1490 'docFont'=("Arial, Helvetica, Helv",2);
> > 1491 END;
> > ERROR: Update lock is not available for SASUSER.TEMPLAT.ITEMSTOR, lock
> held
> > by another process.
> > ERROR: Template 'DefaultSmaller' was unable to write to template store!
> > 1492 RUN;
> > NOTE: PROCEDURE TEMPLATE used:
> > real time 0.02 seconds
> > cpu time 0.02 seconds
> >
> >
> > Richard Simhon
> > Business Analyst
> > Allianz Cornhill
> > Tel 01483 55 2628
> >
> >
> >
> > **********************************************************************
> > Copyright in this message and any attachments remains with us. It is
> > confidential and may be legally privileged. If this message is not
> > intended for you it must not be read, copied or used by you or
> > disclosed to anyone else. Please advise the sender immediately if
> > you have received this message in error.
> >
> > Although this message and any attachments are believed to be free of
> > any virus or other defect that might affect any computer system into
> > which it is received and opened it is the responsibility of the
> > recipient to ensure that it is virus free and no responsibility
> > is accepted by Cornhill Insurance PLC for any loss or damage in any
> > way arising from its use.
> >
> > Cornhill Insurance Plc, Registered in England number 84638,
> > Registered Office 32 Cornhill, London EC3V 3LJ.
> >
> > Regulated by the Personal Investment Authority for life and pensions
> only.
> > Member of the General Insurance Standards Council for direct general
> insurance only.
> > **********************************************************************
**********************************************************************
Copyright in this message and any attachments remains with us. It is
confidential and may be legally privileged. If this message is not
intended for you it must not be read, copied or used by you or
disclosed to anyone else. Please advise the sender immediately if
you have received this message in error.
Although this message and any attachments are believed to be free of
any virus or other defect that might affect any computer system into
which it is received and opened it is the responsibility of the
recipient to ensure that it is virus free and no responsibility
is accepted by Cornhill Insurance PLC for any loss or damage in any
way arising from its use.
Cornhill Insurance Plc, Registered in England number 84638,
Registered Office 32 Cornhill, London EC3V 3LJ.
Regulated by the Personal Investment Authority for life and pensions only.
Member of the General Insurance Standards Council for direct general insurance only.
**********************************************************************
|