27 path=&mcTestAppLoc/jobs/temp,
34 path=&mcTestAppLoc/jobs/temp,
39%* Wait
for it to finish;
42 where method=
'GET' and rel=
'state';
44%mv_jobwaitfor(ALL,inds=work.info,outds=work.jobstates)
49 call symputx(
'uri',uri);
52%* Finally, fetch the log;
53%mp_assertscope(SNAPSHOT)
54%mv_getjoblog(uri=%str(&uri),outref=mylog,mdebug=1)
56%mp_assertscope(COMPARE
57 ,ignorelist=MCLIB2_JADP2LEN MCLIB2_JADPNUM MCLIB2_JADVLEN
65 if index(_infile_,
'endsas;') then do;
67 call symputx('found',found);
69 else if eof and found ne 1 then call symputx('found',0);
73 iftrue=(%str(&found)=1),
74 desc=Check if the log was still fetched even though endsas was submitted