z/OS ISPF User's Guide Vol II
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples

z/OS ISPF User's Guide Vol II
SC19-3628-00

  • To use blanks to represent characters that cannot be displayed, enter:
    DISPLAY " "
  • To use a vertical bar (|) to represent characters that cannot be displayed, enter:
    DISPLAY |
  • To suppress the display of carriage control characters, enter:
    DISPLAY NOCC
  • To display columns 20 through 30 of lines 5 through 15 as though the data had been stored using a CCSID of UTF16:
    DISPLAY LINE 5 15 COLS 20 30 CCSID 1200
  • To display lines 4 through 18 as though the data had been stored using a CCSID of UTF16, except for column 72 in lines 12 through 18, which should be displayed as though the data had been stored using a CCSID of ASCII:
    DISPLAY LINE 4 18 UTF16
    DISPLAY LINE 12 18 COLS 72 ASCII
  • To revert to displaying the data as though it had been stored using the CCSID of the terminal:
    DISPLAY RESET

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014