AS400 End Job Using Controlled and Immediate

In killing a job, there are 2 ways to do it, by controlled end or immediate end. Controlled (*CNTRLD) is a process of shutting down a job with controlled manner, there is a cleanup process on the job. Immediate (*IMMED), jobs are turned off directly without any clean up, the clean up process is carried out by the system.

(more…)

Continue ReadingAS400 End Job Using Controlled and Immediate

Saving Objects Using Save File on AS400

What is Save File? Save file is one of the data storage media besides using tape or optical media. The process of saving an object using a save file means saving the object to the internal media of the AS400 system. The save file object on AS400 was File for the object type with SAVF as the attribute. The maximum limit of data or objects stored by the save file is approximately 2 TB.

(more…)

Continue ReadingSaving Objects Using Save File on AS400