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 |
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How would display prime numbers using CL program?
what is an online rpg?
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular 'NAME' field. How can we do the above using SEARCH criteria other than using the IF cond?
how can an indexed file be used as arrival sequence in RPG?
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.
in rpg could u please tell me errors types and meanings like 3030 that ....
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
can i use unique key in LF
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
what is EXCEPT command in rpg and use