/******************************************************************************
 * Programme : Einheitstest des Makros mm_getauthinfo
 * Reference : EINHEI01C2
 * Source    : https://www.wearecas.eu/en/sampleCode/EINHEI01C2
 ******************************************************************************/

/* --- BLOC 1 --- */
%mp_assertscope(SNAPSHOT)
%mm_getauthinfo(outds=auths)
%mp_assertscope(COMPARE)

/* --- BLOC 2 --- */
%mp_assert(
  iftrue=(%mf_existds(work.auths)=1),
  desc=Check if the auths dataset was created
)

