Specifying an alternative logical NOT symbol
You can define an alternative logical NOT symbol in a file mapping definition. The alternative logical NOT symbol specifies the character that maps to X'5F' on the remote system.
Before you begin
About this task
The standard logical NOT symbol is ¬, which corresponds to EBCDIC code point X'5F'. If you cannot type this symbol on your workstation because your keyboard does not contain the ¬ character, then you can define an alternative NOT symbol, such as the exclamation point (!) or caret symbol (^). If you configure an alternative NOT symbol such as ! or ^, you must ensure that the symbol you configure is not present in another area of the file such as within a literal or a comment.
You can specify an alternative symbol in a file mapping definition. This action causes the alternative symbol to map to EBCDIC code point X'5F' on the remote system. It also causes the standard NOT symbol to no longer map to X'5F' unless you specify it as the logical NOT symbol in the mapping definition. You can specify only one alternative logical NOT symbol. If you define the tilde character (~) as the logical NOT symbol in a file mapping definition, for example, then the tilde character, rather than the NOT symbol ¬, is mapped to the logical NOT operator X'5F'.
Specifying an inappropriate alternative logical NOT symbol can produce error CRRZI0487E when you edit a file. When you specify an alternative NOT symbol, be careful to choose a character that is not already present in your source file. For example, if your remote source file contains one or more tilde characters (EBCDIC X'A1'), and you define the tilde character as the logical NOT symbol in a file mapping definition, then all X'A1' code points might be changed to X'5F'. To prevent this situation, the CRRZI0487E message is displayed, and the file is opened in browse mode so that you cannot edit it.
Procedure
You can set an alternative logical not symbol on the Properties page of a data set, on the Properties page of the MVS Files subsystem, or in the Edit Data Set Mapping or Add Data Set Mapping windows.