Get answers.  Share knowledge.  Collaborate with peers.




Output from COBOL display statement not showing up in log when changing userid via QWTSETP
If I change userids in my CL via QSYGETPH/QWTSETP I get no QPJOBLOG. After adding DSPJOBLOG  OUTPUT(*PRINT)  to the CL I get a joblog. But still no output from the DISPLAY statements in the program. If I don’t switch userids, I see the messages in the QPJOBLOG.    

Answer Question   |  April 25, 2012  6:48 PM
COBOL, iSeries v7r1
asked by:
5 pts.

Open IT Forum: What do you think about upcoming Windows updates?
Microsoft has been keeping busy as it made several announcements about upcoming plans and release dates on several Windows platforms, including Windows Intune, which helps quickly deploy software uniformly across an enterprise. What are your thoughts about Microsoft’s upcoming platforms, including Intune and Windows 8 itself? Will these new services make your job easier, or [...]

Answer Question   |  May 29, 2012  5:07 PM
Windows 8, windows intune
asked by:
11,380 pts.

Open IT Forum: Do you feel good about the IT job market?
Recently, the global human and resource firm Randstad Technologies published a survey about the IT worker’s confidence in the workplace and the economy.  According to the survey, 40% of IT professionals said their confidence in the economy has improved while 32% said they believe more IT jobs are now available. After looking at these numbers, [...]

Answer Question   |  May 27, 2012  5:00 PM
IT careers, IT industry
asked by:
11,380 pts.

Arithmetic Overflow when manipulating as400 data using vb.net 2008
I will include the code so you can see what I am talking about at the end. I have a vb.net 2008 app that I am writing. Everything seems to go fine until I add/edit/delete a record. I am getting the following error: Arithmetic Operation resulted in an overflow. If I ignore the error everything [...]

Answer Question   |  May 16, 2012  4:44 PM
AS/400, VB.NET, Visual Basic
asked by:
25 pts.

Create one program with a C and CPP modules
How can I create program with mixed modules? is it possible ? I create my modules in this way: // int function1(parms)  crtcmod ( LIB/MOD )  ... //int mehtod2( ) crtcppmod ( LIB/MOD2 )   ... crtpgm ( LIB/CPPPGM ) MODULES ( LIB/MOD LIB/MOD2 )  fails with the message  "Definition not found for symbol function1___" [...]

Answer Question   |  April 25, 2012  4:11 PM
AS/400, V5R4
asked by:
330 pts.

Backup in LCKW
Hi folks, i have a backup in a LCKW status. I can’t find what is locking the backu. I’m using BRMS. I need ideas, please. Thanks in advance.

Answer Question   |  April 26, 2012  12:35 PM
BRMS, iSeries, V5R4
asked by:
285 pts.

sap bw comress the infocube
Now, i am going to compress F-table of  an infocube to E-table.May i drop index and deactive aggregates first? thank U! belooby

Answer Question   |  April 25, 2012  7:32 AM
InfoCube, SAP, SAP BW
asked by:
5 pts.

unexpected error on sending a group e-mail
I receive “An unexpected error has occurred.” message on sending to a distribution list and the message does not send. How can I fix this?

Answer Question   |  April 27, 2012  5:46 AM
Windows 7, Windows 7 error messages
asked by:
5 pts.

Moving archived email back to the server
Lotus notes 8.5…  I have an archive of my old mail saved.  My new mail is still on the LN server.  I now want to move the archive (old mail) back onto to server.  Is there a easy way to do it. Thanks for any help Jim

Answer Question   |  April 25, 2012  12:36 AM
Lotus Notes 8.5, Lotus Notes archive
asked by:
5 pts.

Creating a new report with a macro in Access 2010
I currently have a macro that pulls in a very large text file, delimits it and then opens up the table. Now I want my macro to basically press the Report button to create a report. The OpenReport macro will open up a report that is already defined but doesn’t seem to “create” a report [...]

Answer Question   |  April 25, 2012  8:10 PM
Microsoft Access 2010, Microsoft Access reports
asked by:
5 pts.

Network issue (high replies between vlans)
Hi guys, I´m facing the following problem: I´ve been receiving latency responses from different L2 switches, specifically from machines attached to each of them. Attached you could se an image of what I have.

Answer Question   |  June 22, 2012  4:00 PM
L2 Switches, VLAN
asked by:
20 pts.

Problem Extracting OLE Objects from Lotus Notes Email
I am trying extract OLE objects from Lotus Notes Email. When I Call for the OLE objects, the app tells me none exist even though I can see them. I am only having this issue on certain systems. Is there a windows setting I am missing?

Answer Question   |  April 24, 2012  2:27 PM
Lotus Notes, OLE objects
asked by:
5 pts.

READE in free format
I am using rpgfree format program.  Begsr M;                                                                       Setll (TRN) file1;   Reade (TRN)file1;           Dow  Not %Eof(file1);   existing functinality running..                    Reade (Trn) file1;     Enddo;                                                                      Endsr;         after dow loop i am inserting one chain condition if record found then contro to go reade(trn) file1; and read next record (not toucch the [...]

Answer Question   |  April 25, 2012  11:14 AM
AS/400, AS400/RPG, READE
asked by:
140 pts.

How to call a report from another report in JDE?
Hi All, Is it possible to call a AS400 report(RLU) from JD Worldsoft report(RDA)?    

Answer Question   |  April 24, 2012  10:39 AM
AS/400, AS/400 Reports, OS/400
asked by:
185 pts.

calling shell function in schedule agent
i have lotus notes agent code which is working fine when we run manually but its not working in scheduled agent my code below: Sub Initialize On Error Resume Next pathName$ = “E:SFTP” ‘Pathname should contain the flatfile location fileName$ = Dir$(pathName$, 0) If fileName$ = “” Then Messagebox “**There are no files to upload**” [...]

Answer Question   |  April 25, 2012  10:17 AM
Lotus Notes, LotusScript
asked by:
15 pts.

RPG Datastructure to associative array
Is there in RPG an API or function available that makes it possible to copy field data  from an RPG-data structure into array elements (transformed in to characters). In php or other language you can use assosiative arrays. For data exchanges something similar would be help full. I imagine me a similar solution with to [...]

Answer Question   |  May 25, 2012  9:01 AM
AS/400 V6r1m0, RPG Functions
asked by:
15 pts.

specific mail db is not clustered in Domino Server
Hello..  I have a question about clustering in domino server. I deleted a mail databases on mail server 1,2 by mistake… so, I recovered the mail db on mail server 1/2 with backup file. Mail server 1/2 are clustered each ohter. but the mail db is not clustered on mail server 1/2. I don’t know [...]

Answer Question   |  April 25, 2012  4:55 AM
Domino Server, Lotus Notes
asked by:
5 pts.

R6V1 iseries Excel Addin to download data from AS400
On V6R1, how do I install the Excel Addin? The file that is in the shared folder for IBM does not have the cwbtfxla.xll like it did in R5.4

Answer Question   |  April 23, 2012  3:00 PM
AS/400, AS/400 Transfer, Microsoft Excel
asked by:
10 pts.

AS400 libraries
How to get the libraries list that are created by a single user in AS400?

Answer Question   |  April 29, 2012  7:48 AM
AS/400, AS/400 Library
asked by:
105 pts.

Outlook 2007 generates a new folder ie: drafts for each machine the user logs into
Each one of ours users gets new folders created when they log onto a different pc. This means a user might have 11 drafts folders for the 11 pc’s they log onto. I realise its an issue with the way exchange is caching the mailboxes locally, but can anyone suggest a way to stop it? We [...]

Answer Question   |  May 8, 2012  6:27 AM
Microsoft Exchange 2007, Microsoft Outlook 2007, Outlook Caching
asked by:
15 pts.