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


Please Help Members By Posting Answers For Below Questions

What are the record format field mapping options in cpyf?

711


what is a spool file?

778


define the rcvf command?

1147


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?

647


how will you display a particular page in subfile ?

1226






which single rpg opcode performs both setll and reade?

1255


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

2027


Difference between NOPASS & OMIT?

1321


how many printer files can be defined in f specs ?

1100


what are the two record formats a subfile contain ?

1301


What is the difference between physical file and logical file?

697


what opcode will be used to test the zone of a character field?

1257


define what a data queue is along with a brief example of what it may be used for?

1231


What Does Lokup Does In Tables & Arrays?

837


define the purpose of the iter operation?

1195