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

Kindly specify the pic clause for the data type of length option field type of data fields?

0 Answers  


What is the CICS Command that is used for reading a record from the TDQ?

1 Answers   IBM,


What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND

1 Answers  


What do you mean by CEMT?

0 Answers  


Do you receive the attribute byte in the symbolic map?

2 Answers   IBM,






How do you control cursor positioning?

3 Answers   IBM,


What is the name of the facility provided by CICS to free the application program form the problems caused

1 Answers  


Define ceci?

0 Answers  


Explain the difference between pseudo-conversational and conversational?

0 Answers  


What are the main uses of the transaction in the cics?

0 Answers  


How do you read from a TSQ?

1 Answers   IBM,


Explain the thress bms options?

0 Answers  


Categories