View previous topic :: View next topic
|
Author |
Message |
rajjesht Warnings : 1 New User
Joined: 03 Aug 2005 Posts: 20
|
|
|
|
HI
Can any one tell me is there any advantage compiling a batch program using expideter rather then compiling from ISPF . |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
You don't "compile" a program using Xpediter; You may add a step in your compilation job to insert your program's listing into Xpediter's database (the DDIO file), for later debugging.
You don't comile your program with ISPF, either. You use ISPF screens and skeletones to invoke the compiler. You can invoke the same compiler using ready job batch, or directly from within program/exec.
O. |
|
Back to top |
|
|
donevin
New User
Joined: 07 Jun 2005 Posts: 70 Location: South Africa
|
|
|
|
Expediter is mainly a debugging tool that enables the user to step thru a program per instruction, set breakpoints, monitor the values of variables and much much more. Your normal batch compile will construct a load module for batch execution but you will have to review program results at the end of the run. |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
You don't "compile" a program using Xpediter; You may add a step in your compilation job to insert your program's listing into Xpediter's database (the DDIO file), for later debugging.
You don't comile your program with ISPF, either. You use ISPF screens and skeletones to invoke the compiler. You can invoke the same compiler using ready job batch, or directly from within program/exec.
O. |
|
Back to top |
|
|
|