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

** ASMA057E Undefined operation code - OBTAIN


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sam_ok

New User


Joined: 22 Mar 2007
Posts: 18
Location: Hong Kong

PostPosted: Thu Oct 21, 2010 3:10 pm
Reply with quote

I am a dummy in assembling language. I just downloaded the source from web, LISTPDS, and tried to compiled it.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Oct 21, 2010 3:17 pm
Reply with quote

Please DO NOT post attachments as not everyone is allowed to open them, thus reducing the number of people available to help you.

Is this related to your post in the JCL forum.
Back to top
View user's profile Send private message
sam_ok

New User


Joined: 22 Mar 2007
Posts: 18
Location: Hong Kong

PostPosted: Thu Oct 21, 2010 3:22 pm
Reply with quote

Yes. This freeware list PDS directory, just like the function performed by PX line command.

But I encountered compilation problem. My installation is z/OS V1.8.

The compilation return code is 8. Here below are the four error messages:

======================================

711 OBTAIN DSCB
** ASMA057E Undefined operation code - OBTAIN

718 OBTAIN DSCB
** ASMA057E Undefined operation code - OBTAIN

R:6 02B14 3806 USING PA,R6
** ASMA303W Multiple address resolutions may result from this USING and the USING on statement number 345


R:6 02EF4 4109 USING PRMLST,R6
** ASMA303W Multiple address resolutions may result from this USING and the on statement number 345

======================================

Thank you for your help.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Oct 21, 2010 3:23 pm
Reply with quote

I guess you miss a macro library in your compile jcl.
Back to top
View user's profile Send private message
sam_ok

New User


Joined: 22 Mar 2007
Posts: 18
Location: Hong Kong

PostPosted: Thu Oct 21, 2010 3:24 pm
Reply with quote

The SYSLIB I used was ....

//SYSLIB DD DSN=SYS1.MACLIB,DISP=SHR
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Oct 21, 2010 3:25 pm
Reply with quote

Try adding SYS1.MODGEN to SYSLIB.
Back to top
View user's profile Send private message
sam_ok

New User


Joined: 22 Mar 2007
Posts: 18
Location: Hong Kong

PostPosted: Thu Oct 21, 2010 3:25 pm
Reply with quote

PeterHolland wrote:
I guess you miss a macro library in your compile jcl.


I also think this is the cause. But which MAC lib should I use ?
Back to top
View user's profile Send private message
sam_ok

New User


Joined: 22 Mar 2007
Posts: 18
Location: Hong Kong

PostPosted: Thu Oct 21, 2010 3:26 pm
Reply with quote

Thanks PeterHolland. I will try at once. Tell you the result later.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Oct 21, 2010 3:26 pm
Reply with quote

sam_ok wrote:
PeterHolland wrote:
I guess you miss a macro library in your compile jcl.


I also think this is the cause. But which MAC lib should I use ?


See my previous post.
Back to top
View user's profile Send private message
sam_ok

New User


Joined: 22 Mar 2007
Posts: 18
Location: Hong Kong

PostPosted: Thu Oct 21, 2010 3:28 pm
Reply with quote

THANK YOU SO MUCH. I CAN DO IT !!!!

GIVE YOU A SWEET KISS...... ^^
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Thu Oct 21, 2010 3:29 pm
Reply with quote

THe OBTAIN macro needs to be resolved from one of the system libraries which needs to be specified in the SYSLIB of the assembly step.

The "USING" warnings won't prevent execution.

Garry.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Oct 21, 2010 3:31 pm
Reply with quote

Quote:

GIVE YOU A SWEET KISS...... ^^


You female??
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 -> PL/I & Assembler

 


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 VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top