How to test CICS, MainFrame applications

Answers were Sorted based on User's Feedback



How to test CICS, MainFrame applications..

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

How to test CICS, MainFrame applications..

Answer / guest

Intertest

Is This Answer Correct ?    8 Yes 1 No

How to test CICS, MainFrame applications..

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

How to test CICS, MainFrame applications..

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

How to test CICS, MainFrame applications..

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

How to test CICS, MainFrame applications..

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

How to test CICS, MainFrame applications..

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

How to test CICS, MainFrame applications..

Answer / chinababu

i think srini is correct

by xpeditor is best than cedf.

Is This Answer Correct ?    2 Yes 1 No

How to test CICS, MainFrame applications..

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

How to test CICS, MainFrame applications..

Answer / tej

Intertest,Xpeditor,CEDF and Tracemaster are the
facilities/tools used generally.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CICS Interview Questions

what is amp?

2 Answers  


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,


What is the drawback of using HANDLE CONDITION?

1 Answers   IBM,


how we change the vsam file name in cics rigion? anybody elobrate this?

3 Answers   IBM,


What?s the CICS command used to access current date and time?

1 Answers  






Can you simply check if length = 0 for checking if a field was modified?

3 Answers   IBM,


What are fset, frset?

0 Answers  


What are the beginning and end points of an LUW called?

1 Answers  


What CICS command do you need to obtain the user logon-id?

1 Answers   IBM,


how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________

1 Answers   L&T, TCS, Wipro,


What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know

1 Answers   IBM,


Categories