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

Error While running the job using PL1 program


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

New User


Joined: 06 Jul 2009
Posts: 13
Location: chennai

PostPosted: Wed Feb 10, 2010 7:49 pm
Reply with quote

Dear All,

I got the below error while running PL1 program

IBM204I 'ONCODE'=0084 'UNDEFINEDFILE' CONDITION RAISED
NO DD STATEMENT ('ONFILE'= ARTOUD)
IN STATEMENT 406 AT OFFSET +000558 IN PROCEDURE WITH ENTRY
TRAIT_RUPT_GEN

But ARTOUD is dynamically allocated.

In JCL we gave the above DD name as Dynamic

//ARTOUD DD DYNAM .

Could you please give inputs to resolve the issue?

Thanks,
Muthu.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


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

PostPosted: Wed Feb 10, 2010 7:52 pm
Reply with quote

Use the DYNAM parameter to increase by one the control value for dynamically allocated resources held for reuse. Even when DYNAM is not coded, the system normally holds resources in anticipation of reuse. The DYNAM parameter is supported to provide compatibility with older systems.

A DD DYNAM statement is a dummy request.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Wed Feb 10, 2010 8:30 pm
Reply with quote

Does the program logic in fact allocate ARTOUD before it attempts to open the associated data set?
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


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

PostPosted: Wed Feb 10, 2010 8:34 pm
Reply with quote

Akatsukami wrote:
Does the program logic in fact allocate ARTOUD before it attempts to open the associated data set?


Probably not, i guess the TS believes coding DYNAM in jcl will
allocate something dynamically.
Back to top
View user's profile Send private message
kumarmca1

New User


Joined: 06 Jul 2009
Posts: 13
Location: chennai

PostPosted: Wed Feb 10, 2010 8:45 pm
Reply with quote

Hi Peter,

Thanks for the input.

We have coded in the program to allocate the file. That is why we gave the DYNAM parameter in JCL.

Thanks,
Muthu.
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 Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
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
Search our Forums:

Back to Top