Now that your Fileshare server server1 and your enterprise server region FSDEMO are both running, we will run a simple JCL jobstream to verify that new datasets are created correctly and that everything is working.
//DMFBR14 JOB 'DMFBR14',CLASS=A,MSGCLASS=A //STEP1 EXEC PGM=IEFBR14 //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //DD1 DD DSN='DMF.TEST.DSN',DISP=(MOD,DELETE) //DD2 DD DSN='DMF.TEST.DSN2',DISP=(MOD,DELETE) //*
A message box is displayed confirming that the job has been submitted.
The JCL job now runs.
(View) icon to the right of the job to display its details.
(View) to the right of the entry shown in DD Entries.
The joblog is displayed. You can see the Fileshare server name ($$SERVER1) used when processing the dataset.

This ends the walkthrough.