zcourses ispfpdf book

Upload: neeraj-vijay

Post on 06-Apr-2018

224 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/3/2019 Zcourses Ispfpdf Book

    1/19

    z/OS Learning Center: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved.

    Unit 1: The Basics of ISPF and Data SetsModule 2: The ISPF PDF Primary Options Menu

  • 8/3/2019 Zcourses Ispfpdf Book

    2/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 2 of 19

    ISPF Primary Options Menu Introduction

    This module, the ISPF PDF

    Primary Options Menu,explores the ProgramDevelopment Facility, or PDF.This interface provides the

    application developer withservices necessary to createand test applications. Forexample, you can editprogram code and manage

    data sets, create testmessages, trace and debugapplications.

    Time to complete: 30 minutes

  • 8/3/2019 Zcourses Ispfpdf Book

    3/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 3 of 19

    ISPF Primary Options Menu Objectives

    Upon completion of this module, you should be able to:

    Navigate from the Primary Options Menu by a variety of methods

    Jump directly from one menu to another

    Access the ISPF PDF tutorial through the Help menu

  • 8/3/2019 Zcourses Ispfpdf Book

    4/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 4 of 19

    ISPF Primary Options Menu PDF Primary Options Panel

    The center of the PDF

    is the ISPF PrimaryOption Menu. Themenu contains a list ofoptions which may be

    customized, so themain menu on onez/OS system might notmatch the one onanother system.

    This is an example ofthe default PrimaryOption Menu.

  • 8/3/2019 Zcourses Ispfpdf Book

    5/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 5 of 19

    ISPF Primary Options Menu Standard OptionsThe standard options on the PDF Primary Options panel include:

    Settings: Used to display and change ISPF parameters, such as terminal characteristics and function keys.

    View: Allows you to view sequential data sets and PDS members.

    Edit: Allows you to edit sequential data sets and PDS members.

    Utilities: To access utility system and data set management functions, such as printing, renaming, or deleting data sets.

    Foreground: Used to interactively run language processing programs such as COBOL.

    Batch: Generates and submits batch jobs through job control statements.

    Command: Enter TSO commands while ISPF remains active.

    Dialog Test: Allows for testing of dialog elements such as panels and messages before assembling them into applications.

    IBM Products: Interface to other IBM products.

    SCLM: Access to the Software Configuration and Library Manager.

    Workplace: Access to the ISPF object/action workplace shell, an object-oriented interface to data sets, workstation files, and volumes.

  • 8/3/2019 Zcourses Ispfpdf Book

    6/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 6 of 19

    ISPF Primary Options Menu Four Ways to Navigate

    You can navigate through ISPF in four different ways:

    Action Bars Point-and-Shoot Fields

    Selection by Option Code Function KeysAs you become more familiar with ISPF, you will

    probably choose the methods that work best for you.

  • 8/3/2019 Zcourses Ispfpdf Book

    7/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 7 of 19

    ISPF Primary Options Menu Using the Action Bar Simulation

    The action bar appears atthe top of the panel. The

    choices on the action barvary from panel to panel.

    To try a simulation ofexpanding the options onthe action bar, click theLaunch button.

  • 8/3/2019 Zcourses Ispfpdf Book

    8/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 8 of 19

    ISPF Primary Options Menu Using the Point and Shoot Method Simulation

    To use the point-and-shootmethod, move your cursor

    to one of the options on themenu and press Enter.

    To try a simulation of pointand shoot navigation, click

    the Launch button.

  • 8/3/2019 Zcourses Ispfpdf Book

    9/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 9 of 19

    ISPF Primary Options Menu Option Code SelectionThe command area for menu screens is identified by:

    Option ===>

    For other screens, ISPF identifies the command area by:Command ===>

    The command area may appear at either the top or the bottom of your menu area

    depending on your settings.You can get to the command area quickly by pressing the Home key, if you areusing the default setting. Alternatively, if you specify the Tab to action barchoices in your settings, the Home key takes you to the first entry on the Actionbar.

  • 8/3/2019 Zcourses Ispfpdf Book

    10/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 10 of 19

    ISPF Primary Options Menu Option Code Selection Simulation

    To select an option, type thenumber of the option next to

    the option or commandprompt and press Enter.

    To try a simulation of usingoption codes to navigate,

    click the Launch button.

  • 8/3/2019 Zcourses Ispfpdf Book

    11/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 11 of 19

    ISPF Primary Options Menu Jumping Between Panels Frame 1

    Many of the functions on theISPF Primary Option Menu

    lead to additional menus.For example, if you selectoption 3 Utilities, you openthe ISPF Utility Selection

    Panel. If you then selectOption 2 Data Set, younavigate to the Data SetUtility. You can bypass thissecond menu by specifyingboth options (separated by aperiod) on the primary menu.

    Option ===> 3.2

  • 8/3/2019 Zcourses Ispfpdf Book

    12/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 12 of 19

    ISPF Primary Options Menu Jumping Between Panels Frame 2

    You can also jump fromone option to another

    without having to fallback to the PrimaryOptions Menu. Forinstance, if you areediting a file (option 2),you can jump directly tothe utilities option bytyping an equals sign andthe number 3 on thecommand line.

    Command ===> =3

  • 8/3/2019 Zcourses Ispfpdf Book

    13/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 13 of 19

    ISPF Primary Options Menu Option Navigation SimulationAs you become more familiar withthe functions of ISPF PDF, youwill learn keyboard short cuts to

    get to the menus you use mostoften.To try a simulation of usingcombined option codes tojumping between menus, click theLaunch button.

  • 8/3/2019 Zcourses Ispfpdf Book

    14/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 14 of 19

    ISPF Primary Options Menu Function Keys

    Using the function keys is

    another way to navigate inISPF. The keysthemselves are usuallylocated across the top of

    the keyboard. Thepurpose or actionrepresented by each key isshown at the bottom of the

    panel. To activate anoption, just press thecorresponding functionkey.

  • 8/3/2019 Zcourses Ispfpdf Book

    15/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 15 of 19

    ISPF Primary Options Menu Pop-up Windows

    Windows that appearon top of other panels

    are called pop-upwindows. They may beused to displaymessages and shortdialogs.

  • 8/3/2019 Zcourses Ispfpdf Book

    16/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 16 of 19

    ISPF Primary Options Menu 3270 Keyboard PF and PA Keys

    ISPF responds to PF and PA keys onthe 3270 keyboard.

    Two of the most important keys arePF3 (duplicated by PF15) and PF4(duplicated by PF16). PF3 is the Endkey and it terminates an ISPF

    function. For example, after buildingseveral job steps in the Batch Jobsection, you press PF3. The job issubmitted and you are returned to theprevious menu.

    The PF4 performs almost the exactsame function. The only difference isthat it returns you to the ISPF PrimaryOption Menu.

    /OS B i I f I d i ISPF

  • 8/3/2019 Zcourses Ispfpdf Book

    17/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 17 of 19

    ISPF Primary Options Menu Split-Screen Mode - SimulationSplit-screen mode divides thescreen horizontally into twoseparate screens, allowing youto view two different ISPF panels

    at the same time. Move yourcursor to the line where you wantthe split to occur and press PF2.To try a simulation of split-screen mode, click the Launchbutton.

    /OS B i I t f I t d ti t ISPF

  • 8/3/2019 Zcourses Ispfpdf Book

    18/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 18 of 19

    ISPF Primary Options Menu The ISPF TutorialISPF has a tutorial for anonline overview on using thisproduct. To enter the tutorial,

    press the Help key (F1) on theterminal.

    The tutorial provides context-sensitive help, so you willreceive a portion of thetutorial that relates to thefunction you are currently

    using. For example, if you areon the Edit Entry Panel thehelp panel will look like theone shown here.

    /OS Basic Interfaces Introd ction to ISPF

  • 8/3/2019 Zcourses Ispfpdf Book

    19/19

    z/OS Basic Interfaces: Introduction to ISPF

    Copyright IBM Corp., 2005. All rights reserved. Page 19 of 19

    ISPF Primary Options Menu Summary

    In this module, The ISPF Primary Options menu, you learned

    The center of ISPF is the ISPF Primary Option Menu.

    Several ways to navigate, including action bars, point-and-shoot fields, selection by option code, function keysand how to jump between screens.

    How to access the tutorial