STRONGblog

Notes from twenty years in the field

Working notes from real z/OS engagements — Endevor-to-Git migrations, DBB builds, IDz performance, code pages, and mainframe CI/CD. The same knowledge we bring to yours.

A Unix Survival Guide for the ISPF Veteran Moving Off Endevor (Part 2: More Commands)

Part 1 covered the concepts — how a PDS maps to a directory, how Endevor’s package-and-promote model maps to Git’s commit-and-merge model, and the handful of commands you need to get moving: ls, cd, vi, git, chmod. This installment adds the commands you’ll reach for once you’re doing real work day to day: searching across files, checking space, watching processes, and … Read more

VIM for ISPF Veterans: A Survival Guide

If you’ve spent your career in ISPF, the idea of editing a file at a bare shell prompt probably sounds like a step backward. No split screens, no PF keys taped to your muscle memory, no line commands. Just a blinking cursor. Here’s the good news: vim isn’t a downgrade, it’s a different keyboard for … Read more