What is the name of default out queue when user logs inn to
syatem with valid profile?
Answers were Sorted based on User's Feedback
Answer / mind
default out queue name is same as userid and located in
QGPL lib. by using WRKUSRPRF command you can checked it.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / sivakumar y
It will depend on the OUT QUE name given in the QDFTJOBD of
a particular user profile. You can check the JOBD using
DSPUSRPRF.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / abhishek bajpai
The output queue assigned to the user's work station is
used, i.e., *WRKSTN
| Is This Answer Correct ? | 1 Yes | 1 No |
A rpg or clp command to find if the file field is defined as a character or numeric field.
As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
How do you code file / field renames in ILE RPG?
How to add 2 new fields in a file? How many ways are there in as400?
What is I90(Insure 90)?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 Answers Infinite Computer Solutions,
parameters cannot be passed in which one??
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.