Archive for the 'AS400' Category

 

 

Jan 18 2011

Open Any Windows Document from AS400

Published by under AS400

You can open any kind of document on Windows from an AS400 5250 session or a CL. The type of file can either be an image or a picture (jpeg, tiff, bmp, png), a video (avi, mpeg), a PDF, an office document (word, excel, powerpoint), and even an Internet link (URL).   AS400 provides the [...]

No responses yet

Jul 02 2009

Modify QSTRUP startup program

Published by under AS400

It may be useful to change Iseries AS400 startup program. You may want to have a permanent mounted share with MKDIR command line for instance. I’m saying program as QSTRUP is a compiled program, rather than a simple text file.   To get startup program and library, run: DSPSYSVAL QSTRUPPGM Result is QSTRUP/QGPL in my [...]

No responses yet

Jul 02 2009

Access Windows, Unix and AS400 from AS400

Published by under AS400

Windows Windows shares can be mounted on /QNTC filesystem. Create a folder is all needs to be done. MKDIR ‘/QNTC/MY_SERVER’ Walk through remote directory: WRKLNK ‘/QNTC/MY_SERVER’   IP address can also be used in place of the server name: mkdir ‘/QNTC/IPADDR’ wrklnk ‘/QNTC/IPADDR’   Note: Pay attention to Windows rights. It doesn’t seem to be [...]

No responses yet

Next »