For more information on Animator, click here.
Run CADB and setup the program for debugging.(Lets call this terminal session as TERM1) (See Screenshot)
In the above screen, the following fields are required.
1. COBANIMSRV Id - Any string (max. 40 characters), containing only alphabets or numbers
2. PROGRAM : The name of the program to be debugged/animated. Note : This should be the same name as that of the PD entry.
export COBANIMSRV = value of “COBANIMSRV Id” from CADB screen
4. Now, in TERM2, run the command
cobanimsrv
The screen should be blank, waiting for execution of a COBOL program.
E.g. cicslterm -r TXREG1 -t "transaction_name"
7. You can now perform various debugging tasks, as provided by Animator.
E.g. To execute the program, just press 'g' (Go). You will be see each line of code highlighted as program is being executed.
No comments:
Post a Comment