peoplesoft

一只可怜的皮卡丘9 个月前
peoplecode·peoplesoft
using meta-SQL 使用元SQL 五Syntax%Select(statefield1[,statefield2]...[,statefieldN])
一只可怜的皮卡丘10 个月前
peoplecode·peoplesoft
using meta-SQL 使用元SQLSyntax%DatePart(DTTM_Column)DescriptionThe %DatePart meta-SQL variable returns the date portion of the specified DateTime column.
一只可怜的皮卡丘10 个月前
sql·oracle·peoplecode·peoplesoft
Math Functions 数学函数Math Functions数学函数Use the math functions that your database offers whenever possible.
一只可怜的皮卡丘10 个月前
peoplecode·peoplesoft
Calling COBOL Modules 调用COBOL模块Using the PeopleCode RemoteCall function, you can call COBOL modules from a PeopleCode action. This option supports existing Application Engine programs that call COBOL modules. You also can use it to upgrade Application Engine programs from previous rele
一只可怜的皮卡丘10 个月前
peoplecode·peoplesoft
Using Set Processing Examples 使用集合处理示例Using Set Processing Examples 使用集合处理示例 Each of the following topics contains an example of set processing. 以下每个主题都包含一个集处理示例。 Payroll 工资单 In this example, suppose the payroll department needs to give a 1000 USD salary increase to everyone whose department
一只可怜的皮卡丘10 个月前
peoplecode·peoplesoft
Chapter 5 Using Meta-SQL and PeopleCode 第五章 使用元SQL和PeopleCodeUnderstanding Application Engine Meta-SQL理解应用引擎元SQL
一只可怜的皮卡丘1 年前
peoplecode·peoplesoft
PeopleCode中Date函数的用法The Date function takes a number in the form YYYYMMDD and returns a corresponding Date value. If the date is invalid, Date displays an error message.