View previous topic :: View next topic
|
Author |
Message |
sam_ok
New User
Joined: 22 Mar 2007 Posts: 18 Location: Hong Kong
|
|
|
|
I am a dummy in assembling language. I just downloaded the source from web, LISTPDS, and tried to compiled it. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
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 |
|
|
sam_ok
New User
Joined: 22 Mar 2007 Posts: 18 Location: Hong Kong
|
|
|
|
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 |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
I guess you miss a macro library in your compile jcl. |
|
Back to top |
|
|
sam_ok
New User
Joined: 22 Mar 2007 Posts: 18 Location: Hong Kong
|
|
|
|
The SYSLIB I used was ....
//SYSLIB DD DSN=SYS1.MACLIB,DISP=SHR |
|
Back to top |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
Try adding SYS1.MODGEN to SYSLIB. |
|
Back to top |
|
|
sam_ok
New User
Joined: 22 Mar 2007 Posts: 18 Location: Hong Kong
|
|
|
|
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 |
|
|
sam_ok
New User
Joined: 22 Mar 2007 Posts: 18 Location: Hong Kong
|
|
|
|
Thanks PeterHolland. I will try at once. Tell you the result later. |
|
Back to top |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
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 |
|
|
sam_ok
New User
Joined: 22 Mar 2007 Posts: 18 Location: Hong Kong
|
|
|
|
THANK YOU SO MUCH. I CAN DO IT !!!!
GIVE YOU A SWEET KISS...... ^^ |
|
Back to top |
|
|
Garry Carroll
Senior Member
Joined: 08 May 2006 Posts: 1205 Location: Dublin, Ireland
|
|
|
|
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 |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
Quote: |
GIVE YOU A SWEET KISS...... ^^
|
You female?? |
|
Back to top |
|
|
|