Overview Displaying TSO session allocations requires a steady eye at deciphering the 2-line layout of the LISTALC STATUS command especially when more than one dataset is allocated to a DD. LISTALC with no keywords merely lists the allocated DSNs! After reviewing the output of LISTALC STATUS as shown below, READY listalc status –DDNAME—DISP– LARRY01.CMDPROC SYSPROC KEEP SYS1.CMDPROC KEEP SYS2.CMDPROC KEEP…
Category: CLIST
CCOMPR in MVS38J
Update: Thanks to Rob Prins and Marco Verpelli, version V0R9M01 includes more information regarding ZEBCOMPR, specifically for MVS38J. No functional changes to CCOMPR, only documentation updates and additions. The documentation changes are also reflected on this post in the help panel content HCOMPR and readme scrollable file under Installing CCOMPR Software section below. Overview The MVS38J public domain OS is a…
DALCDS in MVS38J
DALCDS – Display TSO Allocations Utility for MVS38J / ISPF v 2.x / Hercules(current version 1.2.02 2024-05-01) Many file allocation listing type CPs can be found on the CBT website or various technical journals. DALCDS displays allocated datasets for the current TSO session on a ISPF panel display. DALCDS is written in assembler (IFOX00) using ISPF 2.1 (product from Wally…
DFSPC in MVS38J
** Temporary FIX Notification ** Due to a TBDISPL element limitation in ISPF v2.2 when using a model 2 (24×80) terminal session, the display will fail and not display correctly. To temporarily correct this issue, add two blank lines to the panel PDFSPC0 in the BODY section as shown (in red) below: Note: This limitation is compensated in version v1r2m00…
CALNDRs in MVS38J
Overview In late 2018, in the interest of interfacing with Wally’s Mclaughlin’s newly ISPF-like product, I wrote a simple application using different solution sets for educational and learning purposes to demonstrate the versatility of using diffent programming languages. CALNDRs (Calendars) in MVS38J is a post that discusses that application using the compilers offered and supplied with MVS 3.8J in conjunction…