Hi all,
I'm new to mainframe, how can I compress or delete perticular user's or group's datasets in RACF using JCL or REXX if i was given a user id or group id and i was authorized?
thanks in advance~
Need to compress and delete datasets in RACF given userid
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Need to compress and delete datasets in RACF given useri
if You have to ask , it means that some idiot gave You a task well above Your competence level 

cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
Re: Need to compress and delete datasets in RACF given useri
enrico-sorichetti wrote:if You have to ask , it means that some idiot gave You a task well above Your competence level
It seems so. How can I do that ?
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Need to compress and delete datasets in RACF given useri
First, compress and delete are two very different operations. Compress generally applies ONLY to a PDS (partitioned data set) and removes free space holes within the PDS that arise as members are deleted and re-added (such as when a member is edited). Delete means to completely remove the data set from the system.
Second, IEBCOPY is the usual batch method to compress a PDS. ISPF 3.4 in TSO also allows a data set to be compressed.
Third, deleting data sets can be done online (ISPF 3.4) or through batch (reference the data set with DISP=(OLD,DELETE,DELETE) in the JCL).
Second, IEBCOPY is the usual batch method to compress a PDS. ISPF 3.4 in TSO also allows a data set to be compressed.
Third, deleting data sets can be done online (ISPF 3.4) or through batch (reference the data set with DISP=(OLD,DELETE,DELETE) in the JCL).
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 1258
-
by sergeyken
View the latest post
Wed Feb 07, 2024 11:48 pm
-
- 1
- 1970
-
by willy jensen
View the latest post
Mon Jul 15, 2024 8:42 pm
-
- 3
- 2576
-
by aarvalar1
View the latest post
Fri May 17, 2024 5:04 pm
-
- 7
- 3549
-
by celsofigueiredo
View the latest post
Thu Mar 18, 2021 11:03 pm
-
-
RACF profile usage not logged in SMF dataset
by aarvalar1 » Wed May 01, 2024 7:35 pm » in Mainframe Security - 3
- 2380
-
by Robert Hansel
View the latest post
Sat May 11, 2024 9:32 pm
-