Rui Miguel Feio
  • Home
  • Articles
  • Speaker
  • Gallery
  • Resources
  • About Me
  • Disclaimer
  • Contact Me
Recent Articles
  • [ 9th September 2025 ] GSUK Security Working Group Meeting – Thursday 25th September 2025 Tech - Conferences
  • [ 15th July 2025 ] GSUK Security Working Group Meeting – 25th September 2025 Tech - Conferences
  • [ 10th February 2025 ] GSE UK Security Working Group – Next Meeting on Thursday, 27th February 2025 Tech - Conferences
  • [ 27th January 2025 ] GSE UK Security Working Group – Meeting on 27 Feb 2025 Tech - Conferences
  • [ 11th October 2024 ] GSE UK Conference 2024 – 4th to 7th November Tech - Conferences

Articles

JCL

Disconnect a User Catalog from the Master Catalog

20th January 2014 Rui Miguel Feio

The following JCL can be used to disconnect a User Catalog from the Master Catalog of your z/OS system: //EXPORT   EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN    DD * EXPORT user_catalog_name DISCONNECT /* user_catalog_name should be replaced by the name of your User Catalog dataset name.   Alternatively you can issue […]

FAQ
ISPF/PDF

ISPF Utilities: ISRFIND, ISRDDN and DDLIST

20th January 2014 Rui Miguel Feio

ISRFIND, ISRDDN and DDLIST are 3 of the most useful utilities under ISPF.   ISRFIND and ISRDDN can be invoked as TSO commands, i.e., by issuing TSO ISRFIND and TSO ISRDDN on the ISPF command line. DDLIST on the other hand is an ISPF command table entry that invokes ISRDDN. This […]

FAQ
MVS

What is a VSAM Volume Data Set (VVDS)?

7th November 2013 Rui Miguel Feio

VVDS stands for VSAM Volume Data Set and it’s a VSAM file that contains the information of all VSAM and SMS-managed non-VSAM data sets that reside on the volume where the VVDS file is allocated. A VVDS is recognised by the restricted data set name SYS1.VVDS.Vvolser, where volser is the volume […]

JCL

Change Data Set SMS Information

2nd November 2013 Rui Miguel Feio

Sometimes we come across the need of changing the SMS information of a data set. The question of course is: how can we do it? Well, an easy way is to do it via batch job using the IDCAMS utility and the ALTER command: //SMSCHG EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* […]

Security
RACF

Choosing Between PADCHK And NOPADCHK Operands

1st November 2013 Rui Miguel Feio

When setting up program control protection in RACF via the PROGRAM general resource class, you have the option to specify if the profile is to be PADCHK or NOPADCHK.   PADCHK  This is the default. With PADCHK, RACF will check for Program-Accessed Data Sets (PADS) that are already open before executing […]

Posts pagination

« 1 … 18 19 20 … 47 »

Archives

Categories

  • Home
  • About Me
  • Sitemap
  • Contact Me

Copyright © 2024 Rui Miguel Feio