01-18-2018
sht
Fluorite | Level 6
Member since
02-11-2014
- 22 Posts
- 1 Likes Given
- 0 Solutions
- 2 Likes Received
-
Latest posts by sht
Subject Views Posted 3098 01-16-2018 06:55 AM 3226 01-03-2018 12:52 AM 1629 11-29-2017 05:01 AM 1673 11-27-2017 11:52 PM 1753 11-27-2017 07:05 AM 1639 08-29-2016 03:14 AM 1656 08-26-2016 06:35 AM 1673 08-24-2016 01:16 AM 1099 07-16-2016 03:39 AM 1768 07-15-2016 09:33 AM -
Activity Feed for sht
- Posted Re: DataFlux Cluster Generation ISsue on SAS Data Management. 01-16-2018 06:55 AM
- Posted DataFlux Cluster Generation ISsue on SAS Data Management. 01-03-2018 12:52 AM
- Posted Re: Accessing cloud data in SAS on SAS Procedures. 11-29-2017 05:01 AM
- Posted Re: Accessing cloud data in SAS on SAS Procedures. 11-27-2017 11:52 PM
- Posted Accessing XML file via REST API on SAS Procedures. 11-27-2017 07:05 AM
- Posted Re: Data Flux migration on SAS Data Management. 08-29-2016 03:14 AM
- Posted Re: Data Flux migration on SAS Data Management. 08-26-2016 06:35 AM
- Posted Data Flux migration on SAS Data Management. 08-24-2016 01:16 AM
- Posted DFpower studio Issue on SAS Studio. 07-16-2016 03:39 AM
- Posted SAS DI Error Table Lock on SAS Data Management. 07-15-2016 09:33 AM
- Posted Re: SAS EG 7.1 migration issue on SAS Enterprise Guide. 06-09-2016 05:21 AM
- Posted SAS EG 7.1 migration issue on SAS Enterprise Guide. 06-09-2016 05:04 AM
- Got a Like for Re: VA Slowness issue. 05-07-2016 06:54 AM
- Posted Re: VA Slowness issue on SAS Visual Analytics. 05-07-2016 06:13 AM
- Posted Re: VA Slowness issue on SAS Visual Analytics. 05-07-2016 02:46 AM
- Posted VA Slowness issue on SAS Visual Analytics. 05-07-2016 01:35 AM
- Got a Like for SAS Visual Analytics Autoload. 04-13-2016 08:54 AM
- Posted SAS Visual Analytics Autoload on SAS Visual Analytics. 04-13-2016 06:30 AM
- Posted Re: Base SAS Dataset Size on SAS Programming. 04-07-2016 03:50 AM
- Posted Base SAS Dataset Size on SAS Programming. 04-01-2016 07:10 AM
-
Posts I Liked
Subject Likes Author Latest Post 1 -
My Liked Posts
Subject Likes Posted 1 05-07-2016 06:13 AM 1 04-13-2016 06:30 AM
01-16-2018
07:56 AM
Review the product documentation. There are topics that specifically deal with how you should be calling your DMP jobs if you are not running them interactively.
Regardless, check a few things:
Make sure that each call by your scheduler to run the job didn't spawn a new process that is taking up system resources
If your job is accessing data, make sure that your queries are running as you would expect. You can turn on more verbose levels of logging to see database interaction or you can monitor that in your database log.
There are logging options you can set that will generate what are called node profile metrics. These logs will tell you how long each node is processing rather than the sum for the entire job. This is also in the documentation.
Ron
... View more
12-01-2017
08:36 PM
@sht
You might be looking for Proc HTTP.
http://support.sas.com/resources/papers/proceedings16/SAS6363-2016.pdf
http://documentation.sas.com/?docsetId=proc&docsetVersion=9.4&docsetTarget=n197g47i7j66x9n15xi0gaha8ov6.htm&locale=en
... View more
01-25-2017
04:11 PM
This SAS note might be helpful:
http://support.sas.com/kb/58/807.html
... View more
08-29-2016
03:14 AM
Hi,
Thank you for your valuable feedback.
Actually I dont have any idea about DF data management studio and process jobs.
... View more
08-05-2016
01:35 PM
Not sure if this is the issue but I have this problem from time to time and it is always my automated cloud backup creating the issue. I often have to put it to sleep for a few hours while working on SAS.
... View more
07-19-2016
08:54 PM
HI: You posted this question in a forum for SAS Studio. It is possible, but highly unlikely that people in this forum ever use DataFlux DFPowerStudio. If you want to post this question in a more appropriate forum, I suggest the SAS Data Management forum, which is specifically aimed at DI Studio and DF Studio users: https://communities.sas.com/t5/SAS-Data-Management/bd-p/data_management cynthia
... View more
06-09-2016
06:40 AM
@sht wrote:
Hi All,
I am wishing to open sas EG 4.3 project in EG 7.1.
Can anybody please let me know how to do this?
To once again clarify: you can do this, but you cannot open a 7.1 project in EG 4.3 (or any version before 7)
... View more
05-20-2016
08:39 AM
1 Like
Hi SHT,
Reload on restart is a feature on VA 7.3. From the VA 7.3 administrators guide:
Note:The reload is driven by the LASR table object’s association to a LASR library that supports reload-on-start. That LASR library must be associated with a data provider library that contains a backing store copy of the original source data.
How to Enable Reload-on-Start
To enable reload-on-start, use either of the following methods.
SAS Management Console 1. In SAS Management Console, right-click on a LASR library, and select Properties.
2. On the Options tab, in the Data provider library field, specify a Base SAS library. The specified library functions as the backing store for participating tables.
3. On the Extended Attributes tab, set attributes as follows:
VA.ReloadOnStart.EnabledYes
VA.ReloadOnStart.TableDefaultYes
VA.ReloadOnStart.MethodSelective
(Optional) To selectively exclude a LASR table from participation, set VA.ReloadOnStart.Enabled to No on the table’s Extended Attributes tab.
--Simon
... View more
05-07-2016
06:51 AM
1 Like
I don't think 4GB is exceptionally large. The dataset we were using was well over 16 GB on a non-distributed server. Check if the LASR server has any data that can be removed so your dataset has more space to work. Many times I see people load multiple copies of the same dataset with a few minor changes. They don't remove the downlevel datasets - so you will see Test_data_V1, Test_Data_v2, Test_data_v3, etc. You might see if you can reduce the size of the dataset. Reduce the size of the character fields. Use PROC CONTENTS to review the length. For instance, we had a field that had survey responses that was set to a length of 50 and the responses were "Yes" and "No". We reset that size to 8. Can any columns be removed? For instance, some people have multiple date fields and the only difference is the formatting. Here's a blog post where I talk about how to duplicate the values and use formatting inside SAS VA. We were able to reduce the dataset size nearly in half using this techniques.
... View more