What is the difference between Interactive & Batch Job?
Answer / 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 |
How to write a password mask program in as400? like the password which i type should be displayed as '*****' r ###### which the user wishes to dispaly if u could help me with url r the solution in written code this will help me
what opcode could be used to test an alphanumeric field for all numeric values?
What are the types of data structure in as400?
What is FCFO, FIFO, LIFO in Database environment ?
what is qcmdexc?
How do you use DEBUG utility?
which are the figurative constants used in rpg?
in conjunction with what other keyword must ovrdta and ovrata be used?
How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?
explain the difference between defining subfile and message-subfile?
What the purpose of the keywords FIFO, LIFO, FCFO?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..