Team Build - buildz ABEND 0x80047000
search cancel

Team Build - buildz ABEND 0x80047000

book

Article ID: 261339

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

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"

Environment

Release : 18.1

Cause

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.

Resolution

`bldz` needs to be apf authorized - Marking bldz with the "+a" attribute. The full command is "extattr +a bldz".

Additional Information

APF-authorized Programs in Build Scripts