how to change job priority when it is running in sub
system ?
Answer Posted / reshma
Hi
Directly you can use CHGJOB ommand and u can change the
priority.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
how do you read changed records backward in subfile?
what are various techniques to pass parameters from one program to another?
what is match field indicator?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
What is the draw back of Procedures? why we are going to Modules?
explain the difference between defining subfile and message-subfile?
How to add 99 menu (page down) option in menu creation..
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
in conjunction with what other keyword must ovrdta and ovrata be used?
define the purpose of the *cat function?
which are the query selection criteria, which can be given in a query?
give three main purposes of file specification ?
how do you read data area in an rpg program?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)