I looked at the archives and Senior Jaffe's post appears correctly formatted. 
It has plain/text and proportional font. 


 <----paste from ibm-main archives ----->
AFAIK, I've never had an issue posting code fragments on any list. I'm 
gonna experiment with one right now randomly taken from our local REXX 
library. What am I doing wrong? (Or right?)

/* REXX */
TSMRMM:
   address tso
   /* trace I */
   "bpxbatch sh dsmadmc -id=mvs60 -pa=xxxxxxxxxx -displ=tab",
             /* "q volhist begindate=TODAY-1 begintime=15:00:00" */ ,
             /* "enddate=TODAY-1 endtime=23:00:00"               */ ,
                "q volhist begindate=today"                         ,
                "> /tmp/tsmrmm.qvolhist"
   if rc <> 0 then exit 8
   "allocate dd(tsmrpt) path('/tmp/tsmrmm.qvolhist')",
            "recfm(v) lrecl(1024) filedata(text) reuse"
   if rc <> 0 then exit 8
   volcount = 0
In a message dated 7/2/2018 1:31:00 PM Central Standard Time, sme...@gmu.edu 
writes:

 
AFAIK, I have never used KOI8-R; I can't speak to what m$ outhouse may have 
done behind my back. Maybe it copied the charset from the message I was 
responding to?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to