how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?
Answer Posted / madhab
Use POSDBF command..
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do u compile rpgle program?
what is cab?
what is the use of jdftval in join logical file?
What is RETURN CURSER LOCATION in subfile?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
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
how will you display a particular page in subfile ?
WHAT IS FERERENTIAL INTRIGRITY ?
how to write *pssr ?
is it possible to create a physical file without dds?
What Does Lokup Does In Tables & Arrays?
difference between sflrcdnbr and sflnxtchg?
what is elastic and non elastic subrile?
what is a logical file?
what is a primary file?