pub:ifdcinstallation
Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | pub:ifdcinstallation [2022/06/25 17:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | ===== Installation ===== | ||
| + | |||
| + | Upload the save file ESNDDTAQ.SAVF into the QGPL library, and run command to restore the objects: | ||
| + | |||
| + | RSTOBJ OBJ(*ALL) SAVLIB(QTEMP) DEV(*SAVF) SAVF(QGPL/ | ||
| + | |||
| + | Replace FMG with the library you want to store the objects. Two objects will be restored:\\ | ||
| + | * **ESNDDTAQ** (*CMD) is the command used to send the data (which is IFS qualified path of PDF file in iSeries) to data queue\\ | ||
| + | * **ESNDDTAQ** (*PGM) is RPGLE program to write data to data queue | ||