View previous topic :: View next topic
|
Author |
Message |
umasubhash
New User
Joined: 20 Oct 2022 Posts: 1 Location: India
|
|
|
|
Hi,
I tried to assemble the IBM supplied assembler code DFSASK00. But it gives several undefined variables. I know that there is a bug in the code which gives this issue. So please help me to fix it.
The code and the assembler listing has been attached. |
|
Back to top |
|
|
Joerg.Findeisen
Senior Member
Joined: 15 Aug 2015 Posts: 1335 Location: Bamberg, Germany
|
|
|
|
Nobody is willing to download untrusted attachments. Use Code Tag Button above the Text box (it works as a toggle), and post necessary information. |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2141 Location: USA
|
|
|
|
Joerg.Findeisen wrote: |
Nobody is willing to download untrusted attachments. Use Code Tag Button above the Text box (it works as a toggle), and post necessary information. |
The previous story has demonstrated, that learning the usage of Code button for newcomers takes much, much longer than learning Computer Science in total. |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2141 Location: USA
|
|
|
|
umasubhash wrote: |
But it gives several undefined variables. I know that there is a bug in the code which gives this issue. So please help me to fix it. |
What exactly prevents you from finding those undefined variables in the code, and fix the issue?
In case you do not understand Assembler, I'd recommend you to avoid doing this job until you have learned what is needed for it.
This sort of activity is what any Software Developer is doing 50-90% of his working time. Do you suppose others have to do your own job duties instead of you? Why? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
Quote: |
I know that there is a bug in the code which gives this issue |
do You really think that IBM provided a sample svc code with that amount of errors
really ...
if you cannot find by yourself the reason and the action to be taken for the ASMA044E messages
you do not have any business in dealing with IMS supervisor calls
anyway the amount of data posted is complete waste of resources
just posting a few of the
Code: |
** ASMA044E UNDEFINED SYMBOL - ......... |
would have been more than enough to give a hint
show the JCL, the PROC used to run the assembly
AND the JES2 log to show the expanded JCL/PROC
at first glance the SYSLIB concatenation is missing quite a few datasets |
|
Back to top |
|
|
|