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 need of start 0? In steed of can we use anyother numerics? If we use what will happen?

1 Answers  


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

1 Answers  


about ICM instruction.

4 Answers   EDS,


How do you initialize a register to 0000?

10 Answers   HCL,


How many maximum base registers we can have in a program?

1 Answers  


What is maximum displacement?

1 Answers  


What is the difference in data type "X" and "P"?

5 Answers  


Why do we have multiple base registers in certain programs?

4 Answers   IBM,


how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?

1 Answers   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,


How many maximum base registers we can have in a single program?

1 Answers  


How to pass the parameters from jcl to assembler program?

1 Answers  


Categories