Previous Topic: Example H: Multiple PDS Members Containing List of RemotesNext Topic: Verify the Results of the Background Process


Example I: Multiple PDS Members Containing List of Remotes with Different Options

The following is an example of multiple PDS members containing list of remotes with different options:

//REMOTES DD DSN=RMTLIST.DATA(PASS1),DISP=SHR
//DD DSN=RMTLIST.DATA(PASS2),DISP=SHR
Contents of RMTLIST.DATA(PASS1):

BROWSE RMTLIST.DATA(PASS1) Command ===> ******************** Top of Data ******** Y,Y,Y,N,N,N,RMTNAME1,'PDS.DATA.SET' Y,Y,Y,N,N,N,RMTNAME2,'PDS.DATA.SET' Y,Y,Y,N,N,N,RMTNAME3,'PDS.DATA.SET' Y,Y,Y,N,N,N,RMTNAME4,'PDS.DATA.SET' Y,Y,Y,N,N,N,RMTNAME5,'PDS.DATA.SET' Y,Y,Y,N,N,N,RMTNAME6,'PDS.DATA.SET' ******************* Bottom of Data ******

Contents of RMTLIST.DATA(PASS2):

BROWSE RMTLIST.DATA(PASS2) Command ===> ******************** Top of Data ******** N,N,N,Y,Y,Y,RMTNAME1,'PDS.DATA.SET' N,N,N,Y,Y,Y,RMTNAME2,'PDS.DATA.SET' N,N,N,Y,Y,Y,RMTNAME3,'PDS.DATA.SET' N,N,N,Y,Y,Y,RMTNAME4,'PDS.DATA.SET' N,N,N,Y,Y,Y,RMTNAME5,'PDS.DATA.SET' N,N,N,Y,Y,Y,RMTNAME6,'PDS.DATA.SET' ******************* Bottom of Data ******