Basic TSO Commands
Commonly used TSO commands: This mainframe tutorial is about TSO commands. 1. Create a new dataset modeled after an existing one ALLOC DSN(ABCXYZ.SOURCE.NEW) NEW LIKE(ABCXYZ.SOURCE) This command will allocate a new dataset . ABCXYZ.SOURCE.NEW having the same DCB as .ABCXYZ.SOURCE 2. Concatenate dataset to a program for use as input or output ALLOCATE with the […]
Basic TSO Commands Read More »