10-28-2024
Kayalvizhi
Fluorite | Level 6
Member since
09-11-2015
- 22 Posts
- 3 Likes Given
- 0 Solutions
- 0 Likes Received
-
Latest posts by Kayalvizhi
Subject Views Posted 841 10-27-2024 01:43 PM 866 10-27-2024 12:56 PM 944 10-27-2024 12:34 AM 1433 03-29-2022 06:50 AM 1488 03-24-2022 11:59 PM 1490 03-24-2022 11:46 PM 1557 03-24-2022 12:19 PM 1360 04-06-2020 09:03 AM 1368 04-06-2020 07:24 AM 1496 04-03-2020 04:38 AM -
Activity Feed for Kayalvizhi
- Posted Re: XML files using ods xltagsets - unable to open error when opening with excel on SAS Programming. 10-27-2024 01:43 PM
- Posted Re: XML files using ods xltagsets - unable to open error when opening with excel on SAS Programming. 10-27-2024 12:56 PM
- Posted XML files using ods xltagsets - unable to open error when opening with excel on SAS Programming. 10-27-2024 12:34 AM
- Liked Re: SPDE-code optimisation for LinusH. 03-29-2022 06:52 AM
- Posted Re: SPDE-code optimisation on SAS Programming. 03-29-2022 06:50 AM
- Posted Re: SPDE-code optimisation on SAS Programming. 03-24-2022 11:59 PM
- Posted Re: SPDE-code optimisation on SAS Programming. 03-24-2022 11:46 PM
- Posted SPDE-code optimisation on SAS Programming. 03-24-2022 12:19 PM
- Posted Re: Create a cross tab and highlight the difference on SAS Programming. 04-06-2020 09:03 AM
- Posted Re: Create a cross tab and highlight the difference on SAS Programming. 04-06-2020 07:24 AM
- Posted Create a cross tab and highlight the difference on SAS Programming. 04-03-2020 04:38 AM
- Posted Multiple sheets with panel display in xls on ODS and Base Reporting. 07-12-2019 10:41 AM
- Posted Re: SQL Create Table using variable names from SAS Catalog on New SAS User. 07-12-2019 10:17 AM
- Posted who modified the file in windows on SAS Programming. 04-04-2018 10:04 AM
- Posted Decrypt MD5CryptoService and TripleDESCryptoService from SAS on SAS Data Management. 07-21-2017 07:35 AM
- Posted New features in SAS 9.4 - Code level on SAS Programming. 06-08-2017 03:26 AM
- Posted Re: Some macro function works only after reboot of SAS on Administration and Deployment. 05-12-2017 02:56 AM
- Posted Why SAS ? on SAS Data Management. 05-11-2017 10:28 AM
- Posted Some macro function works only after reboot of SAS on Administration and Deployment. 05-11-2017 09:58 AM
- Posted Systask submits only one job in random on SAS Programming. 04-13-2017 07:07 AM
-
Posts I Liked
Subject Likes Author Latest Post 1 1 1
10-27-2024
01:43 PM
Yes logs are clean without error and warning . But xml reports get corrupted sometimes. Actual data which was used different, in real-time.
... View more
10-27-2024
12:56 PM
Ods listing close; Ods tagsets.excelxp file=“&file.” Options(embedded_titles=‘yes’ minimize_style=‘yes’ warptext=‘yes’ autofit_height=‘yes’) rs=none style=Xlsansprinter; Ods noproctitle; Ods tagsets.excelxp style=xlsansprinter Options(sheet_name=‘sheet1’ sheet_interval=‘none’ embedded_titles=‘yes’ absolute_column_width=“10,10”); Title “sheet1”; Proc print data=sashelp.cars(obs=5); Var make origin;run; Title; Ods tagsets.excelxp close;
... View more
10-27-2024
12:34 AM
Hi All, Facing issue with creating xml reports which ids created using xltagsets. Logs are clean but report has either of the below error and it occurs 1/30 runs. 1. “Unable to read” 2.”Problem during load The error which we are getting on reports which we are unable to replicate as the data refreshes earlier than before identifying the error in xml report..
... View more
03-29-2022
06:50 AM
Hi,
Thanks!!.
>SPDEUTILLOC- Not privileged to use options while invocation/change config file. So unable to use this option.
>SPDESORTSIZE- Increasing spdesortsize uses more/full workspace (which I don't want to happen).
>SPDE_HADOOP_WORK_PATH - I wanted to know more on how it works, because when I give a HDFS location, it still seems to use workspace and not HDFS path.
... View more
03-24-2022
11:59 PM
I’m migrating huge set of codes from SAS to SPDE( using HDFS). So I doesn’t want to make much changes to existing code. Can you please tell me why SPDE SQL using SAS workspace, and why not HDFS workspace. Is there a way to use HDFS as workspace when using SPDE
... View more
03-24-2022
11:46 PM
Proc sql; Create table spde.new from select * <some functions are used> from spde.temp %do I=1 %to 36; Left join. Spde.month&i ; %end; Run
... View more
03-24-2022
12:19 PM
SPDE PROC SQL code utilising a large SAS work space. Please suggests me ideas to optimize and use the work space to minimal.
-In current scenario, I'm performing PROC SQL join on 36 datasets having 12 columns each.
Kindly consider below limitations:
-Without redirecting - work or - utiloc locations
-Without using system commands
Please let me know for further details.
... View more
04-06-2020
09:03 AM
If there is same value in the diagonal ,then it would highlight the diagonal value. Which doesn't need
... View more
04-06-2020
07:24 AM
I want to highlight first column 3rd row square , as it shows some deviation from diagonal value , which is 6 in 3rd row 3rd column
... View more
04-03-2020
04:38 AM
Hi ,
I have Fields in a tables , which is supposed to have same content .If there any good deviation needs to be highlighted.
Example:
A B S S M M M M S S L L S S S S S S M M S S S L S L
Below is the Cross tab created by PROC FREQ , I need to highlight value if it is greater than Diagonal value.
Table of A by b B Total L M S A L Frequency 1 0 0 1 Percent 8.33 0 0 8.33 Row Pct 100 0 0 Col Pct 33.33 0 0 M Frequency 0 3 0 3 Percent 0 25 0 25 Row Pct 0 100 0 Col Pct 0 100 0 S Frequency 2 0 6 8 Percent 16.67 0 50 66.67 Row Pct 25 0 75 Col Pct 66.67 0 100 Total Frequency 3 3 6 12 Percent 25 25 50 100
... View more
07-12-2019
10:41 AM
Hi
I need to create a XLS worksheet report ,in which the tables displayed in panels and having multiple tabs in worksheet.
So I used msoffice2k_x tagset for having the side-by-side display of tables(but it created only one sheet per workbook) .
Then created separate worksheets and tried combining worksheet_source option.But it seems like it stores the hyperlink and not the actual file.
Can you someone help me with storing the files permanently or an alternative approach ?
Thank,
Kayal
... View more
07-12-2019
10:17 AM
instead of %include varname, try with var_name, because varname is a keyword in sas
... View more
04-04-2018
10:04 AM
Hi ,
Can you please help me find 'who modified the file .sas files in windows OS' using sas 9.4 .
Kindly let me know if you require any other details.
Thanks,
Kayal
... View more
07-21-2017
07:35 AM
Hi All, Please let me know how we can decrpt the values by use of salt key. Below are the other details(from .Net).Kindly let me know if any other detail is required. tDes.Mode = CipherMode.ECB; tDes.Padding = PaddingMode.PKCS7; Thanks, Kayalvizhi
... View more
06-08-2017
03:26 AM
Hi ,
Can someone help me out with expected basic code level changes , while running a SAS code in 9.3 and 9.4.
example: Options yearcutoff; (Changed from 1920 to 1926).
Thanks
... View more