diff --git a/samples/vsam_read_sample.sh b/samples/vsam_read_sample.sh new file mode 100644 index 0000000..930ca73 --- /dev/null +++ b/samples/vsam_read_sample.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Purpose: Use ZOAU's mvscmdauth to run IDCAMS and print the contents of a VSAM data set +# in character format. The data set is specified as OME.QUAL.D250430.T171115. + +# Run IDCAMS to print the VSAM data set +mvscmdauth --pgm=IDCAMS --sysprint=* --sysin=stdin --INVSAM=OME.QUAL.D250430.T171115 <