Introduction

AS400 Jobs

Written by AS400i · 1 min read >

AS400 jobs can originate from several sources and are classified by how they originate on the system. In this course, and in general, you will deal mostly with two types of jobs: interactive and batch.

Interactive Jobs

An interactive job begins when a user signs on to an AS400 and it terminates when the user sign off the AS400 or the job is ended. Interactive jobs run in conversational mode, which means there is a dialogue of sorts between the user and the program, utility or operating system function. Because of this conversational, back-and-forth nature of interactive jobs, any CPU-or I/O-intensive request a user makes could lock up the workstation keyboard until the request is completed. Therefore, it is often advisable to direct such requests to a subsystem designed to handle them. That is, to submit them as batch jobs.

Advertisements
Batch Jobs

Batch jobs can execute without user interaction; they do not require data or controlling values to be input through the workstation once they have started. Batch jobs are sent to a job queue until they can begin execution. A job queue is a staging area, managed by the subsystem in which the job will run, where batch jobs wait in line for their turn at processing. Each batch subsystem can execute only a limited number of batch jobs concurrently. If no other higher-priority jobs are waiting, a batch job can start right away; otherwise, it must wait its turn. Batch jobs may also be held until a certain time of day. For example, a given batch job may be automatically run each night at 11:00 p.m. An example of such a batch job would be the nightly deletion of work files before a system backup.

Physical File in AS400

Physical files in AS400

in Introduction
  ·   6 min read

IBM Rational Developer for i

in Introduction, User Interface
  ·   2 min read

23 Most Common AS400 Commands

in AS400 Commands, Introduction
  ·   4 min read

4 Replies to “AS400 Jobs”

  1. I’m really enjoying the theme/design of your blog. Do you ever run into
    any browser compatibility problems? A couple of my
    blog visitors have complained about my website not operating correctly in Explorer but looks great in Safari.
    Do you have any solutions to help fix this problem?

why dont you add your experience here