Most z/OS developers meet Easytrieve through ISPF: edit a PDS member, save source, submit a compile proc, and view SYSPRINT in SDSF or a held output class. ISPF is not part of Easytrieve—it is the z/OS developer interface—but nearly every shop wires Easytrieve workflows through ISPF panels, procs, and dataset naming standards documented here.
Easytrieve source lives in partitioned datasets such as DEV.EZT.SOURCE with members DAYRPT, MTHSUM, or GLEXT. Each member is one program. Naming conventions often encode application (GL), frequency (D=daily, M=monthly), and sequence. ISPF edit shows sequence numbers in columns 1–6 optionally; Easytrieve may ignore or use them per options—check site standards.
| ISPF function | Easytrieve use |
|---|---|
| Edit (2) | Write and change .EZT source members |
| Browse (1) | Read-only view of production source |
| DSLIST (3.4) | Find libraries and catalog aliases |
| Submit | Send compile/run JCL to JES |
| SDSF (external) | View SYSOUT listings and job status |
| Compare | Diff source or output during migration |
Mature installations wrap Easytrieve in ISPF dialogs: enter member name, environment (DEV/TST/PROD), and optional PARM overrides; the dialog generates JCL from a skeleton. This reduces JCL errors and enforces STEPLIB and EZOPTBL standards. Ask your team for the panel name—often something like EZT001 or a generic compile panel shared with COBOL.
Separate PDS for listings (DEV.EZT.LISTING) helps developers compare compiles without scrolling SDSF. Some shops auto-catalog listing members named by job name and date. ISPF browse or edit lets you search compiler messages (EZT####) quickly.
Broadcom 11.6 documents GUI Workbench and Visual Studio Code extension support. Hybrid workflow: edit in VS Code with syntax highlighting, push to Git, pipeline submits JCL to mainframe, developer views results in SDSF or email notification. ISPF remains fallback for quick fixes on the datacenter floor.
RACF protects who can edit production source (usually read-only for most developers). Test libraries allow UPDATE; promotion to production may require change control tool (Endevor, Changeman) rather than direct ISPF save—Easytrieve source follows same SDLC as COBOL.
ISPF is the text editor on the mainframe computer. Easytrieve homework is saved in named folders (PDS). You open the file, write your report program, press a shop button to send it to the printer machine (batch job), and then read the result paper (SYSPRINT).
1. Easytrieve source on z/OS is usually stored in:
2. ISPF option 3.4 is used to:
3. Submitting a compile job from ISPF often uses:
4. Broadcom 11.6 also documents integration with:
5. Member names in PDS are typically: