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

DATE AND TIME FOR NDM'ing THE FILE


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mrravikanthn

New User


Joined: 25 Aug 2008
Posts: 1
Location: pune

PostPosted: Thu Jan 21, 2010 2:42 pm
Reply with quote

I am NDM ing the file as
XXXX.YYYY.ZZZZ.F.2010021.015656

I need to NDM the file as
XXXX.YYYY.ZZZZ.F.D2010021.T015656.

Please help me out to get the desired file name. My DMBATCH JCL input looks like:
Code:

  SIGNON ESF=YES                                                       
  SUBMIT PROC=MVS2UNX2 &SNODE=TCPNAME=VVVVVV.TEST.NMN.COM -           
           SNODE=&SNODE                               -             
           HOLD=NO                                    -             
           &NODE=PNODE                         -                     
           &NDMID=AB345R                       -                     
           &JDATE=%JDATE                         -                   
           &TIME=%SUBTIME                       -                   
           &DSN1=XXXXX.DSDS.RRRRRR.T(+0)        -                   
           &DSN2=XXXXX.DSDS.RRRRRR.T.&JDATE..&TIME        -         
           &DIR2=.                               -                   
           &DISP2=NEW                           -                   
           &COMPRESS=COMPRESS                   -                   
           &PAGEID=AB345R                                           
  SIGNOFF
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Jan 21, 2010 6:57 pm
Reply with quote

Could you please post:

The output from your NDMCMDS DD statement that shows how your job and the DMBATCH program has performed the variable substitutions as you've indicated.

The code of your MVS2UNX2 Process that also shows how it performs the variable substitutions as you've indicated.
Back to top
View user's profile Send private message
tjk3030

New User


Joined: 18 Mar 2006
Posts: 22

PostPosted: Sat Jan 23, 2010 10:13 am
Reply with quote

How about this in your process statement:

&DATE=%SUBDATE1
&TIME=%SUBTIME

COPY1 COPY FROM (PNODE DSN=&DSN1 DISP=SHR) -
COMPRESS EXTENDED -
TO (SNODE DSN=&DSN2 || D || &DATE || _T || &TIME || .DAT -
DISP=NEW -
SYSOPTS="DATATYPE(TEXT) STRIP.BLANKS(NO)")
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
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
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top