NOCCSID (No Coded Character Set Identifier) keyword for display files

You use this field-level keyword to specify that CCSID conversion of the field is not done.

This keyword has no parameters.

The Character Data Representation Architecture (CRDA) specifies the '3F'X character as a replacement character. This character is also a field attribute definition for the 5250 data stream specification. Translation converting '3F'X character to '1F'X for output is done for all fields whether *JOBCCSID translation is active or inactive. Use the NOCCSID keyword to prevent translation at the field level.

If the NOCCSID keyword is not specified, conversion of the field continues normally.

Example

The following example shows how to specify the NOCCSID keyword.

|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
     A
     A          R RECORD
     A            FIELD1         5A  B  2 10NOCCSID
     A