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

‘Undefined symbol’ error when compiling map


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Absinthia

New User


Joined: 10 Jan 2008
Posts: 36
Location: CHINA

PostPosted: Fri Jan 11, 2008 11:09 am
Reply with quote

I did it in IBM demo system,not real mvs environment.

The JCL to compile map is below.

PROCLIB JCLLIB ORDER=DDS0264.IBM.COMPILE
MAPASEM EXEC DFHMAPS,
DSCTLIB='DDS0264.MAP.COPY',
MAPNAME='HELLSET'
COPY.SYSUT1 DD DISP=SHR,DSN=DDS0264.MAP.SOURCE(HELLO)
LINKMAP.SYSLMOD DD DSN=DDS0264.MAP.LOAD(HELLO),DISP=SHR

This is the error message .

ASMA044E Undefined symbol - DFHU0
ASMA435I Record 1072 in CICSTS.V3R2.CICS.SDFHMAC(DFHMSD) on volume: DMEP05
101 ***************************************
102 HELLOM DFHMDI SIZE=(24,80),
LINE=1,
ASMA430W Continuation statement does not start in continue column.
ASMA435I Record 11 in SYS08010.T232354.RA000.DDS0264A.TEMPM.H01 on volume:
00C 004F COLUMN=1
01C 0000 192+ DC AL2(DFHM1) MAP
ASMA044E Undefined symbol - DFHM1
ASMA435I Record 1172 in CICSTS.V3R2.CICS.SDFHMAC(DFHMDI) on volume: DMEP05
01E 0000 193+ DC AL2(DFHS1) MAP
ASMA044E Undefined symbol - DFHS1
ASMA435I Record 1173 in CICSTS.V3R2.CICS.SDFHMAC(DFHMDI) on volume: DMEP05


Could anyone tell me why is this error to happen ?
Is there anything wrong with CICSTS.V3R2.CICS.SDFHMAC ?

Thanks in advance
[/b][/quote][/code]
Back to top
View user's profile Send private message
ousep143

New User


Joined: 06 Oct 2007
Posts: 32
Location: India

PostPosted: Fri Jan 11, 2008 2:57 pm
Reply with quote

Hi Absinthia,
I think, u got a Continuation statement error.72th column is used for specifying continuation of statement.Please send me ur Mapset & Map definition statement.


regards
icon_smile.gif
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Fri Jan 11, 2008 6:53 pm
Reply with quote

take a few minutes to review assembler coding rules

continuation of a statement is designated in col72 and
then starts on next line in col16
Back to top
View user's profile Send private message
Absinthia

New User


Joined: 10 Jan 2008
Posts: 36
Location: CHINA

PostPosted: Mon Jan 14, 2008 6:49 am
Reply with quote

hi,ousep143,Earl Haigh
thank you,you are right.
I am sorry to ask so silly questions. icon_redface.gif icon_redface.gif
Back to top
View user's profile Send private message
ousep143

New User


Joined: 06 Oct 2007
Posts: 32
Location: India

PostPosted: Mon Jan 14, 2008 11:49 am
Reply with quote

Absinthia wrote:
hi,ousep143,Earl Haigh
thank you,you are right.
I am sorry to ask so silly questions. icon_redface.gif icon_redface.gif



Hi Absinthia,

Welcome
icon_smile.gif
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top