Model 204 PPTNTRY job stream for IBM z/VSE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (ELowell moved page PPTNTRY job stream for IBM z/VSE to Model 204 PPTNTRY job stream for IBM z/VSE: consistency with other job stream pages)
m (add category)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
The PPTNTRY job stream 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]].  
The PPTNTRY job stream contains values for the Program Processing Table (PPT) during [[Model 204 installation on IBM z/VSE|installation on IBM z/VSE]].  


See the comments in the code below for instructions on editing PPTNTRY.  
See the comments in the code below for instructions on editing PPTNTRY.  
Line 21: Line 21:
*DFHPPT TYPE=ENTRY,PROGRAM=pgm-name,LANGUAGE=assembler,RSL=PUBLIC
*DFHPPT TYPE=ENTRY,PROGRAM=pgm-name,LANGUAGE=assembler,RSL=PUBLIC
</nowiki></p>
</nowiki></p>
[[Category: Model 204 installation job streams]]

Latest revision as of 17:00, 23 April 2018

The PPTNTRY job stream 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