Write IFS file to tape
5 pts.
0
Q:
Write IFS file to tape
what command would I use to write an IFS file to tape, then delete it
ASKED: Jun 4 2009  11:15 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
23625 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button

Hi,

To save the IFS object to tape you can use the save object command (SAV). To delete the object from the IFS you can use the remove link command (RMVLNK or DEL).

Regards,

Martin Gilbert.
Last Answered: Jun 5 2009  1:12 PM GMT by Gilly400   23625 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

WoodEngineer   2280 pts.  |   Jun 8 2009  4:17PM GMT

We use this command to save IFS data in the same job that saves standard libraries:

SAV DEV(’/QSYS.LIB/TAP01.DEVD’) OBJ((’/home/*’ +
*INCLUDE) (’/Lexicom’)) SUBTREE(*ALL) SAVACT(*YES) +
OUTPUT(*print) SEQNBR(*END) EXPDATE(&MDY) +
ENDOPT(*LEAVE) CLEAR(*ALL)

Another save operation follows this command, therefore the *LEAVE option.

 
0