what r drawbacks of OPM?
Why do we go for ILE RPG?
Answer Posted / syam
Benifit of ILE RPG IV(EPM RPG) and Drawbacks of OPM RPG
1 Not Case-sensitive - Upper case
2 Free format possible - No Free format
3 "D" specification introduced - "E" specification
4 Field names expanded to 14 character - 6 character
5 Size of the Character Field 32767 - 256 character
6 Decimal places for numeric expanded to 30 - 9
7 Data structure expanded to 32767 - 9999
8 Size of constants expanded to 1024 - 256
9 Factor1 and factor2 expanded to 14 character - 8
10 Opcode expanded to 10 characters - 6
11 Maximum No of File No LIMIT - 50
12 Maximum no of subroutines NO LIMIT - 256
13 No of Elements in array expanded to 32767 - 9999
14 File name length expanded to 10 - 8
15 Decrypt some existing opcode
16 ADD & SUBSTRACT Date and Time opcode available
17 Built in functions available
18 Two step compailation (Module & Bind to program) - One
step compailation (Program)
19 Dynamic EVAL opcode has been introduced
20 Concept of ACTIVATION GROUP
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain mdt?
How to call one program from another program in RPG? please help me with the code
How to select highest score of each subject or how to select highest income of every month?
Q:HI friends accually ihave one problem plesase let me know the alternate code of this code. Related field description of code: Add a field, CALvsPRD, "Calendar Day Starts Before/After Production Day" to the parameter set WRKORDER which accepts values 'A' or 'B' o B = Calendar Day Starts Before Production Day o A = Calendar Day Starts After Production Day o Any other value indicates the production and calendar dates are always the same. code: Automatic Execution Of *INZSR Subroutine /Z01 * retrieves WRKORDER field values. /Z01 * Calculate default Production Date and return it to caller. /Z01 * Production date defaults to system date /Z01 C Eval P@Pdate = %DATE() /Z01 * unless Calendar date starts Before PDN(production) date and /Z01 * system time is before PDN Start Time then /Z01 * PDN date is yesterday. /Z01 C If W@CALvsPRD = 'B' and /Z01 C %TIME() < %TIME (W@Strtime) /Z01 C Eval P@Pdate -= %Day(1) /Z01 * unless Calendar date starts After PDN date and /Z01 * system time is *GE PDN(production) Start Time then /Z01 * PDN date is tomorrow. /Z01 C ElseIf W@CALvsPRD = 'A' and W@Strtime > *Zero and /Z01 C %TIME() >= %TIME (W@STrtime) /Z01 C Eval P@Pdate += %Day(1) /Z01 C EndIf /Z01 C Eval *InLr = *On
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is a record lock error?
How to write record if no field or the field are different in physical file in rpgle ?
what is *place and *auto keyword in prtf ?plz explain
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
What is the difference between copybooks and subprocedures in as400?
How to handle duplicate error handling in RPG?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
what is the difference between do while and do until?
what is program status data structure?