5 Using ART BATCH ISPF
This chapter contains the following topics:
5.1 Overview
ART Batch ISPF functions much like the Interactive System Productivity Facility (ISPF) program. Instead of performing tasks by opening a command line and entering the correct command, all actions would be accessible via ART Batch ISPF. It is a very easy interface to use.
Parent topic: Using ART BATCH ISPF
5.2 Prerequisites
- Setup operation environment for ART JES2 batch system.
- Start ISPF license daemon in the
twglm
directory by running./twglm
. - Be sure that a shell script,
ISPF
, can be found in yourPATH
environment variable. - Copy all files under directories
(
$JESDIR/tools/artispf/msgs
,$JESDIR/tools/artispf/rexx
, and$JESDIR/tools/artispf/panels)
to the corresponding directory of the uni-SPF(spf/msg, spf/rexx and spf/panels). - Copy directory
$JESDIR/tools/artispf/tools
to the directory ofuni-SPF(spf/tools)
.Note:
JESDIR is TuxJES installation directory.
Parent topic: Using ART BATCH ISPF
5.3 Using ART Batch ISPF
Type ISPF
and press Enter to invoke ISPF and display the main menu panel. It is a menu from which you select the facility that you wish to use. Then type “A
” or “ a
” in the COMMAND field from the main menu to go to start ART BATCH ISPF.
With ART Batch ISPF, there is no need to work at the command line. You may choose the desired function by typing your selection in the panel OPTION or COMMAND fields.
From any panel, the END
command returns you to the
previous panel. The RETURN
command takes you
immediately to the Main Menu panel from any point in the system.
PF7 scrolls the display up. PF8 scrolls the display down. Tab key
moves the cursor to the beginning of the next input field. The
Back-tab (Shift + tab)
key moves the cursor to the
beginning of the previous input field. Arrow keys to move the
cursor.
In some panels, if the entry field contains text provided by system, you can type over it. Some commands are case-insensitive.
5.3.1 Administering ART Batch
Follow the steps below to Administer the ART Batch:
- Boot up JES system
- Shut down JES system
- Browse system logs (
ULOG
, jes system log file,stdout
andstderr
) - View or edit GDG files
- View or edit file catalog and allocate a new file.
- List or clean lock records in lock files.
- Configure ART Batch, including
BatchRT.conf
,jesconfig
file. Stop, start, and configureARTJESINITIATOR
servers. - Generate the security profile
Parent topic: Using ART Batch ISPF
5.3.2 Controlling ART Batch Jobs
You can control ART Batch jobs in the following ways:
- Manage job scripts (view, edit, copy and submit a job)
- Control job processing (cancel, hold, purge, release re-submit a job and change job priority)
- Browse job log and output
Parent topic: Using ART Batch ISPF