“map drive” IFS
So if I understand correctly… - You have created “shares” using iSeries Navigator? (i.e. a share named “root” for the / directory, a share named “test” for /home/jdoe/test, and so on) - And using “net use X: QS6555A8Aroot” or “net use Z: QS6555A8Atest” in a DOS box on a client PC doesn’t work? Very strange [...]

View Answer   |  November 14, 2009  12:44 PM
390, Access, AS/400, Backup & recovery, Data analysis, Database, DB2, DB2 Universal Database, Desktops, Development, Hardware, IBM, Mainframe, Management, Microsoft Office, Microsoft Windows, OS, RPG, Security, Servers, SQL Server, Storage, Tech support
asked by:
108,205 pts.

asked by:
30 pts.

IBM 4224 Configuration Display
DSPDEVD xxxx where xxx is the device name of the 4224 printer

View Answer   |  November 9, 2012  3:03 PM
IBM, IBM configuration
asked by:
32,905 pts.

COBOL Debug
Hi, According to the help on the STRISDB command this should also work for COBOL programs. There is also a STRCBLDBG command available and there is a whole chapter in the COBOL/400 user’s guide. <a href=”http://publib.boulder.ibm.com/infocenter/systems/scope/i5os/index.jsp?topic=/rzase/sc092540131.htm”>ILE COBOL/400 </a> <a href=”http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/books/c0918120.pdf”>OPM COBOL/400</a> – See chapter 5. Regards, Martin Gilbert. Hi, You can use “STRDBG” interactively or [...]

View Answer   |  November 12, 2009  2:59 PM
COBOL, COBOL debugging, Debugging
asked by:
185 pts.

Best OS for blade server with 24 Gb RAM
You could install VMware ESX, or ESXi or Hyper-V or any other the other virtualization packages, although those two are the most popular.

View Answer   |  November 12, 2009  3:39 AM
blade server advice, Blade Server Installation, Blade servers, Dell 3000i SAN, Dell Blade Server, SAN, Server virtualization
asked by:
64,520 pts.

DFS Replication Windows Server 2003 R2
Messing with DFS issues isn’t fun. Your issue is explained in <a href=”http://support.microsoft.com/kb/961655″>KB961655</a>. To exclude folders from DFS replication, you can do the following: 1. In your DFS root, right click and click on properties. 2. In the Replication tab, click on Edit. 3. Type the name of a file or subfolder you want to [...]

View Answer   |  November 11, 2009  11:39 PM
DFS Replication, File servers, Windows Server 2003, Windows Server 2003 R2
asked by:
27,310 pts.

IT career requirements for Java?
Java and Programming in general is still good to have. You don’t necessarily need it, but it will help with small projects. As a Systems Administrator, it will help, but if you are planning on becoming a Network engineer, you won’t need it.

View Answer   |  November 11, 2009  11:16 PM
Career development, Information technology systems, IT, IT careers, IT education, IT training, Java, Java programming, Network and system management, Networking, Programming Languages
asked by:
27,310 pts.

Meaning of a No Such File error message when copying files from OpenVMS to NAS drive?
Is it always the same files or filetypes generating this message? It could be that the files on the source host have some special characters or other non-printable characters in the filename that the destination host/filesystem is not capable of handling.

View Answer   |  November 11, 2009  5:49 PM
NAS, NAS devices, OpenVMS
asked by:
32,645 pts.

iSeries – Can I have a program that can read QSYSOPR msgq and execute a pgm?
Bruno, First of all I would query who is using QSECOFR and why it is being disabled regularly (I presume it is, as you want to scan for the message on a daily basis). As QSECOFR is the ultimate profile on the 400, I would strongly recommend you restrict it’s usage. However, if for whatever [...]

View Answer   |  November 10, 2009  4:10 PM
AS/400, DataCenter
asked by:
2,480 pts.

Why is my logical disk usage enormous?
Usually this is caused by a lack of indexes in the database.

View Answer   |  November 10, 2009  6:20 AM
logical disk, performance tuning, SQL Server 2005
asked by:
64,520 pts.

how to use a printer file in a program cobol
you may want to add this after the WRITE instruction AFTER ADVANCING 1 LINE

View Answer   |  November 9, 2009  6:35 PM
AS/400 printing, COBOL, iSeries Cobol programming, Printer File
asked by:
32,905 pts.

rpg
An index can contain multiple fields. If you have 5 different index files then you can use the save KLIST if the following is true: 1. Determine how many of the key fields you want to use. 2. Is every file setup with those fields as the initial fields in the access path? They can [...]

View Answer   |  November 9, 2009  4:44 PM
COBOL, RPG, RPG Program
asked by:
32,905 pts.

Coding to prevent table overflows withing programs
We used that method back in the early seventies when memory was maxed out at 16k total. Instead of writing to an array (or table) you write to a file. The same exact information in the record as your table would have had. The index becomes the record number! There are far too many different [...]

View Answer   |  November 9, 2009  2:56 PM
ABEND, Buffer overflow, COBOL, Easytrieve
asked by:
445 pts.

AS400 COBOL ILE Pointer not set for location referenced – Trigger
There are important things that you don’t show, and what you do show is almost unreadable. However, it looks as if your trigger buffer has an 03-level item named RECORD-JUNK at the end of the 01-level item named PARM-1-AREA. And that’s going to be incorrect in many cases; you have it defined at a fixed [...]

View Answer   |  November 9, 2009  5:56 AM
COBOL Compiler, COBOL/400, ILE COBOL
asked by:
108,205 pts.

Receiving undeliverable email we did not send
Spammers use your eMail return address to keep themselves from getting blocked. There is nothing you can do about this, unless someone figures out a way to handle the problem network-wide. Bob here – This is also a technique used to spread viruses and spam in general. The fact that your email address gets used [...]

View Answer   |  April 19, 2013  6:06 PM
Desktops, Exchange, Exchange security, Management, Microsoft Windows, OS, Security, Servers, Spam, SQL Server, TrendMicro
asked by:
125 pts.

cobol book
Here is a link to a few good COBOL books. http://www.mc-store.com/programming.html

View Answer   |  November 6, 2009  1:59 PM
COBOL, COBOL Books, COBOL Education
asked by:
32,905 pts.

unzipping a file on the iseries
It’s not possible to unzip files natively on the iSeries, however there is a version of PKZIP for the iSeries that will allow you unzip files on the iSeries. www.pkware.com ================================================== The simplest answer is usually to review the <a href=”http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzaha/jar.htm”>Java jar tool</a>. Note the link on that page to Sun’s documentation. Also note the [...]

View Answer   |  October 31, 2009  7:34 AM
AS/400, Hardware
asked by:
108,205 pts.

Error installing linux on Dell Poweredge 2950
If the drivers for your disks / raid arrays are not in the installation initrd, you’ll have to get the linux drivers from Dell and add them during the installation. <a href=”http://lmgtfy.com/?q=sles+9+add+driver+during+installation”>http://lmgtfy.com/?q=sles+9+add+driver+during+installation</a>

View Answer   |  October 30, 2009  7:44 PM
Dell Poweredge 2950, Linux, Novell, OES
asked by:
400 pts.

generic host for win32 process
Take a look at <a href=”http://itknowledgeexchange.techtarget.com/itanswers/network-slow-and-computers-freezes/”>this similar question</a>. ———————————————————————– Here is a quick method to see if you can spot the problem process. Please do this on a system that you can afford to reload / re-image and have backed up. Login Run Process Explorer as an admin / elevated rights. (SysInternals tool) Save the [...]

View Answer   |  October 30, 2009  2:12 PM
IBM Servers, Win32 Host Generic Error, Windows errors
asked by:
3,310 pts.

Change Management Software
I’ve been in Turnover and Aldon shops. The price is fairly comparable. I’m curious with only four developers what is your PCI level? If you are a level 3 or 4 you might be able to talk your PCI auditor into letting you get away with a homegrown change control system as long as it [...]

View Answer   |  October 29, 2009  8:13 PM
AS/400, Change management
asked by:
5,665 pts.