how to change job priority when it is running in sub
system ?
Answer Posted / ankur jain
Use command:
WRKUSRJOB USERNAME *ACTIVE
above command will display all active jobs for UAERNAME
Now take option 2 for the job whose priority needs to be
changed......
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the difference between *like and *namvar ?
how do handle file exception/error?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
what is the favicon.ico request that my site receives now and then?
during input operation which indicator position is seton if there is a record lock?
what is the maximum number of subroutines allowed in rpg?
What Is The Difference Between Goto & Exsr?
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
when do you explicitly open files and close files in an rpg program?
define the purpose of the *bcat function?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
what is logical file?
what is maximum number of arrays allowed in rpg?
what does defn do?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?