I have some RACF documentation that I need converted into ACF2 commands. I am trying to create a pass ticket, and the PTKTDATA from ARCF shows this:
RDEFINE PTKTDATA DSNADMT +
SSIGNON(KEYMASKED(CACD4AD6D79ECA71)) +
UACC(NONE) APPLDATA('NO REPLAY PROTECTION')
What does APPLDATA('NO REPLAY PROTECTION') mean in ACF2?
NO REPLAY PROTECTION means that the passticket can be used multiple times. So for the insert into ACF2, use the keyword MULT-USE. Here is the manual information on the keyword:
MULT-USE | NOMULT-USE
A generated PassTICKET, to be accepted multiple times, in the allowed plus or minus 10 minutes.
Note: The PassTicket MULT-USE value should only be specified in secure environments where access to generate PassTickets is contained in a secure internal network.