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 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 22 Dec 2008 17:24:36 -0500
Reply-To:     Ian Whitlock <iw1sas@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ian Whitlock <iw1sas@GMAIL.COM>
Subject:      Re: Dictionary problem with Parallel processing
Comments: cc: vijayakumar <vijayk.kannan@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Vijay,

I doubt if a view of a DICTIONARY file can do any better than the DICTIONARY file since the view executes the underlying DICTIONARY file.

There are probably more sophisticated methods involving the underlying operating system to know when each job is finished. However, you might use the EXIST function to loop through the required data sets until all data sets exist.

Ian Whitlock ================

vijayakumar <vijayk.kannan@GMAIL.COM> wrote:

Dear Folks,

I am facing strange problem, my environment is Sun Solaris, SAS 9.1.3.

Situation:

I want to create summary report for the libraries about no of obs, when was the data set created and library name etc.

One main job started to run which in turn creates around 30 to 50 parallel jobs in which I have to create summary report specifically for two libraries for all those parallel jobs.

I have used dictionary. tables and dictionary. members to get the report created but every now and then I am getting an error saying the ?Lock was not available for the dataset and held by some process?.

Solution in Mind:

Is this can be avoid if I use sashelp.vtable and sashelp.vslib? Since as far as I know the dictionaries will open the libraries to get the above said key things but these sashelp views can be other way around to avoid these issue?

I need your expert?s advice on this to resolve this issue.

Regards, Vijay


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