What is I90(Insure 90)?
Answer / rajesh
INSURE90 is for insurance ERP created using
CREATE90,CREATE90 is based on AS400.
| Is This Answer Correct ? | 10 Yes | 0 No |
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
how to retrieve RRN value in RPGLE program
How to print Superscript / Subscript from RPG400
i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
Hi, Can anybody give me real sinario for SFLRCDNBR?with example?
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
How Commitment and Roll back control is used in as400, explain with real time senario ???
what is data area and how it is used in rpg program ?
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.