Quick Way To Receive PF DATA From PRODUCTION To TEST ENVIRONMENTS (Using Net File)


Quick Way To Receive PF DATA From PRODUCTION To TEST ENVIRONMENTS (Using Net File)

Use SNDNETF in Production:
Command:
SNDNETF FILE(*LIBL/DIEPCA) TOUSRID((STSELVAN GITDEV))
The Send Network File (SNDNETF) command sends a save file or a member of a physical database file to another user on the local system or on a remote system through the SNADS network.  This command can be used to:
·         Send data files to a user.
·         Send source files to a user.  Source sequence information is kept in the file sent.
·         Send other object types stored in a save file to a user.
When the file arrives at its destination, a notification message is sent to both the recipient and sender of the file.
FILE/LIBL     =          Specifies the name and library of the file that is sent. The file being sent                             can be a physical file or a save file; logical files and device files are not                          allowed. Overrides to the specified file are ignored.

TOUSERID    =          Specifies the two-part user ID of one or more users to whom the file is       being sent, or the name of one or more distribution lists containing the             user IDs of one or more users to whom the file is being sent.  A          combination of user IDs and distribution lists can be specified on the same    command.  Each user ID or distribution list is specified as a two-part          name, and both parts are required.

Use WRKNETF in “TEST Environment” and Option “1” to Receive the File.

No comments