How do I release jobs in queue and change a job destination
to a different printer. I know wrkjobq but I have not
worked with As/400 for a while,so_can someone help me?
Answers were Sorted based on User's Feedback
Answer / suhas
it can be done by following command : outq(printer name)
save(*yes)
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / swetha p rao
Using CHGJOB u can change the job destination
| Is This Answer Correct ? | 1 Yes | 2 No |
1) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) What is Non-Join Logical file and its importance?
How can we read file using curser? how to define a curser?
is it possible to create a join logical file using two join logical files ? give exact reason for your answer
When will you use OPEN and CLOSE opcodes in RPG program?
what is rpg fixed logic cycle?
what is overlay?
in conjunction with what other keyword must ovrdta and ovrata be used?
Difference Between Skip Before & Space Before?
Q.Hi All friends, I have one Question, I have three fields in display file SUP LOT, ISSUED to Prod and Line Grp. Field SUP LOT is mentioned in one field reference file WRSLT and key field as a key field LP.Fields ISSUED to PROD,Line GRP are mentioned in the another Field reference file WMDTF. So I want to read SUP LOT on the basis of key field LP from the first file WFSLTand then i want ot read another two fields ISSUED to DATE and LINE GRP from second file on the basis of SUP LOT, which i got from first file.Now i want to display these fields in the display file DSPWMMS. but Condition is that 'Supplier Lot,ISSUED to Prod and Line Grp will not be shown if their respective fields are blanks/Zero. Please Let me Know coding part of this senerio and what would be coding for display file to now shown fields if fields are blanks/zero. My mob. no. is 9836300345. Please reply me asap.
define the rcvf command?
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)
define what a data area is along with a brief example of what it may be used for?