ISPF (Interactive System Productivity Facility) - A tool in Z/OS or a full panel application navigated by keyboard. It includes a text editor and browser, and functions for locating and listing files and performing other utility functions. ISPF main screen is shown below.
Creating a physical sequential data set (PS) and partitioned data set (PDS)
1. Select 'UTILITIES' option from main menu (shown above). Select option 2 'DATASET'.
2. Type 'A' in OPTION ===> and in ISPF LIBRARY: give the file name with different nodes in different fields. You can also give the whole file name within quotes in OTHER PARTITIONED OR SEQUENTIAL DATA SET: DATA SET NAME ===>
3. Basically, the fields on the Allocate New Data Set panel determine data set attributes, such as:
· On which storage device the data set goes (VOLUME SERIAL, GENERIC UNIT). You can leave these fields blank.
· Size of the space (SPACE UNITS, PRIMARY QUANTITY, SECONDARY QUANTITY).
· The amount of space needed for a PDS directory (DIRECTORY BLOCKS). The general rule is one directory block for every six members.
· The kind of records you want in the data set (RECORD FORMAT, RECORD LENGTH, BLOCK SIZE).
· How long you want to keep the data set (EXPIRATION DATE). You may leave this field blank.
view a fileedit a file
Data handling inside file with different commands
Copying a PS & PDS
renaming a PS/PDSComparing 2 files
search for a string inside members in a PDS
A website that give the basics of mainframe skills development technology
Pages
- Introduction
- Mainframe Tools
- JCL
- VSAM
- COBOL
- PIC clause - Numeric data
- COBOL First program 01
- COBOL program 02 Arithmetics
- COBOL program 03 Dates
- COBOL program 04 perform
- COBOL program 05 PStoSpool
- COBOL program 06 DispPStoKSDS
- COBOL program 07 RewritePStoKSDS
- COBOL program 08 PStoKSDS,RRDS,Spool
- COBOL program 09 DynamicKSDS
- COBOL program 10 Alternate Index
- COBOL program 11 Array,Search
- COBOL program 12 SimpleSORT
- COBOL program 13 ConditionSORT
- COBOL Error codes
- DB2
- CICS
- REXX
ISPF
Subscribe to:
Posts (Atom)