On Fri, 15 Sep 2023 20:55:21 +0000, Schmitt, Michael wrote: >Can you run the shell script from JCL? > Probably as STDENV to BPXBATCH. Simpler as STDIN to COZBATCH or AOPBATCH, but those aren't base z/OS utilities.
>-----Original Message----- >From: Paul Gilmartin >Sent: Friday, September 15, 2023 3:45 PM > >#! /bin/sh +x > >R=0 >while R=$(( R + 1 )); [ 10 -ge $R ] >do > echo "Record $R" >done -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
