This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PGM PARM(&INSPLF &INJOB &INUSER &INJOBN &INSPLN + | |
&EXISTS) | |
/* Thanks to Scott Campbell and Larry Nies */ | |
/* Incoming parms */ | |
DCL VAR(&INSPLF) TYPE(*CHAR) LEN(10) | |
DCL VAR(&INJOB) TYPE(*CHAR) LEN(10) | |
DCL VAR(&INUSER) TYPE(*CHAR) LEN(10) | |
DCL VAR(&INJOBN) TYPE(*CHAR) LEN(6) |