Re: ASSEMBLER-LIST Digest - 27 Mar 2014 to 28 Mar 2014 (#2014-58)

2014-03-31 Thread John Walker
There are things in rexx that are awful. And I grant that pl/i or even cobol would be better run-time wise. The execio is one of the issues that I am aware of. I toyed with the idea of partially converting the rexx exec to an assembler doing the i/o, but figured it was not worth it. There

Christian OBERLEITNER ist außer Haus.

2014-03-31 Thread Christian OBERLEITNER
Ich werde ab 29.03.2014 nicht im Büro sein. Ich kehre zurück am 01.04.2014. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Die Rückmeldung bezieht sich auf ein Mail mit folgendem Thema: Re: ASSEMBLER-LIST Digest - 27 Mar 2014 to 28 Mar 2014 (#2014-58)

Rexx substr not retiring string

2014-03-31 Thread Micheal Butz
I have some imbedded JCL in a. sequitial file Problem is it starts at col 2 and I need it shift over to column 1 So I use a stem e.g outvar Do I = 1 to n. /* where n is the number of lines */ Outvar.I = substr(jcl.I,2,81) Afterwards I write out the results execio * DISKW outds (finis stem

Re: Rexx substr not retiring string

2014-03-31 Thread Jon Perryman
You forgot the period in the stem name EXECIO * DISKW OUTDS (FINIS STEM OUTVAR. Alternatively, ISPF edit has a line command to shift data (e.g. ((2 on the first line and (( on the last line to shift). Jon Perryman. From: Micheal Butz

Re: Rexx substr not retiring string

2014-03-31 Thread Micheal Butz
Thank you Sent from my iPhone On Mar 31, 2014, at 11:21 PM, Jon Perryman jperr...@pacbell.net wrote: You forgot the period in the stem name EXECIO * DISKW OUTDS (FINIS STEM OUTVAR. Alternatively, ISPF edit has a line command to shift data (e.g. ((2 on the first line and (( on the last

PTF level in SYSPRINT

2014-03-31 Thread Paul Gilmartin
(Motivated by a thread in IBM-MAIN.) I notice that the HLASM PTF level appears on the first page of every SYSPRINT. Does this imply that there is a unique CSECT updated by every PTF? Implying that each PTF has its immediate predecessor as a PRErequisite? Implying, in turn, that the graph of