The parameter defines a data set's status as it is being created. It is the first sub-parameter of the DISP (Disposition) keyword. Key Characteristics Purpose : Tells the system to create a new data set.
: The user ID must have "Alter" or "Create" RACF authority.
💡 : Use DISP=(MOD,CATLG) if you aren't sure if the file exists; it will create the file if it's missing or append to it if it's there. To help you build a complete JCL step, tell me: The file name you want to create The record length (LRECL) or block size The storage type (Disk vs. Tape)
: You must usually provide space and DCB attributes.