LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 22 Dec 2004 17:35:06 -0500
Reply-To:     "Chaudhury, Jayati [IT]" <jayati.chaudhury@CITIGROUP.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Chaudhury, Jayati [IT]" <jayati.chaudhury@CITIGROUP.COM>
Subject:      Entry lock issue for macro
Content-Type: text/plain; charset="iso-8859-1"

Hi SAS experts,

I am getting the following error while invoking the GENERATEOUTPUT macro:

-------------------------------------------------------------------------------------- ERROR: Entry lock is not available for CREATE_OUTPUT.MACRO in catalog WORK.SASMACR, lock held by Program /apps/run_mac.sas. ERROR: Entry CREATE_OUTPUT.MACRO already exists in catalog WORK.SASMACR. ERROR: Entry lock is not available for GENERATEOUTPUT.MACRO in catalog WORK.SASMACR, lock held by Program /apps/run_mac.sas. ---------------------------------------------------------------------------------------

It seems like the run_mac.sas program is holding the lock but I don't know how to get rid of the lock.

The run_mac.sas is a simple program as follows:

%macro run_mac; %put "Running command."; %mend; &sysparm;

Any advise will be greatly appreciated.

Thks Jayati


Back to: Top of message | Previous page | Main SAS-L page