on 2007 Jan 09 9:20 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
68 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.