How to check the required/latest PTFs to be installed on iSeries?
How to check the required/latest ptf's to be installed on i series(v5)?
How to check the required/latest ptf's to be installed on i series(v5)?
Check expiry date of tape (using iSeries and BRMS)
I am chasing a simple CL program to check if the currently loaded tape has the data as *expired so it can be written to under BRMS. It shouldn't be that hard but I've searched for literally days and can't find anyone to help.
I am chasing a simple CL program to check if the currently loaded tape has the data as *expired so it can be written to under BRMS. It shouldn't be that hard but I've searched for literally days and can't find anyone to help.
Authority Question
We have 2 iSeries Servers. I have setup Anynet support. I am trying to give our DBA the ability to use the SAVRSTOBJ command, but I keep running into the fact that the DBA needs *ALLOBJ authority when Allow Object Differences *ALL is selected. Any words of wisedom, Thanks, Bill Poulin
We have 2 iSeries Servers. I have setup Anynet support. I am trying to give our DBA the ability to use the SAVRSTOBJ command, but I keep running into the fact that the DBA needs *ALLOBJ authority when Allow Object Differences *ALL is selected. Any words of wisedom, Thanks, Bill Poulin
Compare physical file data
Hi, I am trying to compare data from two different physical files. Both the files are in the same format but from two different systems. I need a report or a file which compares the data in both the files and report the differences in a report or a physical file. Any toughts on this. I already...
Hi, I am trying to compare data from two different physical files. Both the files are in the same format but from two different systems. I need a report or a file which compares the data in both the files and report the differences in a report or a physical file. Any toughts on this. I already...
Using SOAP with iSeries
Using ILOG JRules with AS/400 on VR4 through Lansa Integrator. The communications is using SOAP and WSDL because ILOG communicates as a web service. I am seeking an alternate means to connect to the ILOG engine without Lansa because the performance is a huge bottleneck.
Using ILOG JRules with AS/400 on VR4 through Lansa Integrator. The communications is using SOAP and WSDL because ILOG communicates as a web service. I am seeking an alternate means to connect to the ILOG engine without Lansa because the performance is a huge bottleneck.
Java on iSeries
We have a java program running on web sphere on linux. The java program is zipped as jar and deployed in an IFS directory and we use RPGILE to call the java program. Would it be possible to deploy war file instead of jar file in IFS directory and call the java program in the war file using...
We have a java program running on web sphere on linux. The java program is zipped as jar and deployed in an IFS directory and we use RPGILE to call the java program. Would it be possible to deploy war file instead of jar file in IFS directory and call the java program in the war file using...
Is there Blog software for the iSeries?
Our users have asked us to set up a blog on our intranet. It will be for internal usage only as a means to collect and share ideas across the organization. We are a small/medium iSeries (V5R4) shop and run our intranet on the iSeries through Tomcat http server. The intranet has many html pages...
Our users have asked us to set up a blog on our intranet. It will be for internal usage only as a means to collect and share ideas across the organization. We are a small/medium iSeries (V5R4) shop and run our intranet on the iSeries through Tomcat http server. The intranet has many html pages...
ILE - module change
Hi, 1) How to find the list of programs using a module (other than find string or hawkeye) which needs to be modified? 2) If a module used by more than 15 program needs to be changed, what are the ways to update the impacted programs (apart from running UPDPGM command)?
Hi, 1) How to find the list of programs using a module (other than find string or hawkeye) which needs to be modified? 2) If a module used by more than 15 program needs to be changed, what are the ways to update the impacted programs (apart from running UPDPGM command)?
Maximum number of CL variables with IBM i 6.1
What is the maximum number of variables that you may define using the DCL command in a CL program on an IBM i version 6.1 system? Also: Where is this documented, if you know? I couldn't find it in the online help, Information Center, or CL Programming PDF. Thanks!
What is the maximum number of variables that you may define using the DCL command in a CL program on an IBM i version 6.1 system? Also: Where is this documented, if you know? I couldn't find it in the online help, Information Center, or CL Programming PDF. Thanks!
iSeries backup encryption on LT04?
Hi, We are looking to encrypt our backups and having looked about it appears that using a fibre attached LT04 in the tape library where the encryption is done at hardware level would be the best /cheapest option. It is the best option for us as it also says that no software is required, however...
Hi, We are looking to encrypt our backups and having looked about it appears that using a fibre attached LT04 in the tape library where the encryption is done at hardware level would be the best /cheapest option. It is the best option for us as it also says that no software is required, however...
Will RUNRMTCMD hold the host session until the program execution completes in the remote machine?
Hi, When executing RUNRMTCMD to run a long runnibg program in a remote iSeries partition, will the session on the host machine be held until the long running program completes in the remote partition? Any chance that a 'fire and forget' kind of effect can be achieved? i.e. I would like to have...
Hi, When executing RUNRMTCMD to run a long runnibg program in a remote iSeries partition, will the session on the host machine be held until the long running program completes in the remote partition? Any chance that a 'fire and forget' kind of effect can be achieved? i.e. I would like to have...
How can I transfer an ASCII file with negative numbers to my iSeries
I need to transfer an ASCII file that has a field that may contain negative numbers to my iSeries. I'm getting nowhere with this. Can someone tell me how I might do this?
I need to transfer an ASCII file that has a field that may contain negative numbers to my iSeries. I'm getting nowhere with this. Can someone tell me how I might do this?
Embedded SQL over multiple physical file members
Hi, I'm writing a program to process all the members in a physical file. I've done this using embedded SQL because the selection criteria is quite complex. The physical file belongs to an application which I can't change, so I will always have to deal with multiple members. I also don't have...
Hi, I'm writing a program to process all the members in a physical file. I've done this using embedded SQL because the selection criteria is quite complex. The physical file belongs to an application which I can't change, so I will always have to deal with multiple members. I also don't have...
iNavigator hangs on SMTP properties
We have an iSeries running v5r2 and the latest release of client access. I need to change the binding of SMTP and this appears to only be available by Navigator. However Navigator hangs when I click the properties on SMTP. Any other way that I can change this binding to a new ip address?
We have an iSeries running v5r2 and the latest release of client access. I need to change the binding of SMTP and this appears to only be available by Navigator. However Navigator hangs when I click the properties on SMTP. Any other way that I can change this binding to a new ip address?
move document to AS400 (Iseries) folder
How do you move (or copy) a document from an IFS directory to an Iseries folder?
How do you move (or copy) a document from an IFS directory to an Iseries folder?
Embedded SQL to process ALL members
Hi, I'm trying to get an RPG with embedded SQL to read all the members in a file. I know I used to be able to do this with an OVRDBF command with *ALL specified for the member, but this doesn't seem to work anymore. In the joblog I get a CPF4268 message which says the file has no members or is...
Hi, I'm trying to get an RPG with embedded SQL to read all the members in a file. I know I used to be able to do this with an OVRDBF command with *ALL specified for the member, but this doesn't seem to work anymore. In the joblog I get a CPF4268 message which says the file has no members or is...
InfoPrint - Spool File to PDF mapping object
have got spool file to pdf working using infoprint, stored in IFS and sent as email. Does anyone have example of mapping object so change directory path and name of pdf file when stored in ifs? System uses job name etc. which will be variable. Thanks
have got spool file to pdf working using infoprint, stored in IFS and sent as email. Does anyone have example of mapping object so change directory path and name of pdf file when stored in ifs? System uses job name etc. which will be variable. Thanks
How to schedule an iSeries job to do IPL?
Is there any way where we can schedule a job to do IPL? Thank You, Nitin
Is there any way where we can schedule a job to do IPL? Thank You, Nitin


