what is the clp command to access a query/400?
Answer Posted / mohan singh meena
WRKQRY
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when is a tag statement used in rpg?
How to reverse a string using RPG?
how can I start a page in a new window?
explain the use of dftwrt display keyword?
what is the clp command to access a query/400?
which of the cl command can be used to determine which logical files are dependent on a specific 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
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
is there any way to dynamically merge other html scripts into a given html?
how to write *pssr ?
can a indexed file be accessed in arrival sequence in rpg program?
what are the two record formats a subfile contain ?
how can database records be read without lock ?
How to Define a Procedure in RPG?