how to schedule operation in I5 HMC to move physical adaptor
Need to schedule HMC to move physical adaptor between two AS400 partitions so they can be backed up with no manual intervention
Need to schedule HMC to move physical adaptor between two AS400 partitions so they can be backed up with no manual intervention
Pointer not set for location referenced
Hello, One of my customers is reporting a problem saying that when program A calls program B generates a message "Pointer not set for location referenced." from Procedure Division of Program B. (which has parameters) This program is a COBOL ILE with two modules, one COBOL module (Program entry...
Hello, One of my customers is reporting a problem saying that when program A calls program B generates a message "Pointer not set for location referenced." from Procedure Division of Program B. (which has parameters) This program is a COBOL ILE with two modules, one COBOL module (Program entry...
OS400-V5R4-Extended Base Support Failed
Hi all, I just like to ask if there's any other way to resolve this problem..We restored our entire system backup from an as400 V5R1 machine to a V5R4 transition box. All the data and license programs was restored successfully. Then we purchased a new machine (as400 V5R4 also). We then created an...
Hi all, I just like to ask if there's any other way to resolve this problem..We restored our entire system backup from an as400 V5R1 machine to a V5R4 transition box. All the data and license programs was restored successfully. Then we purchased a new machine (as400 V5R4 also). We then created an...
Printer File
How do I view the printer file or what command do I use in the Os/400? How is a print writer related to printer file?
How do I view the printer file or what command do I use in the Os/400? How is a print writer related to printer file?
Password automatic replication
I would like to know how to set up an automatic password replication in 26 AS400 partitions so as when I change my password in one of them, it replicates to the others. Any idea?
I would like to know how to set up an automatic password replication in 26 AS400 partitions so as when I change my password in one of them, it replicates to the others. Any idea?
odbc in i5/OS
I need to know how i can create an data source name or a odbc connection for a database in i5/OS. Kindly guide me.
I need to know how i can create an data source name or a odbc connection for a database in i5/OS. Kindly guide me.
Tivoli Monitoring Setup on i5/OS400
Folks, I'm a new employee working on i5/OS400 systems and I need to setup Tivoli monitoring tool on it. I have checked many websites but couldn't find how I do it. Can someone please help me?
Folks, I'm a new employee working on i5/OS400 systems and I need to setup Tivoli monitoring tool on it. I have checked many websites but couldn't find how I do it. Can someone please help me?
Windows Server 2008 compatability with Client Access Express V5R0
Is Windows Server 2008 compatable with Client Access Express V5R0 for iSeries OS/400 V5R1?
Is Windows Server 2008 compatable with Client Access Express V5R0 for iSeries OS/400 V5R1?
to run a batch file in i5/OS
how to run a batch file or a script file in i5/OS. How to create file with extension .sql and run the same in i5/OS
how to run a batch file or a script file in i5/OS. How to create file with extension .sql and run the same in i5/OS
Packed fields in Flat Files
I have a flat 400 file wich is 36 long internally described as follows: 1 2 0ICL 3 6 0ORDNO 7 8 0SUB 9 11 0DEPT P 12 13 2RATE P 14 18 2TOTMTH P 19 23 2OTODAT P 24 28 1HRS2DT 29 36 0INFODT I...
I have a flat 400 file wich is 36 long internally described as follows: 1 2 0ICL 3 6 0ORDNO 7 8 0SUB 9 11 0DEPT P 12 13 2RATE P 14 18 2TOTMTH P 19 23 2OTODAT P 24 28 1HRS2DT 29 36 0INFODT I...
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...
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...
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 ...
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 ...
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? ...
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? ...
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...
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...
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?
How do you get a total size of how many objects have been changed in a day?
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...
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...


