how to find the dump

Answers were Sorted based on User's Feedback



how to find the dump..

Answer / arun chinnadurai

Both SYSDUMP and SYSUDUMP are valid SYSUDUMP.
SYSUDUMP is unformatted dump while SYSDUMP is a bit more
formatted. To get best DUMP use CEEDUMP.

Is This Answer Correct ?    13 Yes 2 No

how to find the dump..

Answer / pazhanivel seethapathy

it is SYSUDUMP in the JCL not SYSDUMP.

Is This Answer Correct ?    10 Yes 3 No

how to find the dump..

Answer / vikram

use SYSDUMP in the JCL

//SYSDUMP DD *

Is This Answer Correct ?    8 Yes 7 No

Post New Answer

More Assembler Interview Questions

What is the use of trt instruction?

0 Answers  


Explain the difference between various read and find statement?

0 Answers  


Why do we use "drop"? What does "using" do?

4 Answers  


How do you round the addition or subtraction of two numbers in assembler?

0 Answers  


How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label

3 Answers   CSC, IBM,






Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).

1 Answers  


HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM.

5 Answers   IBM, TCS,


What is need of start 0?

0 Answers  


how to access VSAm file

2 Answers   EDS, IBM,


How to pass instream data in sysin with Assembler?

2 Answers   ANZ, IBM,


what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.

4 Answers   CSC, TCS,


What is house keeping in assembler?

0 Answers  


Categories