Get answers.  Share knowledge.  Collaborate with peers.




Copy DDS defined file to .txt file
Hi, Sounds like a problem in the CCSID. Take a look at your joblog when you run the CPYTOIMPF and see if you get any warning message about CCSID. IF all else fails, you could try using query to create a file without the packed fields and FTPing it to the PC. Regards, Martin Gilbert. [...]

View Answer   |  April 9, 2010  3:05 AM
CPYTOIMPF, DDS, IFS, iSeries
answered by:
108,330 pts.

PRINTER FILES
Hi, A printer file is an object which contains a defintiion of the layout (fields, constants, etc) that a program will use to print. Printer files are described using DDS (data description specifications). There are utilities to help you define print files, the IBM supplied one is called RLU. You can find more information in [...]

View Answer   |  April 9, 2010  2:45 AM
AS/400, AS/400 printing
answered by:
108,330 pts.

changing commands behind options on chgsplfa screen
I’m not sure what commands and options you are refering to as CHGSPLFA is the command and not a ‘work with’ style interface, but you could customize the behavior of CHGSPLFA using the <a href=”http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/apis/xcachg.htm”>Command Analyzer Change Exit Program</a>capability of i5/OS. Bruce Vining <a href=”http://www.brucevining.com/”>http://www.brucevining.com/</a> Providing integrated solutions for the System i user community ================================================================= [...]

View Answer   |  April 9, 2010  2:06 AM
AS/400, AS/400 printing, CHGSPLFA
answered by:
108,330 pts.

CLP to CLLE
Change the type to CLLE and compile the program using opton 14 you will get the CLLE program, but remember there is no way to recover the source program in case of CLLE so better copy the source before converting CLP program to CLLE. ————————————————————————————————————- Due to the high level of compatibility between OPM and [...]

View Answer   |  April 9, 2010  1:50 AM
CLLE, CLP, iSeries development
answered by:
108,330 pts.

Auto Purging Spooled Files
This command is in TAATOOL Delete Old Spooled Files – TAA (DLTOLDSPLF) —————————————————————— There are also sample programs in the Information Center on how to perform various tasks using system APIs. One example, <a href=”http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/apiref/apiexdelsp.htm”>Deleting old spool files</a>appears to demonstrate how to do what you want. Examples are provided with OPM RPG, OPM COBOL, and [...]

View Answer   |  April 9, 2010  12:39 AM
AS/400 printing, CLROUTQ
answered by:
108,330 pts.

Delete userprofile : concequences
Hi, You can try the WRKOBJOWN command to see which objects are OWNED by a particular user, but this won’t tell you whether jobs are scheduled to run using that user profile. You may also have CL programs which submit jobs to run using specific profiles – which you would also have to search for [...]

View Answer   |  April 9, 2010  12:28 AM
iSeries, Users, WRKOBJOWN
answered by:
108,330 pts.

Multiple conditions in debug breakpoints
Logical operators can’t be used to set conditional breakpoint. We can’t have multiple conditions for the same breakpoint. ================================================================= The debug BREAK command allows a WHEN clause that specifies a boolean expression. A breakpoint that I just set had the condition WHEN &AMODE > 0 AND &AMODE > 1. I realize that that doesn’t make [...]

View Answer   |  April 8, 2010  11:14 PM
AS/400, Debugging
answered by:
108,330 pts.

Lotus Notes Email Attachments
See Notes Help for adding a custom @Formual button to your workspace. Use this formula. It does these things. <ul><li>Use it from any Notes document. </li><li>It stops evaluation if the current document has no Subject field or the document has no attachments. </li><li>It assigns the attachment name to the subject if there is only one [...]

View Answer   |  April 8, 2010  9:45 PM
Adobe Acrobat 9 Pro, Lotus Notes, Microsoft Office 2007
answered by:
3,845 pts.

Applications in Desktop Virtualization
Over 90% of applications can be sequenced using Application Virtualization. For more information on sequencing, see the guide at http://search.microsoft.com/results.aspx?mkt=en-US&setlang=en-US&q=sequencing. For IE compatibility issues, consider using Microsoft Enterprise Desktop Virtualization as IE cannot be virtualized using App-V.

View Answer   |  April 8, 2010  8:50 PM
Applications, Desktop virtualization, Desktop Virtualization Implementation
answered by:
975 pts.

Virtual Machine Pooling or Dedicated VM?
The answer really depends on what the user’s requirements are and how well managed the VDI environment is. With pooled VMs, you have the potential to reduce your storage needs, however you will likely want to make to have the ability to deliver and manage user and application state independently from the image. With dedicated [...]

View Answer   |  April 8, 2010  8:48 PM
VDI, Virtual Desktop
answered by:
975 pts.

RemoteFX
RemoteFX describes a set of rich media capabilities that are available to customers using the Remote Desktop Services platform to deploy a virtual machine- or session-based remote desktop infrastructure. Specifically, RemoteFX enhances the Remote Desktop Protocol (RDP) in Remote Desktop Services, so that remote workers can access any type of application or screen content, including [...]

View Answer   |  April 8, 2010  8:46 PM
Remote desktop, remotefx
answered by:
975 pts.

Microsoft App-V and VDI
Yes, they can. The benefits of App-V are just as strong on a PC as it is in a hosted virtual desktop (VDI) scenario. App-V works well in both situations.

View Answer   |  April 8, 2010  8:37 PM
Deployment, Microsoft Application Virtualization, VDI
answered by:
975 pts.

Securely accepting credit card payments face-to-face?
We had a fairly simple call-in system that we used for the rare occasions that we needed to accept them. Not sure if that is a universal offering, but it was quick to set up, with very low cost involved. Here is a site with plenty of information on credit card processing services – hope [...]

View Answer   |  April 8, 2010  5:08 PM
credit card security compliance, Credit cards, PCI, PCI compliance
answered by:
6,150 pts.

automatically populate field sequentially from list
thank you for responding. i’m sorry, this is the first time i’ve actually been on a site like this and i’m actually new to Access. i’ve never received training but i do ok developing simple databases. I’m using Access 2003. i created a table for the employee and unit because i thought that giving it [...]

View Answer   |  April 8, 2010  4:34 PM
Database
answered by:
45 pts.

Creating folders using scripts?
Here’s a simplified example (vb script) that should get you started. You might want to add code to check for the existence of the folder, and to display user friendly messages. <pre>Dim objFSO, objFolder, strDirectory strDir = InputBox(“Enter directory name”) Set objFSO = CreateObject(“Scripting.FileSystemObject”) Set objFolder = objFSO.CreateFolder(strDir) WScript.Quit </pre> -CarlosDL

View Answer   |  April 8, 2010  4:18 PM
folder options, Scripting, Windows scripting
answered by:
63,535 pts.

Windows 2000 Professional Why can’t we login?
Are you able to login locally to the computer? see what group policy (if any) is attached to this test computer. At command prompt type: gpresult If you are, then try removing and re-adding a computer to the domain to see what happens.

View Answer   |  April 8, 2010  3:38 PM
Login error, Windows 2000 Professional, Windows 2000 Server, Windows 2000 Server Errors
answered by:
8,120 pts.

Active directory/ user/mailbox/permission/association
For bulk modifications, I would lean towards scripting if you are knowledgeable and comfortable at the level. If you are not comfortable with scripting, I would then utilize 3rd party tools like Managed Engine’s ADManager Plus which allows bulk modifications of user accounts. With the modification, you can assign the individual user to that mailbox, [...]

View Answer   |  April 8, 2010  3:16 PM
Active Directory, Active Directory tools, Exchange 2003 mailbox management, Exchange Server 2003, Exchange Server 2003 administration
answered by:
8,120 pts.

Trucating The Integer
Why not use the INT function instead of the TRUNC function. The INT function is perfect for this as it is meant to return the integer of a number, (and it is better for those following your code as it is easier to understand.) =A1 – INT(A1) says exactly what you are trying to do.

View Answer   |  April 8, 2010  3:15 PM
Integer, truncate
answered by:
4,625 pts.

View a concise list of all Job Schedules SQL Server 2000
Yes there is… Many thanks for the tip.

View Answer   |  April 8, 2010  3:11 PM
SQL job scheduler, SQL Server 2000
answered by:
30 pts.

Visual Basic how to make Panel which in Disable into little Dark in color
If I understand your question correctly, then something like this should do what you need: <pre> Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Panel2.Enabled = False Panel2.BackColor = Color.DarkGray Panel3.Enabled = False Panel3.BackColor = Color.DarkGray … End Sub</pre> -CarlosDL

View Answer   |  April 8, 2010  3:00 PM
Visual Basic
answered by:
63,535 pts.