Problem:
I am trying to do a GENCERT to create a CERTIFICATE and my ACF2 session abends with the following...
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=EC6 REASON CODE=0F01C008
TIME=14.32.42 SEQ=01401 CPU=0000 ASID=008F
How to I resolve this problem?
Resolution:
To be able to create a certificate you need to have a full omvs profile.
The reason code 0F01C008 means "unable to be dubbed"
This ultimately means that you do not have a full OMVS profile -
both USER and GROUP profiles are required.
To add an OMVS profile for a user (user01 in this example)
For example:
ACF
SET PROFILE(USER) DIV(OMVS)
INSERT user01 HOME(/u/lpp/user01 omvspgm(/bin/sh) uid(0)
SET profile(group) div(omvs)
INSERT omvsgrp GID(1)
SET LID
CHANGE user01 GROUP(omvsgrp)
END