Post #1
0 votes
Jordan
Reputation
12
Posts: 32
Joined: May 2, 2026, 11:10 AM
Posted: Jul 28, 2026, 9:28 AM
I copy this DISP everywhere and pretend I understand it. Can someone break down the three parts in plain English?
I copy this DISP everywhere and pretend I understand it. Can someone break down the three parts in plain English?
Status, normal end, abnormal end.
NEW = create it for this step
CATLG = if step works, keep it and catalog it
DELETE = if step abends, throw it away
Common cousin: DISP=SHR means file exists, share for read.
MOD appends if it exists. OLD wants exclusive use. Getting these wrong is how you wipe a file or get waits.
Wrote this on a sticky note. Finally.
You must be signed in to reply to this thread