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 the differences between getting the system time with eibtime and asktime command?

0 Answers   IBM,


How do you rollback data written to an ESDS file?

1 Answers   IBM, Infosys,


Add a field to screen when what's the flow of impact?

0 Answers   Keane India Ltd,


What is the difference between the NOHANDLE option and the IGNORE condition?

3 Answers  


What is the difference between receive and receivemap commands in CICS?

1 Answers  






What is the command that is used to add a new record to the file?

1 Answers  


What is DFHEIBLK?

3 Answers   IBM,


I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.

5 Answers   HSBC,


In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?

5 Answers   HSBC,


How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

1 Answers   CSC, IBM,


how do you handle errors in cics programs?

1 Answers   IBM,


What are the three ways available for a program to position the cursor on the screen?

2 Answers   IBM,


Categories