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

What is order parameter in JCL?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jahnavisekhar

New User


Joined: 03 May 2005
Posts: 1

PostPosted: Tue May 03, 2005 2:09 pm
Reply with quote

i have doubt in what order parameter in jcl do
can anyone help me
Back to top
View user's profile Send private message
vrch

New User


Joined: 21 Mar 2005
Posts: 20

PostPosted: Tue May 03, 2005 2:58 pm
Reply with quote

Hi

The parameter ORDER is for specifying the dataset names for searching a catalog procedure.This parameter is used with jcllib.jcllib is the special dd name.

The coding will be like this:

//jobname job .....
//jcllib dd order=(dataset1,dataset2,.....)
//

I think above info. will help u and if thr is any wrong let me know.

Thanks,
vrch
Back to top
View user's profile Send private message
vrch

New User


Joined: 21 Mar 2005
Posts: 20

PostPosted: Tue May 03, 2005 4:26 pm
Reply with quote

Hi Jahnavi,

Sorry...Ignore above mail.and see this one



The parameter ORDER is for specifying the dataset names for searching a catalog procedure.This parameter is used with jcllib.

The coding will be like this:

//jobname job .....
//name1 jcllib order=(dataset1,dataset2,.....)
//

I think above info. will help u and if thr is any wrong let me know.

Thanks,
vrch
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue May 03, 2005 6:11 pm
Reply with quote

Did you look it up?

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B650/19.0?DT=2004071217050

Quote:

19.1.4 Parameter Field

The JCLLIB statement contains one keyword parameter:


ORDER=(library[,library...])
Specifies the names of the libraries to be searched. The maximum number of libraries that may be specified is 15. You can specify private libraries, system procedure libraries, and installation-defined procedure libraries. The system searches the libraries in the order in which you specify them, before it searches any unspecified default system procedure libraries.

Do not specify a library that is a temporary data set (&&dsname), partitioned data set if a member name is included, or relative generation number for a GDG.

Note: GDGs are not supported.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Rotate partition-logical & physic... DB2 0
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
No new posts Writing the output file name from a p... JCL & VSAM 7
Search our Forums:

Back to Top