how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?
Answer Posted / zavith ahamed
Using RTVMBRD command to see the file releted the details....
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are the record format field mapping options in cpyf?
what is a spool file?
define the rcvf command?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
how will you display a particular page in subfile ?
which single rpg opcode performs both setll and reade?
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
Difference between NOPASS & OMIT?
how many printer files can be defined in f specs ?
what are the two record formats a subfile contain ?
What is the difference between physical file and logical file?
what opcode will be used to test the zone of a character field?
define what a data queue is along with a brief example of what it may be used for?
What Does Lokup Does In Tables & Arrays?
define the purpose of the iter operation?