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 : All supported releases
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 by marking bldz with the "+a" attribute.
Method 1:
cd to the location where bldz resides, then issue the -- extattr +a bldz
Method 2:
give the absolute path to bldz --- extattr +a /path_to/bldz
Once the APF extended attribute is added to bldz (by the uss admin or user), no need to do anything in the script.