Is there any other debugging tool for expeditor?
Answers were Sorted based on User's Feedback
Answer / mahipal
This is a debugging tool. Handly tool mostly widely used
everywhere. There are two types of expediting online exped
and batch exped.
For online exped you may first need to compile and link your
module. Supply your link to the exped job. The exped will
pick the module. You can use breakpoint for exped.
Similar is the case for Batch Exped.
Its all depends how your envirnornment allows you to set up.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suma
Expediter is a debugging tool for testing in mainframe
environment. Other than Expediter i used smarttest for
testing. that is also another debugging tool in mainframe
environment. but expediter is more user friendly and flexible.
Thanks,
SS
Is This Answer Correct ? | 2 Yes | 2 No |
Why are you looking for a change?
Define clustered index?
File1 has 100 records and file2 has 200 records I want to copy 50 records which are in both file into file3?
how do we describe static call and dynamic call?
How to find all duplicate records?
What is the difference between general testing and mainframe testing?
State the maximum number of tables that can be joined?
What is mainframe application testing?
What is the mainframe testing?
How do you get parameter from JCL to PL1?
Are scope terminators compulsory? If they are, when?
01 A 02 B occurs 10 times 03 C pic 999. 03 D occurs 15 times 04 E pic 999. 04 F occurs 20 times 05 G pic XXX. 05 H pic 99. Determine the total no of byte in A. A) 175 B) 15480 C) 21750 D) 9065