CooterBrown
IS-IT--Management
I found the following snippet of code to send PDF's to the IFS using RPG IV.
Can anyone tell me how to specify authorities for a specific user?
Eval PDFSTMFNAM = '/' + %trim(IFSDIR) + '/' +
IFSFOL + IFSSUB + IFSDOC +
IFSDSC + IFSCO + PgmName +
IFSRTN +
%subst(rtgtag:1:10) +
CharCounter + '.pdf'
Eval PUBAUTOFF = 1818
Eval PUBAUTOFF = 1918
Eval PDFPUBAUT = '*R'
Eval PUBAUTLEN = %len(%trim(pdfpubaut))
Can anyone tell me how to specify authorities for a specific user?
Eval PDFSTMFNAM = '/' + %trim(IFSDIR) + '/' +
IFSFOL + IFSSUB + IFSDOC +
IFSDSC + IFSCO + PgmName +
IFSRTN +
%subst(rtgtag:1:10) +
CharCounter + '.pdf'
Eval PUBAUTOFF = 1818
Eval PUBAUTOFF = 1918
Eval PDFPUBAUT = '*R'
Eval PUBAUTLEN = %len(%trim(pdfpubaut))