View previous topic :: View next topic
|
Author |
Message |
varun
New User
Joined: 02 Mar 2005 Posts: 11 Location: USA
|
|
|
|
Hi members,
Pl. explain the following questions ..iam a beginer in mainframes.
1. what is meant by dump analysis and what are the steps involved in finding the offset address ?
2.suppose i have 10 fields on cics screen from where i have to give order but suppose i have to give some 25 fields for order then how should i code using bms macro so that i can give give order all the fields
eg: i can use scroll bar..(it is just my idea)
3. Name some IBM utilities?
IS that i should tell these names IKJEFT01,IGYCRCTL or any other if so name them. |
|
Back to top |
|
|
ovreddy
Active User
Joined: 06 Dec 2004 Posts: 211 Location: Keane Inc., Minneapolis USA.
|
|
|
|
Hi,
1 Ans: Whenever a program abends, it leaves some data in memory called DUMP. we can analyse this dump to find out why program abended. This dump will be available in SPOOL. Dump analysis has the following steps...
- Dump Format (Abend-Aid)
- Determining if the source and load modules match
- Finding the abend point
- Finding common storage items in a dump
- Finding uncommon (INDEXES, etc.) storage locations in a dump
2.Ans: Your que is not clear. As I understood U need 25 fields where screen can accommodate only 10 fields. If this is the case. Simply create another BMS MAP and link to that map when user press ENTER on MORE ( You code it in first screen). Refer to existing programs of your project. Usually every program will have more than one MAP.
3. What you know is right. But we cannot list all the utilities we have a lot. you can search for IBM Utilities to get a list.
IEBGENER
IEBCOPY
IEFBR14
IEHPROGM
etc...
Bye,
Reddy. |
|
Back to top |
|
|
varun
New User
Joined: 02 Mar 2005 Posts: 11 Location: USA
|
|
|
|
Hi ovreddy,
Thanks for the explanation.
i know what is meant by stogroup , database, tablespace.
but i what to know how they related ..pl. explain...
i want some more inforametion regarding question no 1(one) i.e dump analysis.
I.e. how to find base locator , register no ,volume address, displacement and finally obsolute address.
is that iam still confusing if so sorry...
if u can explain with example or screenshots ...i will be happy .
this is my personel mailid. <<email removed>>
Thanks in advance, |
|
Back to top |
|
|
|