Skip to content

Commit

Permalink
Adding ISPF jcl file which deploys ISPF with MVP
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframed committed Jul 17, 2022
1 parent 2340ff9 commit 1a14901
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions jcl/ispf.jcl
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

0 comments on commit 1a14901

Please sign in to comment.