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 |
Why do we have multiple base registers in certain programs?
Explain about maximum displacement?
How are data passed from jcl parm to assembler program?
What does LA R3,R3 ?
What is base register?
What is house keeping in assembler?
WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?
Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?
How do you round the addition or subtraction of two numbers in assembler?
What is icm instruction?
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.
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?