Learned RPGers,
Is it possible to use the SDS to return the system name that a program was called on ?
Sorta like this ...
Google searches so far have not found an example, nor did infocenter ?
Cheers
GC
Is it possible to use the SDS to return the system name that a program was called on ?
Sorta like this ...
Code:
*
* program information
*
d PgmInfo SDS
d @PgmName 1 10
d @Parms 37 39 0
d @MsgID 40 46
d @JobName 244 253
d @UserId 254 263
d @JobNbr 264 269 0
[B][COLOR="Blue"]d @SysNam xxx yyy [/COLOR][/B]
*
Cheers
GC






Comment