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 |
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
what is the difference between do while and do until?
how many variables can we declare in cl pgm?
RPG/400 faqs?
how to check on which PF , the LF is dependant ?
list down and describe the sub systems vailable
How to find d key field of a pf that doesn’t have source physical file?
What is the name of default out queue when user logs inn to syatem with valid profile?
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
1.Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation? 2. Assume my file has 100 records and I want to see only first 10 records. Is this possible through LF? 3.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? 4.What is difference between Bind by copy and bind by reference?