We haven't used this EXEC since 2008, and it used to work, but I'm not sure if it has been run since we moved to z/VM 5.4 at about that same time.
00001 /* THIS WILL MOVE CMS DATA TO VOLUME VSE21 */ 00002 "LINK VSE2 E31 E31 MW XXXXXXXX" 00003 "ACC E31 M" 00004 "SET DOS ON" 00005 "ASSGN SYS131 M" 00006 "ASSGN SYS004 A" 00007 "DLBL INPUT A CMS LARRY IN (SYS004" 00008 "DLBL OUTPUT M DSN WAREQUICK.MST (SYS131" 00009 "FILEDEF INPUT DISK LARRY IN A" 00010 "FILEDEF OUTPUT M DSN WAREQUICK.MST (LRECL 102 RECFM F" 00011 "MOVEFILE INPUT OUTPUT" 00012 "SET DOS OFF" 00013 * * * End of File * * * When we run it, we get : putout1 DASD 0E31 LINKED R/W; R/W BY 5 USERS DMSACC724I E31 replaces M (E31) - DOS DMSACC723I M (0E31) R/W - DOS DMSSET1101I 100K DOS partition defined at hexadecimal location 020000 DMSMVE075E DOS DISK illegal for OUTPUT Ready; T=0.01/0.01 09:00:37 The documentation on Movefile from a newer version of VM https://www.ibm.com/support/knowledgecenter/en/SSB27U_6.4.0/com.ibm.zvm.v640.dmsb4/movefile.htm If I reverse the process and read from a DASD Sequential and write the file to CMS, it works without error. Does MOVEFILE not support DASD sequential as an output device? Thanks, John Kaba Fort Hays State University ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
