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
 
JCL-Types of parameter fields

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
kriz_cts

New User


Joined: 03 Aug 2005
Posts: 23

PostPosted: Wed Aug 17, 2005 7:36 pm    Post subject: JCL-Types of parameter fields
Reply with quote

Hi folks,
Can anyone clarify me on the types of parameter fields available in JCL?
Back to top
View user's profile Send private message
References
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3314
Location: Charlotte,NC USA

PostPosted: Wed Aug 17, 2005 7:49 pm    Post subject: Re: JCL-Types of parameter fields
Reply with quote

Check section "3.1.1 Parameter Field" of the JCL Reference Manual:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/3.1.1?DT=20050713232151#HDRPARFLDS
Back to top
View user's profile Send private message
bonniem

Active User


Joined: 09 Aug 2005
Posts: 68

PostPosted: Wed Aug 17, 2005 7:53 pm    Post subject:
Reply with quote

Hi,

There are symbolic and keyword parameters.

Positional parameters
1) Appear in a pre-determined sequence.
2) Omitted parameters indicated by commas.
3) No comma to be coded if all the following positional parameters are omitted or only keyword parameters follow.

TIME=(10,30)
The system knows the specified time--10 minutes, 30 seconds?by each value's relative position

Keyword parameters

1)Predetermined words or keywords used.
2)Any sequence is permitted, separated by commas.
3)Format <keyword parameter> = <value>

//MYJOB JOB (PROJ,TRG,TRG10,N1,BATCH),'PGM1',
// MSGCLASS=X,NOTIFY=TRGG10,TYPRUN=SCAN

Here MSGCLASS, NOTIFY etc are keyword parameters.
Back to top
View user's profile Send private message
bonniem

Active User


Joined: 09 Aug 2005
Posts: 68

PostPosted: Wed Aug 17, 2005 7:56 pm    Post subject:
Reply with quote

Sorry,
Quote:
There are symbolic and keyword parameters


It is positional and keyword parameters.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1