Can anybody please tell me what is difference between SQL
(STRSQL ) and WRKQRY .....?
Answer Posted / syam
In STRQRY you will get main 2 menus (Query for AS/400 and
Query Management). WRKQRY is one of the Option in STRQRY
(Query for AS/400). Only you want query some records from
database use WRKQRY.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
what is the difference between packed decimal and zoned decimal?
can we define multi-dimensional arrays in rpg ?
what is the version of os/400 that we have?
what is procedure prototype and procedure interface.
what is the use of unique keyword and what level it is defined?
what is the maximum number of fields under a record format of physical file?
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 maximum number of arrays allowed in rpg?
what are all the contents of subfile?
what are different record spacing keywords in rlu ?
How can we arrange duplicate records in a file?
Explain The Keywords Edtcde & Edtwrd?
what is the sequence when using cursor?
how will you find a string using pdm?
when would you prefer logical file than opnqryf?