Donald Mackay's Collected Hints and tips
manu-forti.jpg
 

Donald L Mackay
Hints and Tips

  clan-lyon.gif

Programming

Program design

For an old hand there is only one way to design a batch program (or any program that takes input and produces output) - use Jackson Structured Programming.

There is a freeware Jackson Structured Programming diagramming tool available from Henrik Engstrom.
You can create the sequence, selection, iteration, correspondences between input and output structures and thence the program structure.

Single Read Ahead Rule - Jackson Structured Programming

Place the initial read immediately after opening a file, prior to any component that uses a record; place subsequent reads in the component that processes a record, immediately after the record has been processed.

Basic

BASIC is a general-purpose, high-level programming language designed for ease of use. There are numerous dialects:

REXX

Dynamic Windows

Widgets supported

Dialogs supported





LAST UPDATED: 02 February 2018 (Bluetooth File Transfer)