Zitat Zitat von BenderD Beitrag anzeigen
da bleibt dann nur eine Dienstreise, um dann vor Ort mit dem phantastischen Administrations-Leitstand iSeries Navigator den Share einzurichten
</JOKE>
oder die QZLSxxx APIs

D*B
Für die ganz harten hier das passende Beispiel:

Sharing Directories and Printers - Only a couple of directories are shared in the initial configuration. Sharing additional resources is not hard. Use the QZLSADFS API to add file shares and the QZLSADPS to add printer shares. For example, the following command adds the share name MYDATA for sharing the "/Data" directory with a 5 character pathname, job CCSID, text description, read-write permissions (2), no maximum users (ffffffff), and no error code structure:

CALL QZLSADFS PARM(MYDATA '/Data' x'00000005' x'00000000'
'NetServer Data share' x'00000002' x'ffffffff' x'00000000')