SQR
conanxun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SQR tools
Axis Computer Consulting Services > Downloads > Source Code > SQR/SQC A number of SQR tools for printing, creating SQL, and scanning PeopleSoft databases. Ray Ontko & Co. > Library > SQR Lib转载 2012-09-14 13:12:31 · 545 阅读 · 0 评论 -
在SQR中使用Break逻辑
在报表中,当一列值改变时,也就是出现break时,通常会做一些特殊处理,比如跳过一行、在break之前或之后执行某个procedure、打印小计等等。 不使用Break逻辑 如下例,针对选择的每一个员工,打印该员工的姓名、公司和员工薪水。该例不使用任何break逻辑: !**************************** !An employee list program that原创 2012-09-19 14:12:49 · 236 阅读 · 0 评论 -
Process Request shows status of 'INITIATED' or 'PROCESSING' but nolonger running
当测试一个不引用任何SQC文件的SQR程序时,可能会报这个错: 查看消息日志: Process Request shows status of 'INITIATED' or 'PROCESSING' but nolonger running 主要原因就是该程序并不是API Ware的SQR程序。 Ref: When you run an SQR, the status t原创 2012-09-19 12:27:09 · 1286 阅读 · 0 评论 -
(SQR 1933) The month (9月 -2012_02:01:36.000000_下午) is not valid for the current locale or database.
在将SQR API Ware的过程中,需要将#Include 'setenv.sqc' 和#Include 'stdapi.sqc'加入到SQR中。 但是出现如下错: (SQR 3506) Array specified not defined with CREATE-ARRAY 原因是没有加入#Include 'datetime.sqc' 。 于是在SQR中加入: #Include原创 2012-09-19 15:04:25 · 2130 阅读 · 0 评论 -
SQR中的文件操作
在SQR中使用input/output操作 像大多数编程语言一样,SQR使用Open、Read、Write 和 Close命令处理文件。 1.打开文件 访问一个文件之前,必须先打开它。可以将一个已经存在的文件作为input文件打开以读取其中的数据,或者将文件作为output文件打开以向其写数据。打开文件的数目最多只能是256个。 当打开输入文件时,Open命令中指定的Record长原创 2012-09-19 16:10:38 · 412 阅读 · 0 评论 -
SQR Edit mask
Numeric format masks The numeric format masks use a number of characters that create special editing effects to the output: • 8 digit, zero fill to the right of the decimal point, trim leading bl转载 2012-12-28 15:21:03 · 195 阅读 · 0 评论 -
在SQR中使用Break逻辑
在报表中,当一列值改变时,也就是出现break时,通常会做一些特殊处理,比如跳过一行、在break之前或之后执行某个procedure、打印小计等等。 不使用Break逻辑 如下例,针对选择的每一个员工,打印该员工的姓名、公司和员工薪水。该例不使用任何break逻辑: !**************************** !An employee list program that原创 2013-01-14 11:55:39 · 121 阅读 · 0 评论 -
将SQR生成的文件发布到Report Manger的方法
来源:http://peoplesoft.wikidot.com/sqr-output-to-report-repository If you are developing a new SQR that creates files that need to be posted from the process scheduler to the report repository, (report转载 2016-06-13 17:07:42 · 317 阅读 · 0 评论
分享