Relinking SQR
After you modify ask, you must relink SQR. Use the make file that is provided in the LIB (or LIBW) subdirectory of SQR. This step is specific to the operating system and database. SQR is linked with the database libraries, whose names and locations may vary. You may have to modify the make file for your system.
After SQR is relinked, you are ready to test. Try the following program:
begin-program
let $a = initcap('MR. JOSEPH JEFFERSON')
print $a ()
end-programThe result in the output file should be:
Mr. Joseph JeffersonSee the ufunc.c file for further information about argument types in user-defined functions.
See the product documentation for PeopleSoft 9.2 Application Installation.