Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
REQUESTED MODULE IFOX00 not found

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
RogerQ

New User


Joined: 20 Aug 2008
Posts: 10
Location: China

PostPosted: Fri Aug 22, 2008 7:55 am    Post subject: REQUESTED MODULE IFOX00 not found
Reply with quote

*****************************************
CSV003I REQUESTED MODULE IFOX00 NOT FOUND
CSV028I ABEND806-04 JOBNAME=ASSIST$ STEPNAME=ASM
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=806 REASON CODE=00000004
*********************************************
this is the message i get while running a JCL which can setup ASSEMBLER ASSIST to my system, the job call IFOX00, it should be a stardard job in SYS1.**lib, but it seems lost, who know where the IFOX00 is in your system

the part of JCL is :
*******************************************
23 //ASM EXEC ASMFCL,REGION.ASM=4096K,
// PARM.ASM='LOAD,NODECK,LIST,NOXREF',
// MAC1='SYS1.AMODGEN'
24 XXASMFCL PROC MAC='SYS1.MACLIB',MAC1='SYS1.MACLIB'
XX*
XX* LIB: SYS1.PROCLIB(ASMFCL)
XX* GDE: MVSINST
XX* DOC: THIS PROCEDURE EXECUTES THE ASSEMBLER AND THE LINKAGE
XX* EDITOR.
XX*
25 XXASM EXEC PGM=IFOX00,PARM=OBJ
**************************************************

if you know anything about it , pls give me some advise, thanks very much !
Back to top
View user's profile Send private message
References
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8768
Location: 221 B Baker St

PostPosted: Fri Aug 22, 2008 8:39 am    Post subject:
Reply with quote

Hello,

You might try one of these instead:
EXEC PGM=IEUASM
EXEC PGM=IEV90
Back to top
View user's profile Send private message
RogerQ

New User


Joined: 20 Aug 2008
Posts: 10
Location: China

PostPosted: Fri Aug 22, 2008 9:20 am    Post subject:
Reply with quote

thanks, d.sch.

i tried this, but didnt help, i got same msg as using IFOX00
Back to top
View user's profile Send private message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 52

PostPosted: Fri Aug 22, 2008 5:41 pm    Post subject:
Reply with quote

ASMA90 is I believe the default name for the assembler
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8768
Location: 221 B Baker St

PostPosted: Fri Aug 22, 2008 7:51 pm    Post subject:
Reply with quote

Hello,

Yes, ASMA90 is also one of the "standard" assembler names.

You might check with your system programmers and ask how assemblies are to be done on your system. Some organizatioins only permit system support people to execute the assembler as there is no application work done in assembler at those places.
Back to top
View user's profile Send private message
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 961
Location: Atlanta, GA

PostPosted: Fri Aug 22, 2008 8:19 pm    Post subject:
Reply with quote

Quote:
this is the message i get while running a JCL which can setup ASSEMBLER ASSIST to my system, the job call IFOX00, it should be a stardard job in SYS1.**lib, but it seems lost, who know where the IFOX00 is in your system
It'll be nowhere. IFOX00 is a very old, long out-of-support assembler; I found on the web a 1994 closed APAR which stated that it was not supported even then. You might have better luck getting Assembler ASSIST up and running on a Hercules system; you'll definitely have to update JCL to run it on z machines -- if it will even run (it may or may not; I've not tried it nor heard of anyone trying it).
Back to top
View user's profile Send private message
RogerQ

New User


Joined: 20 Aug 2008
Posts: 10
Location: China

PostPosted: Mon Aug 25, 2008 6:11 am    Post subject:
Reply with quote

thank you guys, it worked now as i try to use ASMA90
really appreciated for your kindly reply and good ideas.
thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1