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

Addition operation is not working with a date in DFSORT


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sureshmurali
Warnings : 1

New User


Joined: 25 Nov 2010
Posts: 70
Location: Sivakasi, India

PostPosted: Fri Jan 27, 2012 10:26 pm
Reply with quote

Hi

When i did addition operation with a date field in OUTREC of DFSORT,

Code:
E1  8 DSS10066E  POSITIONAL PARAMETER 'DATE3+2' IS NOT VALID.


Actual SORT CARD -

Code:
//SYSIN    DD *                 
 SORT FIELDS=(1,3,CH,A)         
 OUTREC FIELDS=(1,3,3X,DATE3+2)
/*                             


But in the manual, i see addition operation can be performed with date.

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/ICE1CG40/2.4.5.1?SHELF=&DT=20090519162426

Can anyone help me...how can i solve this issue ?

Thanks in advance

Suresh K
Back to top
View user's profile Send private message
Skolusu

Senior Member


Joined: 07 Dec 2007
Posts: 2205
Location: San Jose

PostPosted: Fri Jan 27, 2012 10:47 pm
Reply with quote

sureshmurali,

They are error messages from your JCL checker software which is not updated with latest features of DFSORT. So ignore them and run your job.
Back to top
View user's profile Send private message
sureshmurali
Warnings : 1

New User


Joined: 25 Nov 2010
Posts: 70
Location: Sivakasi, India

PostPosted: Sat Jan 28, 2012 12:08 pm
Reply with quote

Thanks Kolusu. It is working..
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts DFsort help with SUM() DFSORT/ICETOOL 12
Search our Forums:

Back to Top