Changing an IFS directory's CCSID

  • Thread starter Frosty the Coder
  • Start date

Frosty the Coder

Legendary Poster
Changing an IFS directory\'s CCSID

I'm setting up an IFS directory for BI Publisher.
It needs to be in ascii.

When I do a CRTDIR and press f4 there isn't an option for ccsid.
I've looked for a CHGDIR command that would allow, but don't see one.

I know that JDE has a method of changing this, and will endu up using that BUT,
I'd still like to know if there is a native IBM command or method of doing so.

Thanks much
 
Re: Changing an IFS directory\'s CCSID

Try the following:

CHGATR OBJ('/Directory') ATR(*CCSID) VALUE(437) SUBTREE(*ALL)
 
Back
Top