小编Amb*_*thi的帖子

颤振可滚动的底部

底页可以滚动吗?例如,它最初会打开到特定的高度,然后随着内容的滚动而向上滚动。如果是,请帮助!

dart flutter

5
推荐指数
1
解决办法
2137
查看次数

如何设置主键 | SAS工作室

我正在尝试在 SAS 上设置主键,但我不断收到下面提到的错误。任何帮助都会很棒!

第一个片段是代码,接下来是错误。

/*Primary Key*/ /*Defines the unique key*/

Proc datasets lib=work;
modify WORK.FinAdvMaster;
ic create primary key(FinAdvID);
PROC PRINT DATA=WORK.FinAdvMaster; RUN;**strong text**
Run Code Online (Sandbox Code Playgroud)

我得到的错误 -

 96         /*Primary Key*/ /*Defines the unique key*/
 97         
 98         Proc datasets lib=work;
 99         modify WORK.FinAdvMaster;
                   _________________
                   22
                   201
 ERROR 22-322: Expecting a name.
 ERROR 201-322: The option is not recognized and will be ignored.
 100        ic create primary key(FinAdvID);
 NOTE: Enter RUN; to continue or QUIT; to end the procedure.

Run Code Online (Sandbox Code Playgroud)

sas

2
推荐指数
1
解决办法
199
查看次数

标签 统计

dart ×1

flutter ×1

sas ×1