Can we submit jobs on AS400 using UBE
HI,
We are trying to submit job on AS400 using SMBJOB command through a JDE UBE as below, but it is not working.
//
VA evt_NameFlatFile = "SBMJOB CMD(CALL PGM(program_name)) JOBPTY(3) USER(username) LOG(4 0 * SECLVL)"
Execute External Program
VA evt_cErrorCode_ERRC <- BF cErrorCode
VA evt_szErrorMessage_ERRM <- BF szErrorMessageId
VA evt_NameFlatFile -> BF szCommandLine
//
Can I get some information on this.
Thanks,
Jyotirmoy