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

What is the role of the parameter OUT in fileaid utility


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sribks2005

New User


Joined: 04 Apr 2005
Posts: 20
Location: Mysore

PostPosted: Mon Jun 27, 2005 5:33 pm
Reply with quote

hi all,

i have a jcl which has FILEAID utility in one of its step.

In SYSIN i have coded like shown below;
======================================
$$DD01 USER OUT=0,MV=(1,200,1),WRITE=DD01O
======================================
what does OUT=0 means here? i mean to say, what is the role of the parameter OUT in fileaid utility.

thanks
Back to top
View user's profile Send private message
brain_s390

New User


Joined: 06 May 2005
Posts: 58
Location: Mumbai

PostPosted: Mon Jul 04, 2005 8:38 pm
Reply with quote

The OUT parameter controls the number of records that are written or printed before processing stops. OUT can be used to limit the output, or to extend the amount of printed output past the default of 250 records.

$DD01 USER OUT=0,MV=(1,200,1),WRITE=DD01O

Here Use OUT=0 will process the entire file.
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts REASON 00D70014 in load utility DB2 6
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Demand with DEADLINE TIME parameter CA Products 4
Search our Forums:

Back to Top