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 search particular records from the database file in rpg?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
What are the necessary keywords required to code a message subfile?
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
check existence of one record without using chain or read?
what is the equivalent keyword for CHAIN opcode ??
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?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?