You are on page 1of 1

/*rexx paidsub29999 exec*/

"isredit macro"
/*-------------------------------------------------------------------*/
/* */
/* Description : Edit Macro To Update The Audit Log.The macro is */
/* called by the paysub2 dialog and in batch. */
/* */
/* Parameters : NONE */
/* */
/*-------------------------------------------------------------------*/
/* AUTHOR DATE DESCRIPTION */
/*-------------------------------------------------------------------*/
"ispexec vget (paidsub29) shared"
"ispexec control errors return"
pad = ' '
dat = substr(pad,1,(9-length(date(w)))
dat = date(w)||dat ; upper dat
pad1 = ' '
usr = substr(pad1,1,(8-length(userid())))
usr = userid()||usr
newlin = '| 'paysub2' | 'dat' | 'date(e)' | 'left(time(),5)' | ',
usr' | '
"isredit end"
exit
end 0

You might also like