16 compare=put(date(),date9.);
17 call symputx(
'compare',compare);
20%mp_jsonout(OPEN,jref=webref)
21%mp_jsonout(OBJ,demo,jref=webref,fmt=Y)
22%mp_jsonout(CLOSE,jref=webref)
30libname web JSON fileref=webref;
34 call symputx(
'dtval',dtval);
39 desc=Checking
for error condition,
40 outds=work.test_results
44 iftrue=(&dtval=&compare),
45 desc=Checking tables were created successfully,
46 outds=work.test_results