-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding ISPF jcl file which deploys ISPF with MVP
- Loading branch information
1 parent
2340ff9
commit 1a14901
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//MVPISPF JOB (SYSGEN),'MVP INSTALL', | ||
// CLASS=A, | ||
// MSGCLASS=A, | ||
// MSGLEVEL=(1,1), | ||
// USER=IBMUSER, | ||
// PASSWORD=SYS1, | ||
// REGION=8192K | ||
//* This JCL installs ISPF and REVIEW Front End | ||
//MVPINST EXEC MVP,INSTALL='ISPF -D' | ||
//EDIT EXEC PGM=IKJEFT01,REGION=1024K,DYNAMNBR=50 | ||
//SYSPRINT DD SYSOUT=* | ||
//SYSTSPRT DD SYSOUT=* | ||
//SYSTERM DD SYSOUT=* | ||
//SYSTSIN DD * | ||
EDIT 'SYS1.CMDPROC(STDLOGON)' TEXT | ||
LIST | ||
INSERT WRITE Use command ISPF to access ISPF | ||
SAVE | ||
END |