Endevor Team Build tool buildz is failing with the following message:
"Exception from EXEC of pgm IKJEFT01: mvs attach: error: program ABEND: abend cc: 0x80047000, abend rsn: 0x0"
Release : 18.1
Abend `0x80047000` mean s `bldz` is not APF authorized.
Abend `0x80047000` - the `80` is first byte from `TCBCMP` and contains flags like if dump was taken, etc. the next 3 nibbles `047` is system error code, the last 3 nibbles `000` is user error code.
`bldz` needs to be apf authorized - Marking bldz with the "+a" attribute. The full command is "extattr +a bldz".