English 中文(简体)
是否有任何工具将SAS转换为LQ?
原标题:Are there any tools for converting SAS to SQL?

我面对的是四页的SAS东西——宏观? 程序? 该局有程序,即DATA区和PROC区,一个从Oracle进口的PROCQ区。

是否有工具可以将《联合国系统会计准则》转化为可读的东西? 想法将是Kall或PL/SQL(两者似乎在此适用),但几乎任何程序都将是改进。 我不需要一些可操作的、仅是人类可读的东西。

我知道2种已经死亡的语文(TAL和TACL),有人请让我不必学习SAS。

最佳回答

回答你的问题很短。 缺乏学习语言,是无法做到的。

问题回答

SAS->SQL换算器存在。 你可以购买这些物品,但可以雇用他们。

该系统不仅仅是一个数据检索工具。 如果你将SAS转换为LQ,你就会失去功能。

如果你只想解释,就与《联合国系统会计准则》挂钩。 我们当中有些人知道这种“dead”语言。

我是SAS方案家。

我也是SAS转换器。 我已将SAS转换为 Java、RDBMS(Sybase、服务器或Oracle)、JavaFreeCharts、AJAX。

我也是《联合国系统会计准则》的缩略语,对于那些仍然希望保留《联合国系统会计准则》统计背书但美国航天中心前线的项目。

完全可以将SAS转换为SASQ,因为现在还没有完全的方法。

  • SAS already has SAS/SQL and SQL in conjunction with SAS/Access SAS/Connect
  • Whatever that is not coded in SAS SQL may be convertible to stored procedures
  • Otherwise, they have to be converted to Java, a .NET language, or a web friendly language like python or Perl.
  • Charts have to be converted to a Java or .NET charting package.
  • You need familiarity with statistical analysis methods to convert SAS procedure calls to a language like Java, C++.

因此,是的,有办法将SAS转换为Java EE或NET和/或Perl。 简明扼要地说明这一点——你真的要雇用某人这样做。

如果你只想知道该守则正在做些什么,那就能够告诉你。 如果你想将其完全改成另一种语言或一套语言,那么你需要雇用像Blessed Geek这样的人为你们做。

它可以是一种非横向做法,特别是如果程序组成部分是统计算法(如多变回归),而不仅仅是基本数据操纵或计算指标,如平均或标准偏差。

在我最后一家公司,我们拥有大量生产标准编码(线式)的金库,用于对放牧销售数据进行经济计量模型计算。 当SAS决定拒绝我们进一步许可使用其正在开发的具有竞争力的产品软件时,我们花了9个月的时间将软件转换成Java的组合,这一数据流动产品称作“快速”,以及我们从一家小公司购买的一些专有分析图书馆。 在此期间,8名开发商全职工作。 其中4个国家真正很好地理解了《联合国系统会计准则》,而其他4个 Java也非常清楚。 两个世界之间的交流是一个不断的挑战。

无论如何,我认为你看到我的观点。





相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

How to make a one to one left outer join?

I was wondering, is there a way to make a kind of one to one left outer join: I need a join that matches say table A with table B, for each record on table A it must search for its pair on table B, ...

Insert if not exists Oracle

I need to be able to run an Oracle query which goes to insert a number of rows, but it also checks to see if a primary key exists and if it does, then it skips that insert. Something like: INSERT ALL ...

How can I store NULLs in NOT NULL field?

I just came across NULL values in NOT-NULL fields in our test database. How could they get there? I know that NOT-NULL constraints can be altered with NOVALIDATE clause, but that would change table s ...

Type reference scope

I m studying databases and am currently working on a object-relational DB project and I ve encountered a small problem with the number of possible constraints in an object table. I m using "Database ...

OracleParameter and DBNull.Value

we have a table in an Oracle Database which contains a column with the type Char(3 Byte). Now we use a parameterized sql to select some rows with a DBNull.Value and it doesn t work: OracleCommand ...

热门标签