PreviousNext
Help > Development > W-Language Functions for AS/400 > Spool functions > ASGetSpool > Example
Example


IF NOT
ASGetSpool("c:\temp\spl_test_wd.spl", cnxConnection, "QPJOBLOG", "108755/SMITH/PRTXJK", 1, ASsplPCL, "", False) THEN

 Error(ErrorInfo(errFullDetails))

END