-
AS/400 user ID which i do not want to be disconnected at all.
I have a user id which i do not want to be disconnected at all. Is that possible since i have set a system value for QDSCJOB. All profiles need to be disconnected if not active for above 15 mins, therafter after another 30 mins the interactive job is ended. But i need this one profile which submits...
Last updated: -
Recovering the entire System i – cannot log in
I had to restore System i from EntireSystem copy. Unfortunately after restore I can't log in. After signing on qsecofr profile system goes back to sign-on screen.
Last updated: -
AS/400: Difference between WRKMLMBRM and WRKMEDBRM
What is the difference between WRKMLMBRM and WRKMEDBRM commands in AS/400?
Last updated: -
We used FMTDTA command to copy data from one PF to another PF. However, in the target file, one of the fields (length 8 packed decimal), got junk values like (+++++++++++). The file from which the data was copied had all correct values. Also we ensured that both the files (source and target files)...
Last updated: -
How to track down who made changes to a User Profile in AS/400
How can I track down or view/search the audit log to see who made changes to a User Profile
Last updated: -
Replace leading blanks with zeros in RPG
I have a 3A field on my display file, when user enters ' 50' I want to chain the file with '050' since record in stored in file like that. How can I replace the leading blanks with zeros in this case?
Last updated: -
What is the best method to use in order to delete multiple old files at one time?
Last updated: -
IPDS printer prints 2 copies of barcode page
We have a homegrown program that prints a barcoded (6 0f 9) page. I have ran tests and the spool file has only one page of data and is set to 1 copy. When we send the report to an IPDS printer (HP-4050) it prints two copies. Why should it do this? All other reports sent to this printer are normal....
Last updated: -
sftp on the AS400. Gilbert Martin seems to be the master of this sftp thing. my email is ekaradsheh@edicom-ias.com if you can email me that article it would be great.
Last updated: -
What can I look for to see why my ASP is Spiking? I have checked wrkactjob, cleared old spool, files, JE's are fine.
-
Install Cumulative PTFs on AS/400
I am getting ready to install a Cumulative PTF package for V5R3M0 on the AS/400. I have 7 CDs that are labeled Cumulative PTFs and 4 that are labeled AS/400 Service Order. Will the 4 with the Service Order tag be used? Are there HIPER and Database PTFs that will need to be installed? What options...
-
Hi guys, I have this problem, look at this RPG code: dcl-s hostvar packed(8 : 0); dcl-s outvar zoned(8 : 0); ... EXEC SQL SELECT FIELDA INTO :HostVar FROM LIB1/FILE1 ; outvar = hostvar; EXEC SQL INSERT into LIB2/FILE2 (FIELDB) VALUES (HostVar); I get into Hostvar FIELDA that is packed(8 : 0)...
Last updated: -
Hey again, I have on my RPGLE display screen a date field (Numeric 8,0) which format is DDMMYYYY. But when I want to store it in the physical file. I want it to be in the format (*ISO YYYY-MM-DD). How can I convert from the DDMMYYYY format know the appropriate century? Can anyone help me in this...
Last updated: -
How to create an integer from the last two characters of an alpha description. Can create an alpha field of two digits, but how can I make it an integer to use it in a calculation?
Last updated: -
Change AS/400, Synon and JDEdwards primary language
The AS/400 systems are V5R3 and have Spanish as the primary language and English as the secondary. We have Synon and JDEdwards installed on system with Spanish as the primary language and English as the secondary. So please let me know how we can switch between both languages we tried Option...
Last updated: -
AS400 spool file printing twice
AS400 - 820 - V5R3V0 - I have a couple of printers, Genicom line printers, when a request is sent to print a report about 5 minutes later the same report is printed again. These are interactive jobs requesting this report. I have checked everywhere I can think of and can not find a reason for this....
Last updated: -
Hi! I have an As400 system with V5R1 version with Dutch as a primary language and english as a secondary language. The problem is that the users wants the system in dutch and I need it in english since I don't speak dutch. Is there a way on how can I solve it?
Last updated: -
I am looking to read the menu, 6 lines down, and 5 across copy, those five characters then past it at position 1,47
Last updated: -
RPGLE substring and break word with different fields
Hi, I have encounter issues about sub string with from input and store in destination fields with different field length. I have four 35A input fields condition with if character at position 35A of input line 1 is not a space and first character of input line 2 is not space, then will move last...
Last updated: -
Been searching through forums and have not found an answer to my problem but we are running V6.1 and am trying to use the transform PDF with an overlay to a stream file and it is losing my overlay on all pages past the first one. It works fine creating a tiff image instead of a PDF but can't get...