what is the purpose of dynslt keyword?
Answer / ravi kumar shukla
This is a file level keyword used in a logical file. If you specify this in a file level, the system doesn't perform record selection until the program reads file.Then on the Select/Omit criteria, it selects the records from the specified file.
| Is This Answer Correct ? | 0 Yes | 0 No |
If login Screen has been modified by adding current date to be displayed. What Step to be followed to Keep that date as Current date Note: If no steps taken then it will display only the compilation date
How many record formats can you have in a Physical file and in a Logical file ?
How to see active jobs of the system.
What is purpose of declarative statement DEFN?
What is the purpose of SFLNXTCHG keyword in a subfile?
How can we create subsystem in as400?
What are all the compiler directive statements?
Job is running in production 24/7 how do u debug that running job ?
how we lock a pf???? what are the parameters used in this command.how we understand whether an object is locked or not?? using command .....we have to use *PSSR? and trough *status..how??.if we give an eg to me???pls answer me anyone..
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error
what do we can do with the embedded sql statements?
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?