Uploading PTF file from local PC to AS/400
Hi, I do not have access to iSeries Navigtor to make this transfer. I need some ways to transfer a PTF from local PC to AS/400.
Answer Question
| February 13, 2013 4:21 PM
AS/400, iSeries Navigator, PTF
Hi, I do not have access to iSeries Navigtor to make this transfer. I need some ways to transfer a PTF from local PC to AS/400.
Program is expecting a file not used in this call
I have 2 different environments using 2 different library lists. A user takes an option from a menu and a CL program is called with overrides to a database file and then an interactive RPG program is called. The user then exits this program and then goes to the other environment (different libraries) and takes [...]
Answer Question
| February 13, 2013 3:45 PM
CL Program, CPF4101, RPG Program
I have 2 different environments using 2 different library lists. A user takes an option from a menu and a CL program is called with overrides to a database file and then an interactive RPG program is called. The user then exits this program and then goes to the other environment (different libraries) and takes [...]
Remove Trailing & Leading Spaces in COBOL/400
Hi Group, How do we remove Trailing & leading spaces from a field in cobol/400? Please explain with an example Thanks & Regards, M
Answer Question
| February 13, 2013 1:59 PM
AS/400, COBOL 400
Hi Group, How do we remove Trailing & leading spaces from a field in cobol/400? Please explain with an example Thanks & Regards, M
Hi experts: AS400 + Hibernate
Hi experts, Does Hibernate require AFTER and BOTH the Images of Journalling (Journalled files). Please let us know. Or After image alone is enough for Hibernate? AFTER or BOTH images is better to use for database? Thanks , Amutha
Answer Question
| February 13, 2013 10:12 AM
AS/400, AS/400 journaling
Hi experts, Does Hibernate require AFTER and BOTH the Images of Journalling (Journalled files). Please let us know. Or After image alone is enough for Hibernate? AFTER or BOTH images is better to use for database? Thanks , Amutha
Using QUSRTVUS API in COBOL
I want to list all the Job Schedule entries and save them in a Physical file , I used API QWCLSCDE to fetch that list in a User Space , then I did a QUSRTVUS to load the data in my COBOL program. As the variable Starting position and Length of data are Binary, and [...]
Answer Question
| February 13, 2013 10:03 AM
API, AS/400, COBOL 400
I want to list all the Job Schedule entries and save them in a Physical file , I used API QWCLSCDE to fetch that list in a User Space , then I did a QUSRTVUS to load the data in my COBOL program. As the variable Starting position and Length of data are Binary, and [...]
Printing text in BOLD letters
How to print the fields in bold letters in printer file? Can you give me a sample program?
Answer Question
| February 13, 2013 6:37 AM
AS/400, AS/400 printing
How to print the fields in bold letters in printer file? Can you give me a sample program?
Message subfile
Is there any way to prevent the message subfile to have the system generated messages? I have a monitor block in my program and the message tracked by the on-error block is appearing to the user through the message subfile, I dont want this to happen. Any suggestions?
Answer Question
| February 13, 2013 4:08 AM
AS/400
Is there any way to prevent the message subfile to have the system generated messages? I have a monitor block in my program and the message tracked by the on-error block is appearing to the user through the message subfile, I dont want this to happen. Any suggestions?
Remove blank space and dash
Hi, I wanted to know how can write code in RPGLE for input as 123-456-7 8 9 and output as 123456789? Please help.
Answer Question
| February 12, 2013 4:59 PM
AS/400, RPGLE, RPGLE code
Hi, I wanted to know how can write code in RPGLE for input as 123-456-7 8 9 and output as 123456789? Please help.
How does KLIST work?
Hi, I’m debugging an RPG program and came across a ‘KLIST ‘ with ‘KFLDS’. What I know so far is that a KLIST is used as a search argument and KFLDS make up the argument, but what I want to know is how does this actually work? Are the KFLDS concentrated to make up one [...]
Answer Question
| February 12, 2013 1:36 PM
KFLD, KLIST, RPG Program
Hi, I’m debugging an RPG program and came across a ‘KLIST ‘ with ‘KFLDS’. What I know so far is that a KLIST is used as a search argument and KFLDS make up the argument, but what I want to know is how does this actually work? Are the KFLDS concentrated to make up one [...]
Stored procedures
What is meant by stored procedures? What is purpose of them and where can we use this stored procedure? Can any one provide the information regarding this? Thanks in advance.
Answer Question
| February 12, 2013 6:33 AM
SQL statement, Stored Procedures
What is meant by stored procedures? What is purpose of them and where can we use this stored procedure? Can any one provide the information regarding this? Thanks in advance.
iSeries-client access
I am running 5250 emulation on a PC. It was running fine until today because now I receive an error remote address could not be resolved.
Answer Question
| February 11, 2013 8:53 PM
5250 emulation, iSeries
I am running 5250 emulation on a PC. It was running fine until today because now I receive an error remote address could not be resolved.
How do you print shading in RPG
How do you print shading in RPG?
Answer Question
| February 11, 2013 8:09 PM
AS/400, RPG
How do you print shading in RPG?
Find program name in System36
Hi All, I want find program name which is attached in a system36 Menu. How do I find it….Please give me your valuable suggestion to me. Thanks to all.
Answer Question
| February 11, 2013 12:55 PM
AS/400, AS/400 programming
Hi All, I want find program name which is attached in a system36 Menu. How do I find it….Please give me your valuable suggestion to me. Thanks to all.
Reconfiguring the AP in AS/400
I got a request asking for reconfiguring the AP and an IP address is given in the request. I am not aware of what is AP and how to reconfigure it.
Answer Question
| February 11, 2013 12:44 PM
AS/400, AS/400 administration
I got a request asking for reconfiguring the AP and an IP address is given in the request. I am not aware of what is AP and how to reconfigure it.
Which format is dd/mm/yyyy
Is there a date format like this dd/mm/yyyy?
Answer Question
| February 11, 2013 11:44 AM
AS/400, AS/400 administration
Is there a date format like this dd/mm/yyyy?
What non IBM programs are actually run.
The site I’m involved with has 1000′s of programs but I’m been told most are obsolete. Is there any way I can determine what programs are executed?
Answer Question
| February 11, 2013 11:17 AM
AS/400, IBM programs
The site I’m involved with has 1000′s of programs but I’m been told most are obsolete. Is there any way I can determine what programs are executed?
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?
Answer Question
| February 11, 2013 11:02 AM
AS/400, 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?
Can we restrict the fields in OPNQRYF?
Like we select fields in STRSQL, is there a way I can specify the fields I want in OPNQRYF? Say I have 40 fields in my file, but I am interested in 10 fields and wanted to make a CSV out of it. Can I achieve this with OPNQRYF instead of creating another file with [...]
Answer Question
| February 11, 2013 9:19 AM
AS/400, OPNQRYF, STRSQL
Like we select fields in STRSQL, is there a way I can specify the fields I want in OPNQRYF? Say I have 40 fields in my file, but I am interested in 10 fields and wanted to make a CSV out of it. Can I achieve this with OPNQRYF instead of creating another file with [...]
Significance of record format in physical file
What is the main significance of Record format while defining a physical file or logical file. that is while defining the physical file we specify the record format. In some situations we also use file name as record format, and sometimes we use the different names other than file names for defining the record structures. [...]
Answer Question
| February 11, 2013 8:14 AM
AS/400, Physical File
What is the main significance of Record format while defining a physical file or logical file. that is while defining the physical file we specify the record format. In some situations we also use file name as record format, and sometimes we use the different names other than file names for defining the record structures. [...]
Need to know who have modified the object (RPGLE object in AS/400)
RPGLE object was changed and we can see it is DSPOBJD. We want to know who had changed the object? Thanks in advance.
Answer Question
| February 11, 2013 7:17 AM
AS/400, RPGLE
RPGLE object was changed and we can see it is DSPOBJD. We want to know who had changed the object? Thanks in advance.





