Rui Miguel Feio
  • Home
  • Articles
  • Speaker
  • Gallery
  • Resources
  • About Me
  • Disclaimer
  • Contact Me
Recent Articles
  • [ 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
  • [ 17th January 2024 ] Unveiling Mainframe Society: Connecting Mainframers Worldwide Business
  • [ 31st July 2023 ] Free Online Event on 9th August – z/OS 3.1 Post Announcement Tech - Conferences
HomeTech – Mainframe

Tech – Mainframe

Posts related to the mainframe world

Security
RACF

How to check which RACF datasets are in use

16th August 2009 Rui Miguel Feio

Knowing the names and locations of the RACF datasets that are currently being used by the system is quite easy. For this we have to use the command TSO RVARY Example: TSO RVARY Returns: RACF DATABASE STATUS: ACTIVE USE  NUM VOLUME   DATASET —— —  — ——   ——- YES   PRIM   1 […]

Command keyboard key
MVS

How to check who’s allocating a device unit

16th August 2009 Rui Miguel Feio

Let’s say for instance that you have a DASD volume (TSTCT1) and you would like to know who’s using it (allocating it). In order to do this we first need to know the unit address of said device: /D U,VOL=volume_name In our example: /D U,VOL=TSTCT1 Result: RESPONSE=TST1 IEE457I 09.53.10 UNIT […]

Command keyboard key
MVS

How to check if an LPAR is part of a SYSPLEX?

3rd July 2009 Rui Miguel Feio

If you need to check if an LPAR is part of a SYSPLEX or the SYSPLEX name it belongs to simply issue the command: D XCF Example: D XCF Returns: RESPONSE=TST1 IXC334I  09.32.10  DISPLAY XCF 309 SYSPLEX TESTPLEX:   TST1 TST2 TST3 Notes: the command was issued from LPAR TST1 in […]

Command keyboard key
MVS

How to know which IODF file is currently being used?

3rd July 2009 Rui Miguel Feio

If for whatever reason you need to know which IODF file is currently being used by the system, just issue the command: D IOS,CONFIG Example: D IOS,CONFIG Returns: RESPONSE=TST1 IOS506I 10.18.20 I/O CONFIG DATA 118 ACTIVE IODF DATA SET = SYS1.IODF19 CONFIGURATION ID = TEST01         EDT ID = 00 TOKEN:  […]

FAQ
MVS

How to dynamically add or remove libraries from APF list

2nd July 2009 Rui Miguel Feio

Countless times I’ve been asked if I remember the command to dynamically change the APF list. Well, I’ve decided to include it here so that next time someone asks me I can tell them to come here. 🙂 Now, this can be done in many different ways but I normally […]

Posts pagination

« 1 … 36 37 38 »

Archives

Categories

  • Home
  • About Me
  • Sitemap
  • Contact Me

Copyright © 2024 Rui Miguel Feio