AS/400 WRITE Op code writes then deletes
I have a program where the WRITE op code is not working. After the program runs, there should be records in a file, but instead the deleted records are increased. I have debugged the program and as soon as the WRITE statement is executed the number of deleted records is increased. I've never seen...
View Answer
| Apr 23 2008 4:33 PM GMT
| asked by
Gulger99
RPG, OS/400, AS/400
WRKJOBSCDE
Hi friends, I have a CL and this CL executes the command SNDDST, when this CL is executed like a Scheduled JOB this send doesnt works, but when I call in interative or batch mode, this send works. I PUT BELOW THE DISPLAY JOB Display Job Schedule Entry Details ...
View Answer
| Apr 23 2008 2:32 AM GMT
| asked by
SILVARB
WRKJOBSCDE, CL, SNDDST
Remove library from all library lists
We've stopped using a vendor's product that has been here since we first became a 400 shop 12+ years ago. The vendor's libraries have found their way into hundreds of job descriptions across the system. Is there an easy way to remove the entries for these libraries from all the job descriptions? ...
View Answer
| Apr 22 2008 3:38 PM GMT
| asked by
ERICPELL
AS/400, OS/400, JOBD
Do API’s ‘QSYRUPWD’ and ‘QSYSUPWD’ work with QSECOFR user profile?
Our password maintenance programs, use API's 'QSYRUPWD' and 'QSYSUPWD'. They work a traet with standard profiles, but don't seem to work for user profile QSECOFR. (we also have a copy of this profile called WSECOFR and this doesn't work either).Is there a built-in 'block' on the QSECOFR profile...
View Answer
| Mar 6 2008 4:08 PM GMT
| asked by
Rpm
QSYRUPWD, QSYSUPWD, AS/400 security
Is there a changed objects calculation on the AS400
How do you get a total size of how many objects have been changed in a day?
View Answer
| Mar 5 2008 9:44 PM GMT
| asked by
Bmorebad
OS/400, iSeries, AS/400
Calling API
Hi all,Does anyone knows how to call API program in interactive mode?How are the rules to call API?Let say I want to put CALL QEZSNDMG in WRKJOBSCDE, what do I have to put in the command, cause when I try CALL QEZSNDMG parm(''N' 'Y' ' ' 'Testing' 'User1'') its not working. It says that error found...
View Answer
| Feb 26 2008 7:03 AM GMT
| asked by
TG
AS/400, iSeries, OS/400
OS/400 Sensitive Commands
1) How can a user be given the capability to execute the following OS/400 sensitive commands?ADDAUTLE - Add Authorization List EntryCHGDTA - Change Database File (using DFU)CHGUSRPRF - Change User ProfileCRTAUTL - Create Authorization ListCRTUSRPRF - Create User ProfileEDTAUTL - Edit Authorization...
View Answer
| Jan 30 2008 8:03 PM GMT
| asked by
Rex1
OS/400, AS/400, CRTUSRPRF
Damaged object in OS/400 QSYS
I have a damaged object in QSYS library that is preventing our full backup completing. The object is QPZA006434 and is a *SRVPGM. I have tried to restore this object from backup but this has failed. Any suggestions to what this file is or does and to how I can fix it or remove it? The system is...
View Answer
| Dec 12 2007 3:26 PM GMT
| asked by
GrahamM
OS/400, AS/400, *SRVPGM
AS/400 - Don’t prompt me for user/pass when starting 5250 emulator
Hello,I started developing a screen scraper app with the API provided by IBM for the iSeries. It works perfectly except for one thing. Whenever I reboot my PC and run the 5250 emulator, it pops up a form with input for SERVER, USER and PASSWORD. This is prior to logging on to the actual green...
Answer Question
| Oct 17 2007 10:54 PM GMT
| asked by
Fixitchris
WS, AS/400, OS/400
how to get particular record
Hi all, we display records on display screens with field names number,name.we tak opt(option) variable to perform delete(opt1),update(opt2) before field names.format is, opt number name. 00001 KUMAR 00002 RAOHOW TO SELECT PARTICULAR RECORD HERE 0001 OR 0002 BY GIVING...
View Answer
| Oct 15 2007 10:22 AM GMT
| asked by
Anji
OS/400, RPG
Possible to prevent program from being called if other program is active?
Ray has two CL programs: PgmA and PgmB. He doesn't want users to call PgmB at a command line if PgmA is active and vice versa. Is there a way to handle this in a CL? Getting rid of the command line is not an option.Let Ray know if you have any suggestions.Michelle...
View Answer
| Aug 10 2005 9:10 AM GMT
| asked by
MichelleDavidson
OS/400, iSeries, i5
Way to filter files in IFS?
Michael recently wrote Search400.com with this question:"Every day we have hundreds of very small 1K to 100K files written to a directory (JDEB7333) on our IFS. All the files have the same extension of .log. Is there a native command or a utility (free or subscription) that you are aware of that...
View Answer
| Aug 10 2005 9:03 AM GMT
| asked by
MichelleDavidson
OS/400, iSeries, i5
Need help restoring spooled file in BRMS
A Search400.com member needs your help. He has an i825 iSeries and is trying to restore a spooled file saved in BRMS. The problem is the tape backup was on an old 620 machine. Does anyone have any advice?Michelle DavidsonEditorSearch400.commdavidson@techtarget.com
View Answer
| Aug 10 2005 8:57 AM GMT
| asked by
MichelleDavidson
OS/400, iSeries, i5
UPDPGM
Hi,Is there a way to accomplish program updates automatically after module or service program changes.How can we find which programs are bounded with that module or service program?
View Answer
| Aug 5 2005 4:02 AM GMT
| asked by
PANDUL
OS/400, iSeries, i5
journal entry’s entry specific data
Hi,I am trying to extract fields from security audit events. The problem comes when dealing with entry specific data field. This field contains lot of info which varies according to the entry type. Is there any API which returns information present in the entry specific data portion in a convenient...
View Answer
| Aug 4 2005 11:15 AM GMT
| asked by
pprasad123
OS/400, iSeries, i5
STRSST User ID Disabled.
How do you re-enable the user id for STRSST when it has been disabled?
View Answer
| Aug 1 2005 8:42 AM GMT
| asked by
bkr0963c
OS/400, iSeries, i5
V5R3 Upgrade - RJE - BSC
After Upgrading from V5R2 to V5R3 an old style BSC RPG program no longer functions. Does anyone know if a Licensed Program is missing or a PTF is required. Have not been able to find much info.Thanx in advance
View Answer
| Jul 29 2005 6:50 AM GMT
| asked by
INSATIABLE
OS/400, iSeries, i5
timestamp value
Hi,I am receiving TIMESTAMP value from the iSeries system as an unsigned 64 bit integer value. Is it possible to convert this timestamp into a readable format in windows machine? The iSeries timestamp value is an unsigned 64 bit integer value. All the time management routines which I can use on a...
View Answer
| Jul 21 2005 9:39 AM GMT
| asked by
pprasad123
OS/400, iSeries, i5
5733SC1; ability to sftp to a Unix box
I have a need to get information from an i5 to a Unix box. And it has to be unattended. Catch; Unix is allowing only SFTP (not i5's definition of secure ftp, the Unix definition. Port 22). So, FTP isn't an option. In all IBM & everyone else's 'documentation' about all can find out is that need...
View Answer
| Jul 20 2005 3:11 PM GMT
| asked by
neptune21
OS/400, iSeries, i5
STRDSKRGZ, TRCASPBAL, and STRASPBAL commands.
Are any of you familiar with using these commands, the amount of time it takes to perform these commands, the requirements (restricted system or not, etc.), or where I can obtain some documentation on these commands so I can read up on them? I appreciate the info and help.
View Answer
| Jul 19 2005 9:17 AM GMT
| asked by
bkr0963c
OS/400, iSeries, i5


