Mainframestechhelp
  • Home
  • What is?
    • Mainframe
  • Tutorials
    • TSO
    • ISPF New
    • COBOL
    • JCL
    • DB2
    • VSAM
    • CICS
    • IMS DB
    • GDG
  • Utilities
    • IDCAMS
    • IEBCOPY
    • IEBGENER
    • SORT or DFSORT
    • ICETOOL
    • IEFBR14
    • IKJEFT01
  • Examples
    • COBOL
    • JCL
    • DB2
    • VSAM
    • SORT or DFSORT
    • IDCAMS
    • IEBGENER
    • IEBCOPY
    • ICETOOL
    • IEFBR14
  • Short Notes
    • COBOL
    • JCL
  • Interview Questions
    • COBOL
    • JCL
    • DB2
    • VSAM
    • CICS
    • IMS DB New
    • PL/I New
  • Tools
    • SDSF
    • QMF New
  • COBOL
  • JCL
  • DB2
  • VSAM
  • CICS
  • IMS DB
  • TSO
  • ISPF
  • GDG
ISPF Tutorial Topics
  • ISPF Tutorial Home Page
  • Introduction
  • Interacting with ISPF
  • ISPF Settings Panel
    (Option 0)
  • ISPF Utilities Panel
    (Option 3)
  • ISPF Library Utility
    Panel (Option 3.1)
  • ISPF Data Set Utility
    Panel (Option 3.2)
    • ISPF Create PS
    • ISPF Create PDS
    • ISPF Uncatalog Datasets
    • ISPF Catalog Datasets
    • ISPF Rename Datasets using 3.2
    • ISPF Delete Datasets using 3.2
  • ISPF Move | Copy Panel
    (Option 3.3)
  • ISPF Data Set List
    Utility Panel
    (Option 3.4)
    • ISPF Dataset List (DSLIST) Actions
    • ISPF List Datasets
    • ISPF Filtering Search for DataSet
    • ISPF Create PDS Member
    • ISPF Member Actions for PDS
    • ISPF PDS member Management
    • ISPF Member List Statistics
    • ISPF Command Line Fields for Member List
    • ISPF PS File Management
  • ISPF Command Shell
    (Option 6)
    • Send file to Mainframe Server
    • Receive file from Mainframe Server
  • ISPF SuperCE Utility
    (Option 3.13)
  • ISPF Search-For Utility
    (Option 3.14)
  • ISPF Extended Search-For
    Utility (Option 3.15)
  • ISPF Editor
    • ISPF Primary Commands in Edit or Browse or View modes
    • ISPF Data Manipulation Commands
    • ISPF Labels
    • ISPF Scrolling Options
    • ISPF Edit User Profile
    • ISPF Find Command
    • ISPF Change Command
  • ISPF Edit User Profile

    An Edit Profile in ISPF is a configuration file that retains settings for editing datasets. These profiles store preferences like modes, masks, tabs, bounds, and more, allowing users to customize and save their editing environment for future sessions.

    Key points -

    • Retained Across Sessions: Edit profiles are saved automatically and reloaded each time a dataset is edited. Profiles are tied to the last qualifier of the dataset name.
    • View/Edit Profile:
      • Use the PROF command to view the current profile.
      • PROF displays the profile.
      • PROF 4 shows 4 lines of profile settings.
      • PROF 8 shows 8 lines of profile settings.
    • Customizable Settings: Users can create additional profiles for specific needs.

    Common Edit Profile Values and Their Functions are listed below -

    Edit User Profile Edit User Profile
    ValueDescription
    RECOVERY Controls whether data recovery is enabled (ON or OFF).
    NUMBERS Specifies sequence numbering in columns (e.g., NUM ON STD COB).
    CAPS Converts all data to uppercase (ON) or retains case (OFF).
    HEX Displays data in hexadecimal format (HEX ON) or normal format (HEX OFF).
    NULLS Allows inserting characters by enabling null spaces in blank areas.
    TABS Enables hardware or logical tabs (TABS ON ALL).
    SETUNDO Defines how changes are tracked for the UNDO command (storage or recovery).
    AUTOSAVE Specifies how unsaved changes are handled:
    • ON: Automatically saves changes on exit.
    • OFF PROMPT: Prompts to save changes.
    • OFF NOPROMPT: Exits without saving or prompting.
    AUTONUM Automatically renumbers lines upon saving (ON) or disables renumbering (OFF).
    STATS Enables or disables saving ISPF statistics for members.
    PROFILE LOCK Ensures consistent profiles across all members in a PDS.
    IMACRO Specifies a macro to run on newly created members.
    PACK Controls whether data is stored in packed form (ON or OFF).
    NOTE Includes explanatory notes with model code (NOTE ON).
    TABS Displays or resets tab locations.
    MASK Inserts predefined characters on new lines.
    BNDS Indicates and resets bounds with the BOUNDS command.
    COLS Displays or hides column numbers (COL ON or COL OFF).

    Examples -

    PurposeCommand
    To view the current profilePROF
    To see a detailed viewPROF 8
    To display data in hexadecimalHEX ON
    To return to normal displayHEX OFF
    Enable tabsTABS ON ALL
    Reset tabsTABS OFF
    Automatically save changesAUTOSAVE ON
    Prompt before savingAUTOSAVE OFF PROMPT
    Show column numbersCOL ON
    Hide column numbersCOL OFF
    Reset bounds to defaultBOUNDS

    About
    • About Us
    • Careers
    • Privacy policy
    • Terms and conditions
    • Helping
    • Contact Us
    FOLLOW US

    2014 - 2025 Mainframestechhelp. All Rights Reserved.