z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of the RLS parameter

z/OS MVS JCL Reference
SA23-1385-00

Example 1
//      EXEC PGM=BATCHPRG
//DD1   DD DSN=A,RLS=NRI,DISP=SHR

When the program BATCHPRG opens DD1, the data set is to be processed as a shared resource. NRI specifies that an application can read uncommitted changes made by other applications.

Example 2
//      EXEC PGM=BATCHPRG
//DD2   DD DSN=B,RLS=CR,DISP=SHR

When the program BATCHPRG opens DD2, the data set is to be processed as a shared resource. CR specifies that an application can read only committed changes made by other applications.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014