Screen Size DSPSIZ(27 132 *DS4)
I have to have a screen configured at DSPSIZ(27 132 *DS4) b/c I need more space to put stuff. The company does not want expanded colums (hitting F10 to show more info). So this reduces the size of the text. I can see on the screen there is a little more room to make things bigger. Is there away to...
I have to have a screen configured at DSPSIZ(27 132 *DS4) b/c I need more space to put stuff. The company does not want expanded colums (hitting F10 to show more info). So this reduces the size of the text. I can see on the screen there is a little more room to make things bigger. Is there away to...
Calculating hours worked from a time stamp
Hi Everyone I work for a trucking company and all of the trucks have onboard computers with GPS tracking, recently the company decided to have the local drivers clock in and out on the OBC that way they also have the location of the unit when the driver clocks in or out. My question is they want a...
Hi Everyone I work for a trucking company and all of the trucks have onboard computers with GPS tracking, recently the company decided to have the local drivers clock in and out on the OBC that way they also have the location of the unit when the driver clocks in or out. My question is they want a...
2 subfiles side by side
hi folks i try to create a DSPF as a window and with 2 subfiles side by side within So i create 2 several windows - once for every subfile, with all OVERLAY, INVITE, USRRSTDSP and WINDOW(..... *NOMSGLN *NORSTCSR), In RPG i wrote Write Window (Main) Write CTL01 Write CTL02 Read DspFile ...
hi folks i try to create a DSPF as a window and with 2 subfiles side by side within So i create 2 several windows - once for every subfile, with all OVERLAY, INVITE, USRRSTDSP and WINDOW(..... *NOMSGLN *NORSTCSR), In RPG i wrote Write Window (Main) Write CTL01 Write CTL02 Read DspFile ...
Email message sent is printing 2 pages
I have written a process where a salesrep remotely orders a special item that we don't normally carry and it signals the buyer to order it. When the item is ordered the system emails the salesrep. I use SNDDST with *LMSG with a short note stating the item has been ordered with item, vendor,...
I have written a process where a salesrep remotely orders a special item that we don't normally carry and it signals the buyer to order it. When the item is ordered the system emails the salesrep. I use SNDDST with *LMSG with a short note stating the item has been ordered with item, vendor,...
AS/400 display file
How to decide the position of Display file's constant variable dynamically. I wanted to decide the position in RPGLE program. Software/Hardware used: AS400
How to decide the position of Display file's constant variable dynamically. I wanted to decide the position in RPGLE program. Software/Hardware used: AS400
RCVJRNE command impact
Hi, I am using five different programs to monitor the changes and catch them through RCVJRNE command using EXITPGM . There are lot of other files attached to the same journal. By using the RCVJRNE command on only 1 or 2 file will have any imapct on other files? What is the impact on the performance...
Hi, I am using five different programs to monitor the changes and catch them through RCVJRNE command using EXITPGM . There are lot of other files attached to the same journal. By using the RCVJRNE command on only 1 or 2 file will have any imapct on other files? What is the impact on the performance...
SMTP users
Do all users need their own directory entry to send emails. Is there a way for anyone to signon to the system and use a CL program that sends an email message by SNDDST.
Do all users need their own directory entry to send emails. Is there a way for anyone to signon to the system and use a CL program that sends an email message by SNDDST.
JDBC connection to DB2/400
Hi, We have application which runs on Java Server connects DB2/400 using JDBC connection. would like to know what is the maximumnumber of database connections supported on DB2/400 and how can I adjust this connection activity so that it is not impacting our application running on as/400 i.e. how to...
Hi, We have application which runs on Java Server connects DB2/400 using JDBC connection. would like to know what is the maximumnumber of database connections supported on DB2/400 and how can I adjust this connection activity so that it is not impacting our application running on as/400 i.e. how to...
SQLRPGLE Cursors and Recursion
I'm trying to recursively call a PI in my SQLRPGLE program. Problem is, I get an SQLCODE error of -519 and I'm sure it has to do with cursors and the prepare statement in my PI. Here's the code: pprintPrograms b dprintPrograms PI d...
I'm trying to recursively call a PI in my SQLRPGLE program. Problem is, I get an SQLCODE error of -519 and I'm sure it has to do with cursors and the prepare statement in my PI. Here's the code: pprintPrograms b dprintPrograms PI d...
The IT Blog Top 10: Nov. 19, 2009
10. The intermediate IBM i 6.1.1 version Mark Fontecchio takes a look at IBM i 6.1.1, and answers the question of how well it fills the gap for those waiting for i5/OS. 9. Using VRDP to view VirtualBox virtual machines remotely Rick Vanover explains some important adminsitration techniques for...
10. The intermediate IBM i 6.1.1 version Mark Fontecchio takes a look at IBM i 6.1.1, and answers the question of how well it fills the gap for those waiting for i5/OS. 9. Using VRDP to view VirtualBox virtual machines remotely Rick Vanover explains some important adminsitration techniques for...
Fields not coming into program from screen
I've written a simple program that reads a record and displays the fields on the screen. When I change a field for some reason it does not come into the program changed. I put a debug after the exfmt and it shows the field on the screen as if I did not entering anything new...it shows the...
I've written a simple program that reads a record and displays the fields on the screen. When I change a field for some reason it does not come into the program changed. I put a debug after the exfmt and it shows the field on the screen as if I did not entering anything new...it shows the...
changing os/400 language
Hi, is it possible to change OS/400 primary language after installing it on a machine in English? If possible plz tell me the steps involved? thanks Software/Hardware used: as/400,V5R4
Hi, is it possible to change OS/400 primary language after installing it on a machine in English? If possible plz tell me the steps involved? thanks Software/Hardware used: as/400,V5R4
how to copy column-headings from a PF
how to get column-heading names copied along with data from a PF to a flat-file? - OR - how to copy column-headings from a PF to another PF? Software/Hardware used: AS/400
how to get column-heading names copied along with data from a PF to a flat-file? - OR - how to copy column-headings from a PF to another PF? Software/Hardware used: AS/400
startup program not autostarting when called in QCTL
I have a fully re-written startup program placed in my library,and for some reason if i pwrdwn/IPL or after option21 backup startup program does not autostart but if i call the program it works,the system value is set to look at mystartpgm in mylib but doesn't work instead gives message...
I have a fully re-written startup program placed in my library,and for some reason if i pwrdwn/IPL or after option21 backup startup program does not autostart but if i call the program it works,the system value is set to look at mystartpgm in mylib but doesn't work instead gives message...
AS400 - RPGLE
I wanted move Numeric Field to Character field. I am using Free format RPGLE Program. I have used %Char to do this operation. It is moving 2 to Character field, While trying to move 02 to Character field. I am expecting '02' in Character field How to achieve this in Free format RPGLE Program?
I wanted move Numeric Field to Character field. I am using Free format RPGLE Program. I have used %Char to do this operation. It is moving 2 to Character field, While trying to move 02 to Character field. I am expecting '02' in Character field How to achieve this in Free format RPGLE Program?
PicklistStrings returning a blank view when on a local replica
I have a button on a form that allows the user to select a document's values from a view. I used uiworkspace.pickliststrings to return a category of a view for selection. It works fine if using the database on the server. However, when using a local replica, the view returned is blank and I...
I have a button on a form that allows the user to select a document's values from a view. I used uiworkspace.pickliststrings to return a category of a view for selection. It works fine if using the database on the server. However, when using a local replica, the view returned is blank and I...
Move all fields in a record format at once.
How can I move all the fields of a single record format at once? I need to move fields totalling 712 positions to a single flat-file record that is also 712 positions long. I really don't want to move one-field-at-a-time into a data structure if I can help it.
How can I move all the fields of a single record format at once? I need to move fields totalling 712 positions to a single flat-file record that is also 712 positions long. I really don't want to move one-field-at-a-time into a data structure if I can help it.
Why am I having such a problem copying a file.
Trying to copy a smaller file 89 bytes and one field less file to a 96 byte file that has one more field. Trying Cpyf weblibl/wcur test01/wcur mbropt(*replace) fmtopt(*map *dr op) Get a return message of 29767 records copied but receiving file is empty. Where did they the records goto?
Trying to copy a smaller file 89 bytes and one field less file to a 96 byte file that has one more field. Trying Cpyf weblibl/wcur test01/wcur mbropt(*replace) fmtopt(*map *dr op) Get a return message of 29767 records copied but receiving file is empty. Where did they the records goto?
Recovering deleted records
Hi friends, it´s me again (rsrsrs) I have a file journalized named (product/master) and Journal Receiver below Work with Journal Attributes ...
Hi friends, it´s me again (rsrsrs) I have a file journalized named (product/master) and Journal Receiver below Work with Journal Attributes ...
Is there a way to show a printer file overlay in spooled file? I need to email a document with an overlay.
We are currently creating purchase orders with a printer file overlay. Now we need to be able to email the purchase order. (Without printing it first.) We have the ability to email spooled files. And, of course, resources are limited. Software/Hardware used: ISeries - Spool Tool
We are currently creating purchase orders with a printer file overlay. Now we need to be able to email the purchase order. (Without printing it first.) We have the ability to email spooled files. And, of course, resources are limited. Software/Hardware used: ISeries - Spool Tool


