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

REQUESTED MODULE IFOX00 not found


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

New User


Joined: 20 Aug 2008
Posts: 10
Location: China

PostPosted: Fri Aug 22, 2008 7:55 am
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
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 22, 2008 8:39 am
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
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: 262

PostPosted: Fri Aug 22, 2008 5:41 pm
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

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 22, 2008 7:51 pm
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

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Aug 22, 2008 8:19 pm
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
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
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 How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts A directory in the pathname was not f... ABENDS & Debugging 0
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
No new posts Routine not found... CLIST & REXX 6
No new posts SXP Tool for PL1 or Module library ma... PL/I & Assembler 0
Search our Forums:

Back to Top