Why would you prefer OPNQRYF than logical file?
Answer / jeetendra yadav
The main difference is : Logical file creates permanent object on the system. OPNQRYF creates temporary access path.
| Is This Answer Correct ? | 0 Yes | 0 No |
under given circumstances, my cgi should link to another site. How to implement this?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
What Is The Object Type Of Pf, Lf, Printer File & Display File?
What is the difference between physical file and logical file?
Can we debug the MSGW JOBS?
which are the figurative constants used in rpg?
How can I automate sftp commands(ls & get) in CL program.. If I want to write two scripts one for each command... can u plz tell where the script should be written? & what will be the content of each scripts?
What is the draw back of Procedures? why we are going to Modules?
how do handle file exception/error?
Good morning my experts.Im kuppi.im working as a software trainee on AS/400 technology.i have also joined with ibmi5 team.im trying to convert date with cl/400 coding.I have taken 2 parameters(like date and date types). A. If suppose date type is j,Now i want to convert date to *MDY format B. if date type is M,now i want to convert date to *JUL format C. sending a Program message with the value of converted date.
Difference Between Skip Before & Space Before?
how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?