Preparing Your Job
Making your job “batch-ready”
- Must be able to run in the background: no interactive input, windows, GUI, etc.
- Can still use STDIN, STDOUT, and STDERR (the keyboard and the screen), but files are used for these instead of the actual devices
- If your job expects input from the keyboard, you have to put the input you want into a file