ALTAIR, BASIC, TRS-80

Data Processing and TRS-80

During the 1978 year-end holiday season, the term DATA PROCESSING, COMPUTER SCIENCE and TRS-80 computers were highlights of this time frame as the personal computer era was at a growing and demanding stage with 8-bit processors (8080 and Z-80 processors) with CPU speeds of 2 MHz! As a computer science major college student, I worked at Radio Shack (remember those…

Continue Reading

ISPF 2.x, MVS38J, TSO

Calendar on ISPF Panel w MVS 3.8J – Part II

Overview In the previous post, the December 2018 calendar is displayed using one color, green, including an asterisk to indicate today’s date.  As a hobbyist, you always want to spruce up displays – apply new features of a tool, ISPF. ___DECEMBER 2018____ S M T W T F S . . . . . . 1 2 3 4 5…

Continue Reading

ISPF 2.x, MVS38J, TSO

Calendar on ISPF Panel w MVS 3.8J

Overview Adding a calendar display field to a ISPF panel without a built-in function on your MVS 3.8J hobbyist system is a simple implementation using the AREA tag to define a dynamic area in ISPF 2.x!  It is assumed the reader has basic working knowledge of TSO CLISTs and ISPF services. Let’s walk through a simple design brainstorm of a…

Continue Reading

ISPF 2.x, MVS38J

WRLDWTCH in MVS38J

Overview WRLDWTCH – World WATCH for MVS38J / Hercules(current version 0.9.00  2018-09-22) ** WRLDWTCH and ISPF Limitation ** Due to a DISPLAY element limitation in ISPF v2.2 when using a model 2 (24×80) terminal session, the display will fail and not display correctly. Other 3270 terminal modes display correctly.Due to the fixed display content of WRLDWTCH, no temporarily correction is…

Continue Reading

Hercules, JCL, MVS38J, Utility

Submitting JCL to MVS 3.8J

Preface (updated  2020-01-22) JCL (Job Control Language) decks are used to submit JOBs via a reader device or an online edit session for batch processing on the public domain OS, MVS 3.8J (MVS will be used to mean MVS 3.8J in this post). As a MVS 3.8J hobbyist / enthusiast, the previous statement is elementary and unequivocal. The purpose of…

Continue Reading

ISPF, ISPF 2.x, MVS38J, Uncategorized

Using ISPF Table Services in MVS 3.8J

Overview ISPF tables store organized data in virtual storage for temporary residency or DASD for permanent residency as a PDS member in the ISPTABL library. Table services are categorized as 1) table level – action impacting a table, 2) table row level – action impacting a table row, and 3) display level – impacting display of table rows. ISPF tables…

Continue Reading

JCL, MVS38J, QuickNote

myHelpNotes in MVS38J

Overview The purpose of this post is to hold those reference items seldom used but requiring a “cheat sheet” to prevent topic lookup in various manuals or use of google! Carriage Control Character ASA Character Printer Action blank Advance 1 line before printing (single space) 1 Advance to next page before print (form feed) 0 Advance 2 lines before printing…

Continue Reading

DOS/VS

Enhance Printable Character Set for DOS/VS R34 PDUMP, DUMP, JDUMP Macros

Overview In DOS/VS R34, all printable characters were limited to upper-case, numbers, and select special characters as exercised by the DUMP service macros. The DOS/VS Assembler macros PDUMP, DUMP and JDUMP invoke various $$B transient phases to perform the work of printing register values, storage content and other partition/system information. Specifically, hex-to-character translation, a LOW-HIGH range table is searched to…

Continue Reading

Excel

Calculating Test Scores

Since the inception of spreadsheet applications for the PC desktop computer, tabular reports are easy and quick to create including dynamic calculations (calculation performed in real-time). In my opinion, spreadsheets serve as the best “calculators” alternative when several data items and computations are a necessity. A spreadsheet cannot only perform simple dynamic calculator-type functions, but can incorporate formatting of cells…

Continue Reading

CSV, RegExp, VBScript

Removing commas between double quotes in a CSV file

CSV (Comma Separated Values) data files, as the term implies, contains plain text records with column (field) values separated or delimited by commas.  One example of using CSV files includes data exchange between applications and/or computing platforms.  Writing a script to extract CSV data appears to be a straight forward process – simply loading an array with data from each…

Continue Reading