RPGIV: Moving Input record to Output
Are you in a classroom enviornment? If soo, you should be working with your instructor. If not, what training have our had? The 2nd level text fully explains these errors. QRG5194 – you are using a field anme that is the same as the name of a file or record format. QRG9030 – You are [...]
View Answer
| January 8, 2013 8:10 AM
AS/400, RPGIV
Are you in a classroom enviornment? If soo, you should be working with your instructor. If not, what training have our had? The 2nd level text fully explains these errors. QRG5194 – you are using a field anme that is the same as the name of a file or record format. QRG9030 – You are [...]
Vertex software upgrade to 3.1 on the AS/400
I’ve forgotten to mention that I will be upgrading to 3.1
View Answer
| January 8, 2013 9:20 PM
AS/400, Vertex
I’ve forgotten to mention that I will be upgrading to 3.1
Object use
If the object is locked, you cna use WRKOBJLCK. If it is being journaled, you can DSPRJN
View Answer
| January 8, 2013 5:17 PM
AS/400 V6r1m0, iSeries
If the object is locked, you cna use WRKOBJLCK. If it is being journaled, you can DSPRJN
RPG online course
If you go a web search you will find different options/ One of them is AS400School.com
View Answer
| January 7, 2013 12:49 PM
AS/400, RPG, RPG training
If you go a web search you will find different options/ One of them is AS400School.com
How to check for file locks in Batch
You could use ALCOBJ with a MONMSG
View Answer
| December 31, 2012 5:43 AM
AS/400, WRKOBJLCK
You could use ALCOBJ with a MONMSG
How to find the IP address of the system from which user had logged in
For logged on Users: Wrkcfgsts *dev then display For Signed Off users: use devdscr. API Hassan
View Answer
| December 30, 2012 8:01 AM
AS/400, AS/400 Server, IP address
For logged on Users: Wrkcfgsts *dev then display For Signed Off users: use devdscr. API Hassan
SAVLIB parameters
Use the parm ACCPTH(*NO)
View Answer
| December 28, 2012 7:12 PM
AS/400, AS/400 logical file
Use the parm ACCPTH(*NO)
Need to email a spool file from a CL program.
Check out Brad Stone’s web page for free tools you can download. (http://www.bvstools.com/ SPLTOOL)
View Answer
| December 26, 2012 7:55 PM
CL Program, Spool files
Check out Brad Stone’s web page for free tools you can download. (http://www.bvstools.com/ SPLTOOL)
No objects show in save file
Check you joblog again and verify the location of the objhects saved is the same as the location you are looking at.
View Answer
| December 26, 2012 2:12 PM
AS/400, Joblog
Check you joblog again and verify the location of the objhects saved is the same as the location you are looking at.
Assimilating QTEMP file in Synon
Thanks for coming to ITKE. You did not ask a question. Can you tell us what you have tried and what problems you are having.
View Answer
| December 26, 2012 12:32 PM
QTEMP, Synon
Thanks for coming to ITKE. You did not ask a question. Can you tell us what you have tried and what problems you are having.
action diagram.
What are you trying to do, when you say ‘use the built in functions’? To access them you would put a IAF on the blank to the left, adn when the Edit action box appears, put a ? in the Function line. You will see an entire list of what is available. Just select one. [...]
View Answer
| December 27, 2012 4:27 AM
AS400 Command, Synon, Synon 2E
What are you trying to do, when you say ‘use the built in functions’? To access them you would put a IAF on the blank to the left, adn when the Edit action box appears, put a ? in the Function line. You will see an entire list of what is available. Just select one. [...]
How to get server permission?
Contact your system administrator
View Answer
| December 27, 2012 2:45 PM
Server, Server permissions
Contact your system administrator
What type of ink powder use in brother toner cartridge
Good Article on <a href=”http://suppliesguys.com/supplies/Brother-Toner.htm”>Brother Toner</a>
View Answer
| December 20, 2012 9:02 AM
Printer cartridges
Good Article on <a href=”http://suppliesguys.com/supplies/Brother-Toner.htm”>Brother Toner</a>
Terminated Users in AS/400 system.
There is an API for this. The question was asked before on this site, Here is a link to it http://itknowledgeexchange.techtarget.com/itanswers/retrieve-user-profile/
View Answer
| December 18, 2012 2:46 PM
AS/400, AS400 admin
There is an API for this. The question was asked before on this site, Here is a link to it http://itknowledgeexchange.techtarget.com/itanswers/retrieve-user-profile/
How to transfer an iSeries file
There are various methods to do this. Some of the considerations would be the size of the file and the frequency of the transfer and the connecttivity of the two machines. You can use FTP, a DDM file, send the file as an email attachment, copy to another media for transfer, and otehr options. If [...]
View Answer
| December 18, 2012 11:23 AM
AS/400, iSeries, iSeries files
There are various methods to do this. Some of the considerations would be the size of the file and the frequency of the transfer and the connecttivity of the two machines. You can use FTP, a DDM file, send the file as an email attachment, copy to another media for transfer, and otehr options. If [...]
AS400 – RPGLE
And an Else to the If statment to clear EMPNAME or just check foir the NOT %Found condition and clear the field. Chain If Not %Found Clear EMPNAME EndIf DSPLY EMPNAME
View Answer
| December 18, 2012 9:18 AM
AS/400, AS400 RPGLE
And an Else to the If statment to clear EMPNAME or just check foir the NOT %Found condition and clear the field. Chain If Not %Found Clear EMPNAME EndIf DSPLY EMPNAME
Record lock on physical file
Lock will be apply on Physical file when file will read. Once read file will be unlock.
View Answer
| January 29, 2013 5:51 AM
Logical File, RPGLE
Lock will be apply on Physical file when file will read. Once read file will be unlock.
decimal field in printerfile
If the PRTF is internally defined in your program, you can rearrange the output specs so the Amount field is before the field that preceeds it. That way the other field will overlay the beginning of the Amount field. Example: Current Specs: O PriorField 25 O Amount 40 ====== Suggested: O Amount 40 O PriorField [...]
View Answer
| December 14, 2012 6:48 AM
AS/400
If the PRTF is internally defined in your program, you can rearrange the output specs so the Amount field is before the field that preceeds it. That way the other field will overlay the beginning of the Amount field. Example: Current Specs: O PriorField 25 O Amount 40 ====== Suggested: O Amount 40 O PriorField [...]
Unable to Start Database
There are 2 other things you can check, but I would expect a different error. Still .. 1. Check the NetServer service in the System i. A profile CAN be disabled here, but still be able to use green screen, etc, 2. Check if the user has a mixed case password. I am at V7R1 [...]
View Answer
| December 16, 2012 8:47 AM
AS400 admin
There are 2 other things you can check, but I would expect a different error. Still .. 1. Check the NetServer service in the System i. A profile CAN be disabled here, but still be able to use green screen, etc, 2. Check if the user has a mixed case password. I am at V7R1 [...]
Server specifications
what is 16 points? server specs depending on what kind of business you run and how much data you need.
View Answer
| December 12, 2012 5:01 PM
Server, Server administration
what is 16 points? server specs depending on what kind of business you run and how much data you need.





