ISPF/PDF

ISPF – How to Identify the Changes You’ve Made

Let’s imagine you have the following JCL and you need to change it to accommodate  your needs: //COMPRESS JOB (),’COMPRESS’,NOTIFY=&SYSUID,CLASS=A,MSGLEVEL=(1,1), // MSGCLASS=X //************************************************** //*  THIS IS AN EXAMPLE – THIS LINE WILL BE DELETED //************************************************** //STEP1 EXEC PGM=IEBCOPY //SYSPRINT DD SYSOUT=* //INPUT DD DSNAME=SYS1.EXAMPLE.FILE,DISP=SHR //OUTPUT DD DSNAME=SYS1.EXAMPLE.FILE,DISP=SHR //SYSIN DD * […]
Security
RACF

RACF Profiles

In RACF, a profile describes the security characteristics of a user, a group of users, or one or more mainframe resources. Profile Type Description User profiles A user profile is a description of a RACF-defined user. The information in the profile includes the user ID, the user name, the user’s […]
Security
RACF

RACF – Group Authorities

Each user in a group requires a level of group authority for that group. If a user is connected to several groups, the user has a level of group authority for each group. Authority Description USE  Allows the user to access resources to which the group is authorized. CREATE  Allows […]