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


listJobLog
is a ASJobLogCollection

 

//Per default behaviour, list all the job logs

IF NOT ASJobLogList(listJobLog,"","", "","","", MaConnection1)

 Error(ErrorInfo()) 

END