How to test CICS, MainFrame applications
Answers were Sorted based on User's Feedback
Answer / bernard thomas
Either use CEDF to test each EXEC CICS command or use a
package like INTERTEST.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / srini
Using XPED transaction with Changeman CICS Xpeditor option
to "y" while compiling. The Disadvantag of CEDF is if the
transaction abends exit from the trasaction is not possible.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / virender
As far as I know, Intertest is a debugger and not a testing
tool. There is a huge difference between testing and
debugging. Testing a CICS application is done manually.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / gowda
CEDF is a dignoistic facility, According to me we can test
only cics commands, but to track of SOC or system error, it
is best practice to use xpd
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / deepa
has anybody used IBM debugger tool for debugging CICS on
batch programs?
I used it long back and seemed to have forgotten...Any help
would be helpful
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satya
Deepa Currently I am using Debugger tool gor Debugging CICS
Programs.
Debugger Tool setup Process:
1. Complie the CICS program, which you want to DEBUG with
debug option
2. Next you need to put the new copy of your CICS progrm
using the below command
CEMT S PROG(Progname) NEWC
3. Give command DTCN to intiate DEBUGGER tool
4. Enter Progname or Trans. ID. Then Press PF4 to SAVE and
press PF3 to EXIT
5. Go to the screen which you have complied with debug
option, the compiled program will
come automatically.
Following commands can be used in DEBUGGER
SET AUTO - To see the values of current varaibles
PF2 - For line by line execution
PF9 - For Break point to Break Point execution
PF6 - To set up or clear off break point
LIST VAR - To List variables
To execute Called programs - we nee to compile them with
DEBUG option and then execute
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chinababu
i think srini is correct
by xpeditor is best than cedf.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / loose kumaresan
hi,
loose kumaresan here intertest,xp-editor and cedf is mainly
using in cics testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tej
Intertest,Xpeditor,CEDF and Tracemaster are the
facilities/tools used generally.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to dsect parameter is used in bms?
Can you explain dfhmdf bms macro?
Define an asra?
For protecting a transaction using the transaction security function, the two things that must be done are?
How can you use dynamic calls in cics?
Can you define multiple maps in a BMS mapset?
What is the type of ppt in the cics?
How errors are handled in CICS programs?
What are the some important fields in the eib block?
Have you entered any program names in PPT or PCT? If so How?
Add a field to screen when what's the flow of impact?
Can you define cemt?