Saturday, February 25, 2012

TSO/ISPF File-aid commands

  • UP <n> [ scroll up]
  • DOWN <n> [ scroll down]
  • RIGHT <n> [ scroll right]
  • LEFT <n> [ scroll left]
  • FORWARD [ bottom of the file]
  • BACK [ top of the file]
  • LOCATE <line num>/<field name>
  • HEX [ causes the data to be displayed in hex values]
  • VFMT [ goes to VFMT mode from current one]
  • FMT [ goes to FMT mode from current one]
  • CHAR [ goes to char mode from current one]
  • SPLIT [ splits the screen]
  • SWAP [ swaps between the screen]
  • FIND ALL NY [ Find all records having characters ‘NY’]
  • EX ALL “NY” <col number> [ Exclude the records having character ‘NY’]
  • RFIND [ repeat previous find command]
  • FLIP [ toggling of EX command]
  • DISPLAY <field-num>-<field num>/ALL ON/OFF/ONLY
  • SHOW PICTURE/OFFSET/FORMAT/LEVEL[FMT]/NUMBER[FMT]
  • ZERO [ON/OFF]

No comments:

Post a Comment