sas
How to encode base64 in SAS
I need to encode a long string and place in an XML doc. Code sample: data newData; set oldData; 开发者_运维问答 newString=oldString;[详细]
2023-02-18 12:32 分类:问答How to read variable names in a SAS data set?
Are there any statements\\functions capable of get the name of variables? Preferrably putting them into a column of another data set, a text field or a macro variable.[详细]
2023-02-17 21:54 分类:问答macro value assign in sql server pass through
I\'m trying to use the macrovariable in SAS开发者_StackOverflow社区 macro as value in the newcolumn[详细]
2023-02-17 03:27 分类:问答SAS, create filename from dataset column
is it possible to create a filename from a value stored in a dataset column? What i\'m after is something like:[详细]
2023-02-15 05:16 分类:问答How do I implement MVCC?
I have located many resources on the web giving general overviews of MVCC (multi-version concurrency control) concepts, but no detailed technical references on exactly how it should work or be impleme[详细]
2023-02-14 08:45 分类:问答SAS - Using the retain statement
I have a dataset with ids, dates and amounts. Each id may have a few rows depending on the transaction amounts and the number of transactions performed. I need to use a retain statement t开发者_如何转[详细]
2023-02-11 20:57 分类:问答Operation result with one of the variables null (empty) in SAS
I am converting SAS code to C# code and I开发者_如何学运维 don\'t have platform to run SAS code, what I have only source code, and I have line of the code in SAS where one of the variables is empty an[详细]
2023-02-10 15:36 分类:问答SAS/IML: creating a dataset from multiple matrices
Let\'s say I have a number of matrices in IML. They can be either numeri开发者_如何学运维c or character. How would I go about creating a single SAS dataset out of them?[详细]
2023-02-10 06:36 分类:问答Appending csv files in SAS
I have a bunch of csv files. Each has data from a different period: filename file1 \'JAN2011_PRICE.csv\';[详细]
2023-02-10 04:36 分类:问答Equivalent to R findInterval() function in SAS IML
Is there anything similar to R\'s findInterval (or cut) in SAS, specifically in IML? I\'m converting an R program of mine that does Monte Carlo simulations to IML, and it uses findInterval to convert[详细]
2023-02-09 23:22 分类:问答