CLIST, ISPF 2.x, MVS38J, TSO, Utility

CALISPF in MVS38J

Overview CALISPF– Calendar on ISPF Panels for MVS38J /ISPF / Hercules(current version 0.9.00  2023-01-31) Displaying a calendar view for the current month as part of the ISPF Primary Option Menu is a simple panel modification / configuration task in the current ISPF product from IBM. The calendar date is maintained within ISPF similar to the the various z-variables under ISPF.…

Continue Reading

CLIST, ISPF 2.x, MVS38J, TSO

ISPFAUTO in MVS38J

Overview ISPFAUTO – ISPF User AUTOEXEC Processing on MVS 3.8J TSO / ISPF / Hercules(current version 0.9.01  2024-07-01) When ISPF v2.2 (ISPF-like product from Wally Mclaughlin) is installed on MVS 3.8J, the command ISPF is used to start ISPF under TSO as listed in ISPF v2.2 installation documentation after all required ISPF resources (e.g. datasets) are allocated to the user…

Continue Reading

CLIST, ISPF 2.x, MVS38J, TSO, Utility

CPDM in MVS38J

Overview CPDM – ISPF Personal Dataset Manager on MVS 3.8J TSO / ISPF / Hercules(current version 0.9.00  2022-11-24) Many systems and application development groups create a common set of tools to accomplish repetitive tasks such as standardized compilation procedures or utilities. Such tools may be exposed to development groups in a workbench presentation using ISPF dialogues (CLISTs, Panels, Messages). I…

Continue Reading

MVS38J, TSO, Utility

PUTCARD in MVS38J

Overview PUTCARD – Utility to write 80-byte records on MVS 3.8J TSO / ISPF / Hercules(current version 0.9.01  2024-07-01) The requirement to write a record to a sequential file from a CLIST or MVS JOB is a more common occurrence than rare for a software developer. Over the years, many application and systems programmers have written different solutions. Browse various…

Continue Reading

CLIST, MVS38J, Tips, TSO

Repeating CLIST Logic in MVS38J

Overview There are times when the same CLIST logic is repeatedly applied where the only varying item may be one or two command statements and/or variable settings.  Instead of repeating the same logic, take advantage of CLIST variable concatenation and substitution by using variables for the varying arguments in a command while using a loop control to execute the main…

Continue Reading

CLIST, COBOL, ISPF, ISPF 2.x, MVS38J, TSO, Utility

CLGLST in MVS38J

Overview CLGLST – ISPF Log and List add-on for MVS38J TSO / ISPF / Hercules(current version 0.9.02 2024-07-01) As the current version of ISPF 2.x (ISPF-like product from Wally Mclaughlin) does not offer a LOG or LIST service, the purpose of this post is to discuss an alternate logging and listing application for ISPF 2.x on MVS 3.8J TK3 and…

Continue Reading

CLIST, ISPF, ISPF 2.x, MVS38J, TSO, Utility

CPRTOFF in MVS38J

Overview CPRTOFF – Foreground Print utility using ISPF Dialogue under MVS38J / ISPF / Hercules(current version 0.9.00  2022-02-10) Printing or spooling a data set using a batch job can be accomplished by simply submitting set of JCL to copy the data set to SYSOUT using IEBGENER. The MVS 3.8J public-domain OS includes many utilities. One TSO command utility I frequently…

Continue Reading

CLIST, ISPF, ISPF 2.x, MVS38J, TSO, Utility

DVTOC in MVS38J

Overview DVTOC – ISPF VTOC DSN Search Utility for MVS38J / Hercules(current version 1.0.03  2024-01-16) On Windows or Linux, one can easily and conveniently use the DIR or LS CLI command to obtain a list of files and folders resident on your system (i.e. series of online disk drives). On MVS 3.8J (public domain version), if using RPF, option 3.4…

Continue Reading

BAL, CLIST, ISPF 2.x, MVS38J, TSO

FINDSRCH in MVS38J

 Update:  Thanks to Ron Lucas, version V0R9M11 includes missing ISPF CLIST, C$FNDSRH.  Overview FINDSRCH – ISPF Find/Search Utilities for MVS38J / Hercules(current version 0.9.11  2022-02-14) After installing MVS38J on my personal computer with Hercules, this legacy operating system provides a nice nostalgic development and computing environment similar to one from our days as software developers, systems programmers, operators or other…

Continue Reading

CLIST, MVS38J

CFLDSI in MVS38J

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…

Continue Reading