Answer Posted / neha nimesh
Query/400 is a licensed program that uses a query to analyze and select the information contained in the data base files and create a query report.
A query report can be:
* displayed on a workstation (screen)
* printed
* stored in another database file.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
Write a CL program which will run a batch job at 1 am every night
what is the maximum number of subroutines allowed in rpg?
How can we read file using curser? how to define a curser?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
how can u check no of records in a file?
list some of the commonly used commands for debugging?
how can you check for a records existence without causing and i/o (chain/read)?
what does opcode post do ?
Using %check we are checking monika in mona what is output? What is %SCAN?
What is compiler directive in as400? Give example of compiler directive.?
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
A join logical file has how many record formats?
which are the relational operators in rpg?
What Is The Difference Between Goto & Exsr?