09-01-2015
durga
Calcite | Level 5
Member since
11-09-2011
- 8 Posts
- 0 Likes Given
- 0 Solutions
- 0 Likes Received
-
Latest posts by durga
Subject Views Posted 2175 09-26-2014 07:51 AM 6207 09-16-2014 03:57 AM 6341 09-15-2014 10:21 AM 2262 02-28-2013 04:35 AM 959 11-29-2011 03:03 AM 980 11-29-2011 12:34 AM 1171 11-18-2011 07:45 AM 1222 11-09-2011 08:04 AM -
Activity Feed for durga
- Posted date field length need to change from 8 byte to 4 byte. on SAS Programming. 09-26-2014 07:51 AM
- Posted Re: SAS EG log file overwriting on SAS Enterprise Guide. 09-16-2014 03:57 AM
- Posted SAS EG log file overwriting on SAS Enterprise Guide. 09-15-2014 10:21 AM
- Posted password protected excel file in unix on SAS Procedures. 02-28-2013 04:35 AM
- Posted Source database is down when reading the data, is there anyway that query can wait for sometime and re-connect again?? on SAS Programming. 11-29-2011 03:03 AM
- Posted Source database is down when reading the data, is there anyway that query can wait for sometime and re-connect again?? on SAS Programming. 11-29-2011 12:34 AM
- Posted Need Help: Facing problem when connecting to Oracle database using Libname on SAS Programming. 11-18-2011 07:45 AM
- Posted Need Help: Facing problem when connecting to Oracle database using Libname on SAS Programming. 11-09-2011 08:04 AM
09-26-2014
07:51 AM
I have base dataset with date field 4 byte. I want to append records to it which has the date field 8 byte. can anyone help me how to convert 8 byte number to 4 byte which will hold the same date. Thank You, Durga.
... View more
09-15-2014
10:21 AM
Hi All - Log is overwriting in SAS EG if i run code again in same session. I would like to append the log instead of overwrite. For now i am saving log using proc printto to have all log content. Thanks, Durga.
... View more
02-28-2013
04:35 AM
Hi Team, How to create password protected excel (.xls) file in unix using sas?
... View more
11-29-2011
03:03 AM
Thank You, COMMAND_TIMEOUT= is a libname option, I am actually connecting using Proc sql( I had to use passthough only) How this option works, is it waits for the specified seconds when the connection got failed and it tries to re-connect? Please help!
... View more
11-29-2011
12:34 AM
Hi Everyone, We have SAS job which is connecting to DB2 database, and the job runs every day in unix environment. Here we are facing problem that, DB2 database is getting down quite freqently (1 or 2 times in a weekly). For that, we are re-running the job manually. Question is, Can we put some logic so that when the connection fails(database is down), Query can re-connect after 15 min and till the time job need to be in ideal state. Thanks in advance!
... View more
11-18-2011
07:45 AM
Thank You So much for ur responce. It really helpful.
... View more
11-09-2011
08:04 AM
We have SAS job which is connect to Oracle to load data using Libname. But this connection is creating unnecessary process in Oracle environment and that process is creating and executing the below query: SELECT OBJECT_NAME, OBJECT_TYPE FROM ALL_OBJECTS OBJ WHERE (OBJ.OWNER = 'SCHEMA') AND (OBJECT_TYPE = 'TABLE' OR OBJECT_TYPE = 'VIEW' And this process is not completing even though actual SAS job is completed in SAS environment. It is causing some performance issues in Oracle side. Could some one help me, how we can restrict to not to create Oracle process which is creating above query. Thanks in Advance!! Durga.
... View more