Submitting Jobs from SDSF


A job can be submitted from a already completed or failed job from the SDSF SPOOL. This feature is useful for correcting errors, updating parameters, or modifying job configurations without resubmitting the entire job from scratch.

Why Submit Jobs from SDSF?

  • To quickly test and execute JCL scripts directly from SDSF.
  • To streamline the submission process without navigating back to the JCL source.
  • To troubleshoot and resubmit jobs after making corrections.

How to Submit Jobs from SDSF?


Scenario - Submit a job from SDSF.

  1. Go to the Job Status Panel: Type 'ST' on the SDSF command line and press 'Enter'. This opens the Job Status panel where you can see the list of jobs.

    Submit job from SDSF
  2. Edit the JCL: Type 'SJ' (Short for 'Submit JCL') next to the job you want to edit and press 'Enter'.

    Submit job from SDSF
    The job’s JCL will open in an editable ISPF editor.

    Submit job from SDSF
  3. Submit the Job: Type 'SUB' (Submit) on the command line and press 'Enter'.

    Submit job from SDSF
    SDSF will submit the job to the system for processing.
  4. Confirm Submission: A confirmation message will appear, indicating that the job has been successfully submitted.

    Submit job from SDSF
    Submit job from SDSF
  5. Monitor the Job: Return to the Job Status panel ('ST') to monitor the updated job.

    Submit job from SDSF