SAS中文论坛

 找回密码
 立即注册

扫一扫,访问微社区

查看: 2831|回复: 3
打印 上一主题 下一主题

SAS EG 错误 1

[复制链接]

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
楼主
 楼主| 发表于 2006-2-28 00:53:16 | 只看该作者

SAS EG 错误 1

问题:
当运行 LOGIN WINDOWS 时:

ERROR: The DATA STEP windowing environment cannot be initialized due to a XU supervisor failure.

能否在EG中解决LOGIN?我需要DATABASE NAME, USER ID, PASSWORD 去读取在ORACLE 的资料。

谢谢了。
回复 支持 反对

使用道具 举报

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
沙发
 楼主| 发表于 2006-3-1 16:20:08 | 只看该作者

to oooh

你的EG是什么版本?LOGIN WINDOWS是通过运行%Window statement什么出来的吗?

参见 <!-- m --><a class="postlink" href="http://support.sas.com/techsup/unotes/SN/010/010201.html">http://support.sas.com/techsup/unotes/S ... 10201.html</a><!-- m -->
回复 支持 反对

使用道具 举报

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
板凳
 楼主| 发表于 2006-3-1 21:20:07 | 只看该作者

tech

this is the reply from SAS tech support:


EG does not support non-EG windows to prompt for
user input such as with the window commands.

In EG 4.1, currently scheduled for end of March, you
can use a new feature called the Parameter manager
which will allow you to write a simple data step
which includes macro variables registered in the
Parameter manager so that when you run the code
the user will be prompted for input.

However, there will not be any control over the position
of where the prompts display on the screen...they will
be listed vertically.
回复 支持 反对

使用道具 举报

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
地板
 楼主| 发表于 2006-3-1 21:25:27 | 只看该作者

additional questions :D

my EG is v3.

1, the login windows i am referring is the following code. end user need this to enter database, user id, and password.

2, can i use the EG administrator to llimit the user's access to library, such as project A1208?

3, my SAS and EG are all installed on PC, not server, then can i use the EG administrator to control end-user's screen from my computer? eg no. of tasks, user id and password to oracle db...

thx



DATA _null_;

      length path $10. SCHEMA $10.;

    path="OCPROD";

      schema="S&study.$STABLE";

      WINDOW LOGIN COLOR=GRAY



          #2  @15  "           Oracle Clinical Login"

            #3  @15  "----------------------------------"

            #5  @15  "   USERNAME: "

                         USER $20. COLOR=WHITE ATTR=rev_video REQUIRED=yes " (ops$lastnamef)"

            #7  @15  "   PASSWORD: "

                         PASSWORD $20. COLOR=WHITE ATTR=rev_video REQUIRED=yes

            #9  @15  "       PATH: "

                         PATH $20. COLOR=WHITE ATTR=rev_video REQUIRED=yes

            #11  @15  "     SCHEMA: "

                         SCHEMA $20. COLOR=WHITE ATTR=rev_video REQUIRED=yes

      ;     

      DISPLAY LOGIN;
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SAS中文论坛  

GMT+8, 2025-6-9 14:34 , Processed in 0.071187 second(s), 20 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表