Unknown property -- Uses C strings (line nnnn) during compile
search cancel

Unknown property -- Uses C strings (line nnnn) during compile

book

Article ID: 249477

calendar_today

Updated On:

Products

Aion Business Rules Expert

Issue/Introduction

Unknown property -- Uses C strings (line nnnnn)

Unable to open file dsname.BIN(£MAP), mode wb

Unable to open file dsname.BIN(£CEMKB2A), mode wb

REBB:  ERROR:  Restore failed(err=500);  IDE-style message from Build Services:

        'Message 00500 not found'

Environment

z/OS 2.5

Aion r11.0

Resolution

It is probable that your application may have the app trying to use external C strings.

unknown property -- Uses C strings

Aion mainframe does not support this.

Assuming code like this in the app file, then delete them.

#Uses C Strings

True

or it is possible:

#Uses C Strings

False

This will resolve the issue