what is the command to rtrieve system date?
options:1.rtvsysval 2.rtvjoba 3.rtvjobd 4.both a and b
Answer Posted / rahil kazi
RTVSYSVAL
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is compiler directive in as400? Give example of compiler directive.?
what are the various types of device files?
maximum number of subfiles that can defined in a rpg program for one display file is?
What are the mandatory keywords of sub file?
what is rpg ?
what opcode could be used to test an alphanumeric field for all numeric values?
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
What is the draw back of Procedures? why we are going to Modules?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
what is xfoot opcode ?
how can I automatically refresh a web page?
different type of cursor?
which type of object is used in db2/400?
how can I predict the performance of my cgis?
How do I remove a flag or check no. or name when a user opens too many sessions?