Answer Posted / jayvardhan
Job queues are queues of batch jobs waiting to be processed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a physical file?
explain the use of dftwrt display keyword?
maximum number of subfiles that can be active for a single file is?
which are the query selection criteria, which can be given in a query?
what is the difference between packed decimal and zoned decimal?
what is the use of dspatr(mdt) keyword?
what are necessary keywords to code message subfile?
Using %check we are checking monika in mona what is output? What is %SCAN?
what are the various types of device files?
how may a cgi control duplicate inputs?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
what is xfoot opcode ?
Why we are not able to perform insert delete and update operation in Join logical file?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)