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 | 0 No |
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
How to print Superscript / Subscript from RPG400
how do u find whether a record is locked or not??
why we do STRSRVJOB in batch debugging in as400
how do I declare a table or array in rpg iv?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
what is ment by "MDT"
what is the difference between the procedure and module in ILERPG?
How do you know if a record exists without doing a READ and CHAIN?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
how can i retrieve the field name from display file at run time? Devendra Singh Tomar