What is the difference between Interactive & Batch Job?
Answer Posted / prity kumari
Interactive Job: A Job started for a person who signon to a workstation.
Batch Job : A predefined group of processing actions submitted to the system to be performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different opcodes used for file operation on a subfile in a rpg pgm?
what key word is used when screen is re-display?
define the purpose of the %sst function?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
how many printer files can be defined in f specs ?
define the purpose of the *bcat function?
can you have multiple key lists for a single file ?
can a indexed file be accessed in arrival sequence in rpg program?
what is subfile?
how do u compile rpgle program?
how will you find a string using pdm?
what is the difference between sflclr and sflinz?
Why we are not able to perform insert delete and update operation in Join logical file?
what is the difference between normal upddta to pf and updating using dfu program?
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)