/******************************************************************************
 * Programme : Unit test for mm_getauthinfo macro
 * Reference : UNITTEB3DA
 * Source    : https://www.wearecas.eu/en/sampleCode/UNITTEB3DA
 ******************************************************************************/

/* --- 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
)

