ILE Best method of Parameter handling using Procedures
Using prototypes and Procedure interfaces I understand that no parameter may be returned if a procedure is called directly via CALLP. And only one parameter may be returned if procedure is called via EVAL with return. What is the best way to return multiple parameters from a procedure (assuming I...
Using prototypes and Procedure interfaces I understand that no parameter may be returned if a procedure is called directly via CALLP. And only one parameter may be returned if procedure is called via EVAL with return. What is the best way to return multiple parameters from a procedure (assuming I...
Debug ILE Cobol 400
How can I display (Eval) subset of a filed while debugging ILE Cobol program. How can I view the content of a field from specified position and lenght. I know how to review the content for a specified lenght, but can't find a way to view part of the string from position 256 for example. ...
How can I display (Eval) subset of a filed while debugging ILE Cobol program. How can I view the content of a field from specified position and lenght. I know how to review the content for a specified lenght, but can't find a way to view part of the string from position 256 for example. ...
RPGILE
Hi All In activation group suppose 2 program is reading same file the 1[sup]st[/sup] record reading by 1st program how second program will read second record how will do in RPGILE by activation group?
Hi All In activation group suppose 2 program is reading same file the 1[sup]st[/sup] record reading by 1st program how second program will read second record how will do in RPGILE by activation group?
Can one use strdbg to trace code through a interactive program that allows update to display screens
Can one use strdbg to trace code through a interactive program that allows update to display screens. I can get the add item and delete item part to work but not the update/change function which craps out with a error message. There seems no reason for this message, but there has to be a reason...
Can one use strdbg to trace code through a interactive program that allows update to display screens. I can get the add item and delete item part to work but not the update/change function which craps out with a error message. There seems no reason for this message, but there has to be a reason...
Restrict the user in RPG ILE
Hi All, tell me that how to restrict the user to call program at time, means one user can call one program that time another user can't call same program..? Regard's Yogesh Software/Hardware used: Software
View Answer
| Oct 13 2009 6:49 AM GMT
AS/400 user authority, AS/400 user sessions, AS/400 user administration
Hi All, tell me that how to restrict the user to call program at time, means one user can call one program that time another user can't call same program..? Regard's Yogesh Software/Hardware used: Software
AS/400 user authority, AS/400 user sessions, AS/400 user administration
How to use debug on a interactive program with subfiles
I want to know if you can use debug on a interactive program that uses subfiles to hold the modify data?
I want to know if you can use debug on a interactive program that uses subfiles to hold the modify data?
RPG ILE
Hi i want to know the best books for RPG ILE to learn. Regards, Rams. Software/Hardware used: AS400
Hi i want to know the best books for RPG ILE to learn. Regards, Rams. Software/Hardware used: AS400
Touch Screen with iSeries Green Screen
Can I create a green screenn RPG program that will work using a touch screen? If so, how do get started? Software/Hardware used: RPGLE, iSeries 520
Can I create a green screenn RPG program that will work using a touch screen? If so, how do get started? Software/Hardware used: RPGLE, iSeries 520
RPG ILE
I am converting RPG III code to RPG ILE (brand new to ILE). I have several program where field lengths were assign via the MOVE/MOVEL operations. Is there a way to do that also with the EVAL/EVALR operations or can anyone suggest another. ?
I am converting RPG III code to RPG ILE (brand new to ILE). I have several program where field lengths were assign via the MOVE/MOVEL operations. Is there a way to do that also with the EVAL/EVALR operations or can anyone suggest another. ?
How can we know from which program my RPGLE program is called from.
Hi All, I have one RPGLE program (PROG1)is calling from 10 programs, I got one requirement i.e if my program PROG1 called from 10 different programs my program PROG1 should perform 10 different functionality in my PROG1. So if i want to write code for 10 different functionalities in PROG1, first...
Hi All, I have one RPGLE program (PROG1)is calling from 10 programs, I got one requirement i.e if my program PROG1 called from 10 different programs my program PROG1 should perform 10 different functionality in my PROG1. So if i want to write code for 10 different functionalities in PROG1, first...
Scrolling Message in RPGLE
Does anyone know how to create a scolling message on the bottom of a display screen? I am programming on the AS400 in RPGLE
Does anyone know how to create a scolling message on the bottom of a display screen? I am programming on the AS400 in RPGLE
submit date within ILE
i need to retrieve the the submit date when my job kicks off... If the job is submited on a friday but doesn't start until saturday(for one reason or other).
i need to retrieve the the submit date when my job kicks off... If the job is submited on a friday but doesn't start until saturday(for one reason or other).
LIKE FUNCTION IN RPGILE
Hi All.. suppose i want to access all records in wich any field begins with 'S' ... how can i do this in RPG ILE without using %subst Please help me.. Regards Ambrish
Hi All.. suppose i want to access all records in wich any field begins with 'S' ... how can i do this in RPG ILE without using %subst Please help me.. Regards Ambrish
RPG ILE ending program properly on an error
Hello, Could someone please help me with this? 1. I have an ever running job that calls a particular ILE program (PGM A) to do some XML parsing and composing. 2. PGM A calles another program PGM B (which in turn has modules MOD B, MOD C and a NOMAIN module MOD D binded to it). 3. PGM A parses the...
Hello, Could someone please help me with this? 1. I have an ever running job that calls a particular ILE program (PGM A) to do some XML parsing and composing. 2. PGM A calles another program PGM B (which in turn has modules MOD B, MOD C and a NOMAIN module MOD D binded to it). 3. PGM A parses the...
How can i found one external procedure in binding directory.
Hi, I have one RPGLE program which is using Binding directory: QC2LE. Now my program is calling some external procedures(rslvsp, setsppfp)from QC2LE. i have opened this binding directory to see what are all the procedures are available it consists of so many service program can any one please...
Hi, I have one RPGLE program which is using Binding directory: QC2LE. Now my program is calling some external procedures(rslvsp, setsppfp)from QC2LE. i have opened this binding directory to see what are all the procedures are available it consists of so many service program can any one please...
Xing out of an AS400 session
We have several users who instead of properly signing off the AS400, they simply X out of it. This is causing several problems such as files are being locked. Is there any way I can prevent users from Xing out of an AS400 application?
We have several users who instead of properly signing off the AS400, they simply X out of it. This is causing several problems such as files are being locked. Is there any way I can prevent users from Xing out of an AS400 application?
Explain diiferent data types in AS400
Hi, Can anyone please explain me different data types in AS400 What is the difference between Packed decimal and zoned decimal. Since in our project we have both .Net and AS400 technolgy. Some times .Net guys usually retrieve data from AS400 system into their tables that time they used to ask...
Hi, Can anyone please explain me different data types in AS400 What is the difference between Packed decimal and zoned decimal. Since in our project we have both .Net and AS400 technolgy. Some times .Net guys usually retrieve data from AS400 system into their tables that time they used to ask...
how to access QTEMP files in batch programs.
Hi All, I have developed one tool in AS400 which consists of one CL program and one RPGLE program. I have created 2 temporary files in QTEMP in CL program. RPG program is called by CL. these two files will be used in RPG program in update and output mode. after that i want to run that RPGILE...
Hi All, I have developed one tool in AS400 which consists of one CL program and one RPGLE program. I have created 2 temporary files in QTEMP in CL program. RPG program is called by CL. these two files will be used in RPG program in update and output mode. after that i want to run that RPGILE...


