POWER Statements

Note: The command and operand combinations listed in these topics are supported unless indicated as "parsed but not processed". Where indicated, this means:
  • Parsed but not processed - indicates that the command and the operand are not supported, however, Enterprise Developer parses it and, if it fails validation, a JCL error is generated.
  • Parsed but not processed* - indicates that a number of the operands for JCL and POWER commands (for example, any tape or volume-specific operands) do not apply in the Micro Focus Enterprise Developer environment. See General Differences.

The POWER statements supplement VSE JCL with the following functions:

Job Entry Control Language

Begin with the prefix $$.

* $$ JOB

* $$ JOB sets job-wide POWER parameter values.

Statement Support Level

JNM=job-name

BLDG=

parsed but not processed

BRTNC=

parsed but not processed

CLASS=jobclass

DEPT=

parsed but not processed

DISP=

parsed but not processed

DSKTIN=

parsed but not processed

ECHO=

parsed but not processed

ECHOU=

parsed but not processed

EOJMSG=

parsed but not processed

LDEST=

parsed but not processed

NETACCT=

parsed but not processed

NTFY=notify

PDEST=

parsed but not processed

PRI=priority

PROGR=

parsed but not processed

PWD=password

ROOM=

parsed but not processed

SEC=

parsed but not processed

SYSID=

parsed but not processed

PDEST=

parsed but not processed

USER=

parsed but not processed

XDEST=

parsed but not processed

* $$ LST

LST spool files are available to the printer exit. See the description of * $$ PUN.

* $$ PUN

PUN spool files are available to the printer exit. All of the following operands are parsed, saved and made available to the printer exit:

Operand
BRTNC=YES|NO
BURST=
CHARS=
CLASS=class
CMPACT=name|NO
COPY=copies
COPYG=
DEST=node_id,user-id,subsys)
DFLT=
DISP=disposition
DIST=dist-code
FCB=phasename
FLASH=
FNO=formnumber
FORMDEF=
JNM=
JSEP=n,option
LST=lstaddr
LTAB=linetab
MODIFY=
PAGEDEF=
PRMODE=value
PRI=priority
PURGE=NO
PUN=
PWD=password
RBC=norbc
RBM=norbm1,norbm2
RBS=norbs
REMOTE=remote-id
SYSID=n
TADDR=
UCS=
USER=user-info

* $$ SLI

$$ SLI starts a source library inclusion. A member from a VSE library or an ICCF library is included in the job prior to submission to the reader queue.

     *--- POWER SLI CARD PARAMETERS
     *--- * $$ SLI ICCF=(member-name),LIB=(nnnn)
     *---          or
     *--- * $$ SLI MEM=member-name[.type],S=lib.sublib,sublib[.bookname]
     *---                               up to three sub libraries

Where:

ICCF
member-name will be included from the library MFE.VSE.ICCF.LIBnnnn
SLI MEM
member-name will be included from first sublib where it is found.
(sublibs are PDS data sets that can be created with the following attributes: RECFM=LSEQ, Record Length=80, Dynamic PDS=Enabled, PDS Exts=VSE, and DS ORG=PO. Add any include members to whichever sublib data set is specified in your SLI MEM statements.)

* $$ EOJ

Power end-of-job card.

Scheduling

See Micro Focus Batch Scheduler Integration for more.

Operator commands

Various operator commands, such as PALTER, PDELETE, are used to control the processing of jobs under POWER.

The functionality is available using the ESMAC operator console, using scheduling or using the JCL user exit. See ESMAC.