cancel
Showing results for 
Search instead for 
Did you mean: 

User exit ZXRSAU01 warning?

Former Member
0 Kudos
97

Hi,

I have added a line of code "INCLUDE /AFS/PPBWRSAU01." in user exit ZXRSAU01, It is giving the below warning for all data source extract structures used in program /AFS/PPBWRSAU01, The rest of the code after above include line doesn't get executed.

Warning description:

If the row type of "C_T_DATA" and the type of "<MC02M_0SCL>" are not

compatible at runtime, in future kernel releases, you must use addition

"CASTING"

Any idea?

Steve

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

OSS notes 502045 and 717229.

The INCLUDE statement will have to be used

for AFS data loading. The user exit ZXRSAU01 will eventually have other

code not related to AFS impelemntation.

Regards,

Vijay

Former Member
0 Kudos

Thanks Vijay, I have added the include statement for loading AFS data. I have also added other codes to fill append data sources. but when compiling the user exit I got following warning and data sources doesn't get filled:

If the row type of "C_T_DATA" and the type of "<MC02M_0SCL>" are not

compatible at runtime, in future kernel releases, you must use addition

"CASTING"

Steve