cancel
Showing results for 
Search instead for 
Did you mean: 

CONVT_CODEPAGE error while conversion of text from codepage '4102' to 1102

Former Member
0 Kudos

Hi Expert

I am transfering data from material master to aplication server using open dataset.

In runtime its showing error CONVT_CODEPAGE at the conversion of a text from codepage '4102' to codepage '1100'.

My code is

OPEN DATASET

FIL_NAME TYPE

'lrecl=7400 blksize=8000 recfm=FB' FOR OUTPUT IN LEGACY TEXT MODE CODE PAGE '1100'.

I found the error in characters { u2013 } { u201D } { u2019 }. Please help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the statement

open dataset ......encoding NON-UNICODE

Revrt back if any issue,

regards

Naveen

Answers (1)

Answers (1)

Former Member
0 Kudos

I found the error is not codepage but there is some wrong entry in material text.

Thank you for your reply.

Former Member
0 Kudos

Hi same Error i also have please describe soluction

Former Member
0 Kudos

Check the file contents which you are trying to read. There must be some bad character in the file.

Sujit S K.