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
 
Sort to write day of week

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
Aneesh

New User


Joined: 30 Sep 2006
Posts: 41

PostPosted: Wed Oct 29, 2008 8:34 pm    Post subject: Sort to write day of week
Reply with quote

Hi,

I have a requirement to write the day of the week (Sunday, Monday etc or a number indicating the same) to an output file. Can this be done using sort?

Thanks,
Aneesh.
Back to top
View user's profile Send private message
References
Skolusu

DFSORT Developer


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

PostPosted: Wed Oct 29, 2008 8:53 pm    Post subject: Reply to: Sort to write day of week
Reply with quote

Aneesh,

The following DFSORT/ICETOOL job will give you the desired results.It will write a three byte value for the day of week. mon, tue, wed, thu, fri, sat, sun

Code:

//STEP0100 EXEC PGM=ICEMAN     
//SYSOUT   DD SYSOUT=*   
//SYMNAMES DD *               
MYDAY,S'&LWDAY'       
//SORTIN   DD *               
SAMPLE                         
//SORTOUT  DD SYSOUT=*         
//SYSIN    DD *               
  SORT FIELDS=COPY             
  INREC BUILD=(MYDAY)   
//*                           
Back to top
View user's profile Send private message
Aneesh

New User


Joined: 30 Sep 2006
Posts: 41

PostPosted: Wed Oct 29, 2008 8:58 pm    Post subject: Reply to: Sort to write day of week
Reply with quote

Thank you icon_smile.gif
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1