“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
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 [...]
Join our ITKnowledgeExchange.com LinkedIn group
<b> manual to use file server software </b>
View Answer
| November 13, 2009 6:33 PM
AS/400, CIO, Database, DataCenter, Development, Exchange 2003, Linux, Lotus Domino, Mobile, Oracle, Security, SQL Server, Storage, Virtualization, VoIP, Windows
<b> manual to use file server software </b>
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
DSPDEVD xxxx where xxx is the device name of the 4224 printer
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
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 [...]
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
You could install VMware ESX, or ESXi or Hyper-V or any other the other virtualization packages, although those two are the most popular.
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
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 [...]
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
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.
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
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.
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
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 [...]
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
Usually this is caused by a lack of indexes in the database.
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
you may want to add this after the WRITE instruction AFTER ADVANCING 1 LINE
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
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 [...]
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
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 [...]
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
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 [...]
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
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 [...]
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
Here is a link to a few good COBOL books. http://www.mc-store.com/programming.html
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
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 [...]
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
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>
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
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 [...]
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
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 [...]





