Rui Miguel Feio
  • Home
  • Articles
  • Speaker
  • Gallery
  • Resources
  • About Me
  • Disclaimer
  • Contact Me
Recent Articles
  • [ 31st July 2023 ] Free Online Event on 9th August – z/OS 3.1 Post Announcement Tech - Conferences
  • [ 26th July 2021 ] Free Virtual Event on 8th September – z/OS 2.5 Post Announcement Tech - Conferences
  • [ 3rd July 2021 ] Free Virtual Event on 21st July – The Role of the systems programmer in protecting the mainframe from accidental or malicious event! Tech - Conferences
  • [ 3rd June 2021 ] Event on 23rd June – Large Systems: After the Storms, What Next? Tech - Conferences
  • [ 21st May 2021 ] Event on 26th May – Logical Corruption Protection with IBM Z Cyber Vault Tech - Conferences
Home2014December

Month: December 2014

FAQ
MVS

How To List the z/OS UNIX System Services File Systems Currently in Use

18th December 2014 Rui Miguel Feio

As always there’s more than one way to skin a cat and listing the z/OS UNIX System Services file systems currently in use is no different. You can use ISHELL, OMVS, you can write a script,… or you can simply use an MVS command to do it. What MVS command […]

REXX

REXX Code to List All Tasks That Are Currently Running

9th December 2014 Rui Miguel Feio

The following REXX code will list all tasks that are currently running on the mainframe system: /* REXX */ /* Developed by S. Tresadern */ cvt = c2x(Storage(10,4)) asvt = mvsaddr(cvt 22C 4) asvtmaxu = x2d(mvsaddr(asvt 204 4)) do i = 0 to asvtmaxu – 1 offset = d2x(x2d(210) + […]

Conference
Tech - Conferences

GSE – Meeting Enterprise Systems Security Group (Brussels, Dec 12)

2nd December 2014 Rui Miguel Feio

Following our presence at the IBM System z Security Conference in Montpellier, my colleague and good friend Steve Tresadern and I have been invited to present at the GSE – Meeting Enterprise Systems Security Group in Brussels. We will be talking on “Implementation of RBAC and Data Classification”. This year the meeting will include 2 tracks, a […]

Archives

Categories

  • Home
  • About Me
  • Sitemap
  • Contact Me

Copyright © 2019 Rui Miguel Feio