gets current external job status or sets new job status
Gets and displays the message description text of a job, or changes the contents of the message description text with the -d option. Always operates on the message with index 0.
You can set the external status of a job until it completes. You cannot change the status of done or exited jobs. You can display the status of a job until it is cleaned from the system.
Updates the job status with specified message description text.
Required. Operates on the specified job.
The job name can be up to 4094 characters long. Job names are not unique.
The wildcard character (*) can be used anywhere within a job name, but cannot appear within array indices. For example job* returns jobA and jobarray[1], *AAA*[1] returns the first element in all job arrays with names containing AAA, however job1[*] will not return anything since the wildcard is within the array index.