IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Help needed to assemble IMS sample code DFSASK00


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
umasubhash

New User


Joined: 20 Oct 2022
Posts: 1
Location: India

PostPosted: Thu Oct 20, 2022 10:36 am
Reply with quote

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
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1244
Location: Bamberg, Germany

PostPosted: Thu Oct 20, 2022 11:53 am
Reply with quote

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
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2018
Location: USA

PostPosted: Thu Oct 20, 2022 5:52 pm
Reply with quote

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
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2018
Location: USA

PostPosted: Thu Oct 20, 2022 5:57 pm
Reply with quote

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
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Oct 20, 2022 6:03 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts Mainframe Programmer with CICS Skill... Mainframe Jobs 0
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top