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

ChangeMan control IMS MFS map file


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

New User


Joined: 17 Jan 2009
Posts: 4
Location: Taipei, Taiwan

PostPosted: Fri Feb 20, 2009 6:05 pm
Reply with quote

Hi all,
in my company, we use ChangeMan to control IMS MFS(Message Format Services) map file,
after map file compiled/linked will generate format file(member name has special character quote).

When this package backout, these backuped format file copied to original pds,
but these format file do not work as usual,they are broken...
i was asked this problem in "SMS & VASM" ,it seems not work...
this post

please help me to find a solution!!
thx..

ChangeMan backup JCL
Code:

//SELFMF  EXEC PGM=IEBGENER,   *** BUILD "SELECT MEMBER=" CARD       
//             COND=(4,LT)                                           
//SYSPRINT DD SYSOUT=X                                               
//SYSIN    DD DUMMY                                                 
//SYSUT2   DD DISP=(,PASS),DSN=&&SELFMF,                             
//            UNIT=SYSDA,SPACE=(TRK,(1,15),RLSE),                   
//            DCB=(RECFM=FB,LRECL=80,BLKSIZE=6000)                   
//SYSUT1   DD *                                                     
 "cTODF0                                                             
 "iTDF02                                                             
 "iTDF03                                                             
 "iTDF21                                                             
//*                                                         
//FMF2BAK EXEC PGM=SERCOPY,    *** BACKUP FMF COMPONENTS     
//             REGION=4M,                                   
//             COND=(4,LT),                                 
//             PARM=('RETRY,MFS')                           
//SYSPRINT DD SYSOUT=X                                       
//SYSUDUMP DD SYSOUT=X                                       
//ABNLIGNR DD DUMMY                                         
//SYSUT1   DD DISP=SHR,DSN=IMS.FORMAT                       
//SYSUT2   DD DISP=SHR,DSN=SERENA.CHGMAN.FMF.BKUP           
//SYSUT3   DD UNIT=SYSDA,SPACE=(CYL,(5,5))                   
//SYSUT4   DD UNIT=SYSDA,SPACE=(CYL,(5,5))                   
//SYSIN    DD DISP=(OLD,PASS),DSN=&&SELFMF                   
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Feb 20, 2009 7:04 pm
Reply with quote

Quote:
but these format file do not work as usual,they are broken...


before criticizing, it would be wiser to review Your understandings
the ims service datasetes are supposed to be managed only by the relative IMS utilities

instead of asking a forum why not pursue the issue with changeman support

once upon a time been a few issue with MFS support also for SCLM ( the IBM change management tool )
by they were solved by providing the proper interfaces

no reason why changeman should not do the same
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 Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top