|
|
| Author |
Message |
rambabupotla
New User
Joined: 25 Apr 2005 Posts: 2
|
|
|
|
Hi,
I want to filter the records in the input file based on the two date parameters that i receive in the JCL. Is it possible to code a SORT card which will take the two dates (symbolic parameter) and apply the SORT condition on the input field?
your help is greatly appreciated. |
|
| Back to top |
|
 |
References
|
Posted: Thu Jul 24, 2008 3:50 pm Post subject: Re: SORT - using symbolic parameters in the SYSIN control card |
 |
|
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3225 Location: Brussels once more ...
|
|
|
|
| No - symbolics can not be substitued in instream data. |
|
| Back to top |
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 574
|
|
|
|
Hi,
symbolic parameters cannot be passed to SYSIN statements.
How do you receive the two date parameters in the JCL ?
Gerry |
|
| Back to top |
|
 |
ParagChouguley
Active User
Joined: 03 Feb 2007 Posts: 151 Location: PUNE(INDIA)
|
|
|
|
| Your requirement could be achived with dynamic sort card generation. Please tell us more and clear about the requirement |
|
| Back to top |
|
 |
|
|