this is rpg3 code
W0RTN IFEQ @CN,002
what is the means @CN,002
Answer / pascal
@CN is an array and @CN,002 represents the 2nd element of
that array
| Is This Answer Correct ? | 3 Yes | 0 No |
how do I declare a minor?
How to change the name of physical members Dynamically?
When will DUMP & DEBUG be ignored?
what is the use of sflnxtchg?
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
how to check on which PF , the LF is dependant ?
How can you delete records form a file in rpg without using "Delete" OPCODE?
how to change the length of the field in a physicalfile?
How to declare the pull button in AS/400..
which program rpg or cl is efficent to update a transaction onto a database file and why ?
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.