11%global hash1 hash2 hash3;
13%mp_assertscope(SNAPSHOT)
14data work.test1 /nonote2err;
21 hash=%mp_md5(cvars=c1 c2 c3,nvars=n1 n2 n3);
22 call symputx(
'hash1',hash);
24 hash=%mp_md5(cvars=c1 c2 c3,nvars=n1 n2 n3);
25 call symputx(
'hash2',hash);
27 hash=%mp_md5(cvars=c1 c2 c3,nvars=n1 n2 n3);
28 call symputx(
'hash3',hash);
30%mp_assertscope(COMPARE,ignorelist=HASH1 HASH2 HASH3)
33 iftrue=(
"&hash1" ne
"&hash2"),
34 desc=Checking first hash diff,
35 outds=work.test_results
38 iftrue=(
"&hash2" ne
"&hash3"),
39 desc=Checking first hash diff,
40 outds=work.test_results