job trace
We all know that we could not get a hsrty log for a user who has signed off? but can we do job trace of that user using their login information to get the hsty ?
Answer Question
| March 6, 2012 5:07 AM
AS/400 performance
We all know that we could not get a hsrty log for a user who has signed off? but can we do job trace of that user using their login information to get the hsty ?
If Statements
how to look up numbers only?
Answer Question
| March 17, 2012 8:02 PM
IF, IF statement
how to look up numbers only?
Journaling
What is journaling and does it catch unauthorized changes
Answer Question
| March 17, 2012 7:34 PM
Journaling
What is journaling and does it catch unauthorized changes
db2/400
what is the use of multiple record non join logical file in db2/400?
Answer Question
| March 17, 2012 11:39 AM
AS/400
what is the use of multiple record non join logical file in db2/400?
Download AS400 Physical File to Excel Using VBA
I am in the process of developing an Access database with the intention of using it to control the download of AS/400 physical files into Excel. I am fine developing the Access / Excel side of the data, however I ahve no experience with the AS/400 side of things. The access database will contain information [...]
Answer Question
| March 17, 2012 9:55 AM
Access, AS/400, excel, VBA
I am in the process of developing an Access database with the intention of using it to control the download of AS/400 physical files into Excel. I am fine developing the Access / Excel side of the data, however I ahve no experience with the AS/400 side of things. The access database will contain information [...]
3rd party tools
what is Tivoli,Domino,Robot& Navigator in as400? How they supports AS400?
Answer Question
| February 28, 2012 6:51 AM
Domino, navigator, ROBOT, Tivoli
what is Tivoli,Domino,Robot& Navigator in as400? How they supports AS400?
AS400
Hi all… How can i give the Website link on my Display File ? Surey…
Answer Question
| March 19, 2012 12:54 PM
Display File
Hi all… How can i give the Website link on my Display File ? Surey…
As 400 database linking to the website
Hi I want to link the account enquiry option on the AS 400 to the company website so that users can make account enquiries on the site. my question is how can I link the two?
Answer Question
| March 17, 2012 8:18 AM
AS/400 Administrator, AS/400 DATABASES, AS/400 FUNCTIONS
Hi I want to link the account enquiry option on the AS 400 to the company website so that users can make account enquiries on the site. my question is how can I link the two?
override database and logical file
what the main difference between OVRDBF override database in CL and logical file… which one have most advantage…
Answer Question
| March 19, 2012 7:09 AM
DB2/400
what the main difference between OVRDBF override database in CL and logical file… which one have most advantage…
how to use PULDWN option in RPGLE
how to use PULDWN option in display file.. what s the use of PULDWN…
Answer Question
| March 19, 2012 9:59 AM
Rpgle - display file
how to use PULDWN option in display file.. what s the use of PULDWN…
convert password like ‘******’ in RPGLE
how do i show the password field as some symbols like(*****)..i tried it…but it shows only blank….
Answer Question
| February 28, 2012 6:08 AM
Rpgle - display file
how do i show the password field as some symbols like(*****)..i tried it…but it shows only blank….
DB2/400 delete record
how to delete record using UPDDTA command…
Answer Question
| February 28, 2012 5:46 AM
DB2/400
how to delete record using UPDDTA command…
AS400 Backup issue
Any tips to solve our backup issue with AS400 uring the weekly backup one of Important Library is not saving, getting the below message. Message . . . . : Attempted to save too many objects or database file members.
Answer Question
| March 19, 2012 7:34 PM
AS400 backups, AS400 printing issue, iseries v5r3
Any tips to solve our backup issue with AS400 uring the weekly backup one of Important Library is not saving, getting the below message. Message . . . . : Attempted to save too many objects or database file members.
as400 wrkstation
so how many wrkstation(QPADEV000..) can be created by its own in a single AS400 server?
Answer Question
| March 6, 2012 9:33 AM
AS/400 Workstations
so how many wrkstation(QPADEV000..) can be created by its own in a single AS400 server?
AS400 – RPGLE, convert character to numeric.
Hi all…! Here i give you the code. DNum_tmp c ’18745678′ I declared Num_tmp like this and i did some operations then i got Res_tmp = ’18745678′ . Now the question is i want to convert this char value to decimal that is addtionable. is this clear ? boz i need to add [...]
Answer Question
| March 6, 2012 12:35 PM
AS400 RPGLE, RPG ILE, RPGLE
Hi all…! Here i give you the code. DNum_tmp c ’18745678′ I declared Num_tmp like this and i did some operations then i got Res_tmp = ’18745678′ . Now the question is i want to convert this char value to decimal that is addtionable. is this clear ? boz i need to add [...]
delete hstry
how to delete hstry of a job from log?
Answer Question
| March 6, 2012 5:52 AM
AS/400 Records, as400 log
how to delete hstry of a job from log?
Is a special authority needed for active socket connections?
Audit log entries for the user QTMHHTTP of type AF subtype K are created, if a PHP script requests a socket connection like LDAP or HTTP with CURL. Does QTMHHTTP need a special authority for this? Which one: *IOSYSCFG, *JOBCTL … ?
Answer Question
| March 19, 2012 3:23 PM
PHP, Socket, Special Authorities
Audit log entries for the user QTMHHTTP of type AF subtype K are created, if a PHP script requests a socket connection like LDAP or HTTP with CURL. Does QTMHHTTP need a special authority for this? Which one: *IOSYSCFG, *JOBCTL … ?
wrkstation
how to remove the unwanted or unused workstation (QPADEVOO..) from device
Answer Question
| March 6, 2012 11:52 AM
AS/400
how to remove the unwanted or unused workstation (QPADEVOO..) from device
AS400 OVRDBF RNX1011 Undefined record type is found in file
I am trying to build a utility to clear out old mod marks and notes in the first 5 positions of a source file. QRPGLESRC. OVRDBF FILE(CLRMODP) TOFILE(&FMLIB/&FMSRCF) + MBR(&FMMBR) CALL CLRMODR1 PF -CLRMODP A UNIQUE A R CLRMODR A SRCSEQ 6S 2 COLHDG(‘Sequence’) A SRCDAT 6S 0 COLHDG(‘Data1′) A SRCDTA 102A COLHDG(‘Data2′) [...]
Answer Question
| March 17, 2012 8:33 PM
AS/400
I am trying to build a utility to clear out old mod marks and notes in the first 5 positions of a source file. QRPGLESRC. OVRDBF FILE(CLRMODP) TOFILE(&FMLIB/&FMSRCF) + MBR(&FMMBR) CALL CLRMODR1 PF -CLRMODP A UNIQUE A R CLRMODR A SRCSEQ 6S 2 COLHDG(‘Sequence’) A SRCDAT 6S 0 COLHDG(‘Data1′) A SRCDTA 102A COLHDG(‘Data2′) [...]
subsystem
i want to increase the workstation in our org, how could i do increase or create more Qpadev000?
Answer Question
| March 6, 2012 12:09 PM
AS/400
i want to increase the workstation in our org, how could i do increase or create more Qpadev000?





