AS400 Interview Questions and Answers part 31 |
Q1:If your workstation does not show login screen what might be the problem?
Answer: Problem with some subsystem.
Q2:You have given a job for printing and you are not getting the printout what might be the reason?
Answer: Some more pending jobs might be there in the job queue.
Q3:There are multiple jobs for printing in a job queue and you want to print a important document then what will you do?
Answer: Change the priority or change the job queue name.
Q4:How to see the CPU usage?
Answer: WRKACTJOB/WRKSYSSTS.
Q5:In which specs can PF be made internally?
Answer: In I specs.
Q6:What is the object type of PF, LF, PRTF and DSPF?
Answer: *FILE.
Q7:How does the RUNQRY show the output?
Answer: RUNQRY always shows ouput in RRB(Relative record number) and not in keyed sequence.
Q8:Difference between skip before and space before?
Answer: Skip before levaes the specified number of lines moving to the next page however space before leaves the specified number of lines on the same page.
Q9:Which indicator is used for read?
Answer: EQ(Equal to).
Q10: what are the figurative constant used in RPG?
Answer: *ZERO, *BLANK,*ZEROS, *BLANKS, *HIVAL, *LOVAL, *OFF, *ON and *ALL.