Model 204 PPTNTRY job stream for IBM z/VSE

From m204wiki
Revision as of 20:40, 31 December 2014 by ELowell (talk | contribs) (Created page with "The PPTNTRY member of the JCL library contains values for the Program Processing Table (PPT) during Upgrading to Model 204 version 7.5 on IBM z/VSE|installation on IBM z/VSE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The PPTNTRY member of the JCL library contains values for the Program Processing Table (PPT) during installation on IBM z/VSE. See the comments in the code below for instructions on editing PPTNTRY.

********************************************************************** DFHPPT TYPE=ENTRY,PROGRAM=DFHPSF,RES=YES,LANGUAGE=ASSEMBLER,RSL=PUBLIC DFHPPT TYPE=ENTRY,PROGRAM=M204CRPS,LANGUAGE=ASSEMBLER,RSL=PUBLIC DFHPPT TYPE=ENTRY,PROGRAM=M204PRNT,LANGUAGE=ASSEMBLER,RSL=PUBLIC DFHPPT TYPE=ENTRY,PROGRAM=M204PSFS,LANGUAGE=ASSEMBLER,RSL=PUBLIC DFHPPT TYPE=ENTRY,PROGRAM=OBPLTSD,LANGUAGE=ASSEMBLER,RSL=PUBLIC ********************************************************************** *** IFAM2 programs *** Note: The following ppt entries are required for all *** user IFAM2 programs. *** *** To use this entry, remove the * MARKING, supply the *** correct program name, language type and resource security *** definition. *DFHPPT TYPE=ENTRY,PROGRAM=pgm-name,LANGUAGE=assembler,RSL=PUBLIC