Skip to main content

Posts

Showing posts with the label z/OS

Resource Profile in z/OS Mainframe Systems

Resource profile is used to protect the resources. There are three types of REsource profiles. 1. DataSet Profiles Datasets can be protected using dataset profile. a. Generic Dataset A generic dataset profile protects more than one datasets. Generic dataset profiles than one datasets. Generic dataset & profiles exploit the similarity in the name of the datasets. More about Dataset Profiles 2.General Resource Profiles

Listing dataset Protection in z/OS Mainframe

Listing dataset Protection in z/OS Mainframe LISTDSD command is used to list a dataset profile defined to RACF. -> LISTDSD ID(ram) - will give info about perticular ID. -> LISTDSD ID(ram) all -> LISTDSD dataset('sys1.parmlib') -> LISTDSD dataset('sys1.parmlib') all Removing Dataset Protection The DELDSD command is used to delete the dataset profiles defined to the RACF database. -> DELDSD|DD prfl_name -> DELDSD 'sys.**' Refreshing Dataset Profiles Using SETR REFRESH command we can refresh the dataset profiles.

SURROGAT cLASS in z/OS Mainframe System

A surrogate user can submit jobs on behalf of another user without having to specify the original user's password. The Original user specified on the job card. Job submitted by the surrogate users execute with the authority of the original user. The output of the job owned by the commands. -> RDEF SURROGAT RAM.SUBMIT UACC(NONE) NOTIFY(RAM). -> SETR RACLIST(SURROGAT) REFRESH -> PERMIT RAM SUBMIT CLASS(SURROGAT) ID(OPER001) ACCESS(READ).