CCN5825 (W) The character "\xba" is not allowed.



Help for C/C++ for MVS, OS/390 C/C++, z/OS C/C++ and C/C++ Productivity Tools for OS/390

CCN5825 (W) The character "\xba" is not allowed.

Postby Greenhouse » Mon Aug 16, 2010 12:55 pm

Hi,

Can't compile on MF z/OS V1R10.0 XL C/C++ compiler, program that contains array definition because of '[' and ']' characters. :?

Help.
Greenhouse
 
Posts: 25
Joined: Tue Sep 02, 2008 1:53 pm
Has thanked: 0 time
Been thanked: 0 time

Re: CCN5825 (W) The character "\xba" is not allowed.

Postby NicC » Mon Aug 16, 2010 1:41 pm

Well, I am sure that the compiler would not have been released if it couldn't do that so the problem is going to be in the area of code pages and setup. First place to check is with the sysprogs - if this is a new installation of the C compiler, has it been done properly? If other people use it ok how is your setup different from theirs? Also, check what the manual say about character sets.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: CCN5825 (W) The character "\xba" is not allowed.

Postby Robert Sample » Mon Aug 16, 2010 2:46 pm

EBCDIC has multiple code pages -- one of the more common uses X'BA' for open bracket, and another of the more common does not (I don't remember what it does use). Your code page is probably set to the wrong one.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: CCN5825 (W) The character "\xba" is not allowed.

Postby Greenhouse » Mon Aug 16, 2010 3:57 pm

Robert Sample wrote:EBCDIC has multiple code pages -- one of the more common uses X'BA' for open bracket, and another of the more common does not (I don't remember what it does use). Your code page is probably set to the wrong one.


EBCDIC 037 - uses x'BA' and another one is probably EBCDIC 1047

Where I need to set it to correct one?
Greenhouse
 
Posts: 25
Joined: Tue Sep 02, 2008 1:53 pm
Has thanked: 0 time
Been thanked: 0 time

Re: CCN5825 (W) The character "\xba" is not allowed.

Postby NicC » Mon Aug 16, 2010 4:01 pm

Where I need to set it to correct one?


Where the manual says. Look up CODEPAGE in the index or if you want to do it really quick - ask someone in your shop who is doing it OK.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: CCN5825 (W) The character "\xba" is not allowed.

Postby Greenhouse » Mon Aug 16, 2010 4:30 pm

It's work!

In ISPF settings menu Terminal type 4.

thx everybody ;)
Greenhouse
 
Posts: 25
Joined: Tue Sep 02, 2008 1:53 pm
Has thanked: 0 time
Been thanked: 0 time


Return to C, C++

 


  • Related topics
    Replies
    Views
    Last post