What does Implicit Open means with respect to a file ? What
about the Explicit Open?..what are the major differences
between these two?
Imlicit open means file is open by program which is automaticaly done whne we call a program .
Explicit open means you open a file thorugh f-specification keyword "usropn " and then open and close the file means in explicit open the authority of opening and closing the file is done by programmer according to the requirements.
this is also the basic diffreence .
i am also new in AS400 if i am incorrect please let me know .
| Is This Answer Correct ? | 10 Yes | 1 No |
How can i keyed a flat file in RPGLE
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
what are the types of identifers
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
how do I do concatenation in rpg iv, like I do in cl?
What is the syntax of passing parameters to a procedure by value?
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
what is file identifier wher we can use
how do I declare a minor?