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 Command Shell

    The Command Shell (Option 6) provides users with a dedicated interface to execute TSO (Time Sharing Option) and CLIST/REXX commands directly from ISPF. This panel is essential for performing mainframe operations that are outside the scope of predefined ISPF menus and panels.

    Key Features -

    • Direct TSO Command Execution: Allows users to execute TSO commands without leaving the ISPF environment.
    • Send files to Host: Sends the files from local computer to mainframe server.
    • Receive files from Host: Receive files from mainframe server to local computer.
    • Integration with CLIST/REXX: Enables running of CLIST (Command List) scripts and REXX (Restructured Extended Executor) programs.
    • Enhanced Flexibility: Provides a command-line interface for complex operations, file management, job submission, and more.
    • Immediate Results: Displays the output of commands or scripts directly on the screen.
    • History Retention: Stores previously executed commands for reuse.

    Navigation -

    Step-1: Option 6 from ISPF Primary Option Menu (ISPF Home Menu).

    Command Shell Command Shell

    Examples -

    Type of CommandCommandFunction
    TSO CommandLISTC LEVEL(MATEPK.TEST.COBOL)Lists all datasets beginning with the qualifier MATEPK.TEST.COBOL
    Submitting a JCLSUB 'MATEPK.JCL.JOBS(JOB1)'Submits the job JOB1 from the dataset MATEPK.JCL.JOBS.
    Running a REXX ScriptEX 'MATEPK.REXX.PROGRAMS(MYREXX)'Executes the REXX program MYREXX from the dataset MATEPK.REXX.PROGRAMS.
    Allocating a New DatasetALLOC DSNAME(MATEPK.TEST.NEW)
    NEW SPACE(5,5)
    TRACKS UNIT(SYSDA)
    Allocates a new dataset named MATEPK.TEST.NEW.
    Executing a System CommandTIMEDisplays the current system time and date.

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

    2014 - 2025 Mainframestechhelp. All Rights Reserved.