How many types of jobs?what is difference between
interactive and batch and submited jobs?
Answers were Sorted based on User's Feedback
Answer / syam
Interactive = Job started for a person who signon to a
workstation
Batch = A predefined group of processing actions submitted
to the system to be performed
Submited = A user submiting a job to batch
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / ravi
Interactive the name itself indicates that it interacts with the user. When you logon, you do WRKMBRPDM or any other commands on command entry display and the system responds to you, this is interactive job. You can see it in QINTER subsystem.
Batch it runs in the back end with some set of instructions to process. You can see these jobs usually QBATCH or any other subsystem.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rahil kazi
interactive jobs : when user logon to ssession job started
Batch job : it is manually submitted job wich runs
in qbatch
| Is This Answer Correct ? | 3 Yes | 1 No |
What is difference between rename and prefix?
Q.How primary file can be defined in RPG/400?Please write the senario with opcode specification?
Good morning my experts.Im kuppi.im working as a software trainee on AS/400 technology.i have also joined with ibmi5 team.im trying to convert date with cl/400 coding.I have taken 2 parameters(like date and date types). A. If suppose date type is j,Now i want to convert date to *MDY format B. if date type is M,now i want to convert date to *JUL format C. sending a Program message with the value of converted date.
why is the declare cursor statement is used for?
how will you search an array?
which are the member types which seu supports?
what is the rpg and cl life cycle?Please tell me any body
what does check opcode is used?
when do you explicitly open files and close files in an rpg program?
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
what is join logical file?