ISPF 2.x, MVS38J, Tutorial, Utility

Tutorials for ISPF v2.2 / MVS 3.8J

Overview Tutorials for ISPF v2.2 / MVS 3.8J using LBTUTOR(current version 0.9.01  2023-11-15) Based on various ISPF manuals, while using ISPF, the HELP function is triggered by PF1/PF13 (default PF keys) to display additional information about a displayed message or transition into a tutorial mode displaying a help (tutorial) panel and/or a series of help panels. The term help and…

Continue Reading

ISPF 2.x, MVS38J, TSO

Using ISPF v2.2 with MVS 3.8J

Overview The current ISPF-like product from Wally Mclaughlin enhances the MVS 3.8J / TSO landscape on your personal mainframe! Like with any other hobbyist / enthusiasts designing, developing, testing and distributing developer tools / utilities, one must finalize on what features and/or functions to offer end users for a particular release. The focus may center on previously used tools behavior…

Continue Reading

BAL, COBOL, ISPF 2.x, MVS38J

LBTUTOR in MVS38J

Overview LBTUTOR– ISPFv2.2 Tutorial Utility for MVS38J / Hercules(current version 0.9.02  2024-07-01) ISPF 2.2 from Wally Mclaughlin is a great addition to MVS 3.8J TSO providing an ISPF-like environment on you personal mainframe. ISPTUTOR allows help panels to provide help tutorials for ISPF applications when defined and arranged in a special manner. Under the real-ISPF, the HELP function integrates with…

Continue Reading

Hercules, ISPF 2.x, MVS38J, TSO

ISPFPAP-n-CLGLST

Overview The CLGLST (ISPF v2.2 LOG / LIST alternative add-on) requires a task to execute after an ISPF user session is terminated (e.g. =X from ISPF) to process LOG and LIST datasets based on user set defaults. With the introduction of ISPFPAP (ISPF Autoexec-type alternative add-on), the application offers consolidated launch (trigger) points for pre-ISPF and post-ISPF processing. The CLGLST…

Continue Reading

Hercules, ISPF 2.x, MVS38J, TSO

ISPFPAP in MVS38J

Overview ISPFPAP – Pre-ISPF and Post-ISPF 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. ISPF v2.2 can be started using various command syntax as referenced in…

Continue Reading

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