perl - BPXBATCH - autoconvert not working
Hi,trying to determine why running perl in BPXBATCH is producing ASCII output.//PERLCHK EXEC PGM=BPXBATCH //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=* //STDPARM DD * SH echo "_BPXK_AUTOCVT " $_BPXK_AUTOCVT ; echo "_CEE_RUNOPTS " $_CEE_RUNOPTS ; echo "_TAG_REDIR_ERR" $_TAG_REDIR_ERR ; echo "_TAG_REDIR_IN " $_TAG_REDIR_IN ; echo "_TAG_REDIR_OUT" $_TAG_REDIR_OUT ; echo "perl -v" ; perl -v /* [3/23/2022 1:26 AM] ********************************* TOP OF DATA ********************_BPXK_AUTOCVT ON _CEE_RUNOPTS ALL31(ON),FILETAG(AUTOCVT,AUTOTAG),POSIX(ON) _TAG_REDIR_ERR txt _TAG_REDIR_IN txt _TAG_REDIR_OUT txt perl -v % ?> ?> % ? ? ******************************** BOTTOM OF DATA ****************** I am expecting to seeperl -v This is perl 5, version 32, subversion 1 (v5.32.1) built for os390 (with 1 registered patch, see perl -V for more detail) Copyright 1987-2021, Larry Wall MVS (OS390) port by Mortice Kern Systems, 1997-1999 Perl may be copied only under the terms of either the Artisti