Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

The following figure illustrates a sample job definition file that defines a job with 1 ABAP step running ABAP report BTCSPOOL.


Panel

Html bobswift

<pre>
/* Job Header statement */
JOBNAME                  = "SAMPLE_1"
JOB_CLASS                = "B" 
;

/* ABAP_STEP Step statement */
ABAP_STEP                = "1"
   ABAP_PROGRAM_NAME     = "BTCSPOOL"   
   PRTXT                 = "Sample 1" 
   PRNEW                 = "X" 
;
</pre>