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.
Answer Posted / shishir
total 7 qtemp+ 7 LDA is the right answer
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
How to select highest score of each subject or how to select highest income of every month?
what is data area and how it is used in rpg program ?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what are the key words you must use when using a subfile?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is the necessary keyword needed to scroll subfile records?
What is file identifier where we can use?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
what is the difference between do while and do until?
how do I declare a minor?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
What is difference between bind by copy and bind by reference?