Viewing the Network Map

You can view the network map online through the IUI interface or view the contents of the network map by unloading the network map VSAM file source.

Viewing the Netmap through the IUI Interface

To view the network map using the IBM® Connect:Direct® IUI, select option NM from the Primary Options Menu to display the SELECT NETMAP OR TCP INFORMATION screen. For more information, see The Network Map in the IBM Connect:Direct for z/OS® User Guide.

Unloading the Network Map to the Source Format

IBM Connect:Direct provides a utility to unload the network map to its source format. You can then view the source format to see network map settings. This utility is provided in the DGAJUNLD member in the $CD.SDGAJCL data set.

To unload the network map, submit the DGAJUNLD member. You can unload the network map while IBM Connect:Direct is running.

An example of the JCL follows.

//STEP       EXEC      PGM=DGADNTLD,PARM='UNLOAD'
//NETMAP DD            DSN=NETMAP.DATASET,DISP=SHR
//UNLOAD DD            DSN=NETMAP.UNLOAD,DISP=(NEW,CATLG),
//                     DCB=(DSORG=PS,RECFM=FB,BLKSIZE=0,LRECL=80),
//                     UNIT=SYSDA,SPACE=(TRK,(4,2,))

The network map source is unloaded to the data set specified in the JCL.