how to find the dump
Answers were Sorted based on User's Feedback
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 |
Answer / pazhanivel seethapathy
it is SYSUDUMP in the JCL not SYSDUMP.
| Is This Answer Correct ? | 10 Yes | 3 No |
What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11
Why do we use "drop"? What does "using" do?
explain icm instruction?
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
What is need of start 0?
How many maximum base registers we can have in a program?
Why can only 256 bytes be moved from one address to another in a MVC?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
how to pass the parameters from jcl to assembler pgm?
How do you initialize a register to 0000?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?