PreviousNext
Help > Development > W-Language Functions for AS/400 > Job Management functions > ASJobList > Example
Example


listJob
is a ASJobCollection

 

//per default behaviour, list all the active jobs for the current user

IF NOT ASJobList(listJob,"","", "","","", MaConnection1)

 Error(ErrorInfo()) 

END