Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change command programming upgrade 46b -> ECC6

Former Member
0 Likes
407

Hi,

we're doing upgrade from 46B to ECC6.

we're looking for modification to command programming

for ex.

OPEN DATASET must have ENCONDING...

Do yow know other modification?

Thanks a lot

Rita

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
384

Hi,

The modifications are required if that programs are with Unicode check.

With unicode check in program attribute, validations will be more.

Like open dataset with encoding default.

While assigning fields it exactly checks for field type and offsets.

These erros you can check for all the programs from tcode UCCHECK.

In UCCHECK under object name, give Z* and Y* for all the custom programs syntax erros. Display output with clear changes required, that you can carry out.

Cheers

Hema

3 REPLIES 3
Read only

Former Member
0 Likes
384

Have you checked in release notes for ECC6 ?

Read only

0 Likes
384

yes i have, but i didn't find nothing about this question

Read only

Former Member
0 Likes
385

Hi,

The modifications are required if that programs are with Unicode check.

With unicode check in program attribute, validations will be more.

Like open dataset with encoding default.

While assigning fields it exactly checks for field type and offsets.

These erros you can check for all the programs from tcode UCCHECK.

In UCCHECK under object name, give Z* and Y* for all the custom programs syntax erros. Display output with clear changes required, that you can carry out.

Cheers

Hema