Endevor Team Build - buildz ABEND 0x80047000
search cancel

Endevor 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 : All supported releases

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 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.