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

Creation date of the output file in the name of the file.


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mane Sagar

New User


Joined: 12 Jul 2005
Posts: 41
Location: mumbai

PostPosted: Tue Jan 03, 2006 11:37 am
Reply with quote

Hello all,
Can anyone give me a sample JCl in which I can attach the time the output file was created in the output file name in hrs and minutes.

Eg. amcis.file.output.time
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Tue Jan 03, 2006 3:21 pm
Reply with quote

Hi,

Please find teh JCL whci create teh dates and time stamp.

Code:
//CMPRTST1 JOB (ACCT#),'SORT  ',NOTIFY=&SYSUID,CLASS=T,MSGCLASS=X   
//*   ADD DATE AND TIME STAMP TO DATASET.                           
//STEP0100 EXEC PGM=EZACFSM1                                       
//SYSOUT    DD SYSOUT=(*,INTRDR)                                   
//SYSIN     DD DATA,DLM=@@                                         
//ABAB77V2 JOB (ACCT#),                                             
//             'SORT ',CLASS=T,MSGCLASS=X,NOTIFY=&SYSUID           
//STEPK1   EXEC PGM=IEBGENER                                       
//SYSPRINT DD SYSOUT=*                                             
//SYSOUT   DD *                                                     
//SYSUT1   DD DSN=Input file ,DISP=SHR                   
//SYSUT2   DD DSN=Output.FILE.D&LYYMMDD..T&LHHMMSS,       
//            UNIT=TEMP,DISP=(NEW,CATLG,DELETE),                   
//            SPACE=(TRK,(2,2),RLSE),                               
//            DCB=(LRECL=80,RECFM=FB)                               
//SYSIN   DD  DUMMY                                                 
@@
//


Hope this helps
Regards
Rupesh
Back to top
View user's profile Send private message
Mane Sagar

New User


Joined: 12 Jul 2005
Posts: 41
Location: mumbai

PostPosted: Wed Jan 04, 2006 11:05 am
Reply with quote

Hi Rupesh,

Thanks a lot for ur help.
Back to top
View user's profile Send private message
mrar_160

New User


Joined: 14 Sep 2005
Posts: 48

PostPosted: Tue Feb 14, 2006 7:19 am
Reply with quote

HI Rupesh.Kothari

How if i get the date from the dataset and use it for name my dataset?


Code:

//STEP0001 EXEC PGM=GETDATE                                         
//STEPLIB  DD   DISP=SHR,DSN=&SYSUID..LOAD                         
//*SYSOUT   DD SYSOUT=*                                             
//SYSOUT   DD DSN=&SYSUID..DATE,DISP=(OLD,CATLG,DELETE),           
//          SPACE=(TRK,(2,2)),                                     
//          DCB=(RECFM=FB,LRECL=80,BLKSIZE=800)     
//SYSUT2   DD DSN=[b][i]<What the thing need i put here?>[/i][/b] ,       
//            UNIT=TEMP,DISP=(NEW,CATLG,DELETE),                   
//            SPACE=(TRK,(2,2),RLSE),                               
//            DCB=(LRECL=80,RECFM=FB)                                 
//* 
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
Search our Forums:

Back to Top