logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dasdcopy - copy a DASD file to another DASD file

Author

       Hercules  was  created  by  Roger  Bowler  and  is  maintained  by  Jay  Maynard. Jan Jaeger designed and
       implemented many of the advanced features of  Hercules,  including  dynamic  reconfiguration,  integrated
       console, interpretive execution, and z/Architecture support.

       This manual page was written by Peter De Schrijver p2@debian.org for the DebianGNU/Linux system (but may
       be  used  by  others).   Permission  is granted to copy, distribute and/or modify this document under the
       terms of the GPL.

                                                                                                     DASDCOPY(1)

Description

       This manual page documents the dasdcopy program.

       dasdcopy copies a DASD file to another DASD file.

Name

       dasdcopy - copy a DASD file to another DASD file

Options

-v        display program version and quit

       -h        display help and quit

       -q        quiet mode, don't display status

       -r        replace the output file if it exists

       -blksn   size of output FBA file

       -cylsn   size of output CKD file

       -z        compress using output zlib [default]

       -bz2      compress using output bzip2

       -0        don't compress output

       -a        output ckd file will have alternate cylinders

       -lfs      output ckd file will be a single file even if it exceeds 2GB in size

       -otype   output file type (CKD, CCKD, FBA, CFBA)

Parameters

ifile     input FBA DASD file

       sfile     input compressed FBA shadow file (optional)

       ofile     output compressed FBA DASD file

See Also

       The programs are documented fully by  TheHerculesSystem/370,ESA/390,andz/ArchitectureEmulator
       available in /usr/share/doc/hercules/html.

Synopsis

dasdcopy  [-v] [-h] [-q] [-r] [-z] [-bz2] [-0] [-a] [-lfs] [-blksn] [-cylsn] [-otype] ifile [sf=sfile]
       ofile

See Also