Re: Job submit using REXX

2018-05-07 Thread Phil Carlyle
When using QUEUE() for output the last record needs to be NULL in order to completely flush the buffers. PHIL CARLYLE Information Security | IAM RACF directory services M: 480-235-2837 | phil.carl...@aexp.com<mailto:phil.carl...@aexp.com> TEKSystems “The Universe is made up of Protons, Ne

Re: [TSO-REXX] Sdsf rexx

2018-05-11 Thread Phil Carlyle
For additional info on using the LISTDSI command in REXX checkout the following link. https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ikja300/ldsi.htm PHIL CARLYLE Information Security | IAM RACF directory services M: 480-235-2837 | phil.carl...@aexp.com

Re: Job submit using REXX

2018-05-07 Thread Phil Carlyle
You forgot the QUEUE ‘’ to flush out the queue. PHIL CARLYLE Information Security | IAM RACF directory services M: 480-235-2837 | phil.carl...@aexp.com<mailto:phil.carl...@aexp.com> TEKSystems “The Universe is made up of Protons, Neutrons, Electrons & Morons!” From: IBM Mainframe

Re: Job submit using REXX

2018-05-08 Thread Phil Carlyle
/SSLTBW_2.1.0/com.ibm.zos.v2r1.ikja300/dup0037.htm PHIL CARLYLE Information Security | IAM RACF directory services M: 480-235-2837 | phil.carl...@aexp.com<mailto:phil.carl...@aexp.com> TEKSystems “The Universe is made up of Protons, Neutrons, Electrons & Morons!” From: IBM Mainframe Discu

Re: Job submit using REXX

2018-05-07 Thread Phil Carlyle
codes could be checked as well to ensure the processing is done at the appropriate time. Most likely a good PIPES guy could do this very quickly. PHIL CARLYLE Information Security | IAM RACF directory services M: 480-235-2837 | phil.carl...@aexp.com<mailto:phil.carl...@aexp.com> TEKS

Re: Would SHARE kindly kick IBM in the ass for what the've done with their web content?

2018-06-14 Thread Phil Carlyle
I’m afraid I agree, every link that had z/OS 2.1 ended up with “No Longer Available”. The searches all ended in frustration. The real question is “has IBM removed all of its z/OS documentation?” Will this be repaired or are we all going to have to go back to paper? PHIL CARLYLE Information

Re: Would SHARE kindly kick IBM in the ass for what the've done with their web content?

2018-06-14 Thread Phil Carlyle
ers/resourcelink/svc00100.nsf/pages/zosinternetlibrary?opendocument. How’s that? I consider that pretty intentional. PHIL CARLYLE Information Security | IAM RACF directory services M: 480-235-2837 | phil.carl...@aexp.com<mailto:phil.carl...@aexp.com> TEKSystems “The Universe is made up of

Re: COBOL source code quality check for performance

2018-01-25 Thread Phil Carlyle
Try this: http://ibmsystemsmag.com/mainframe/trends/whatsnew/cobol-abo/ -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Allan Staller Sent: Thursday, January 25, 2018 7:44 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: COBOL source

Re: Many arguments to a Rexx function call

2018-04-09 Thread Phil Carlyle
of many words. The argument, if present, will appear as a single string. Phil Carlyle TEKSystems IAM RACF From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Phil Carlyle Sent: Monday, April 9, 2018 11:52 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Many arguments

Re: Many arguments to a Rexx function call

2018-04-09 Thread Phil Carlyle
for and parse the various parameters from the list. No magic, no rules. Phil Carlyle TEKSystems IAM RACF From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gerhard Adam Sent: Monday, April 9, 2018 9:29 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Many arguments

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Phil Carlyle
. Enter the HEX option and you will see a list of the CSECT name and the address with the module. PHIL CARLYLE Information Security | IAM RACF directory services M: 480-235-2837 | phil.carl...@aexp.com<mailto:phil.carl...@aexp.com> TEKSystems “The Universe is made up of Protons, Ne

Re: Crazy concatenation mystery

2019-05-02 Thread Phil Carlyle
Has anyone checked to see if the order of the JOBLIB/STEPLIB changed. If the first library has the larger BLKSIZE, then smaller subsequent libraries will have no impact. As for LPA, Linklist, etc., these have no bearing on JOBLIB/STEPLIB. BTW, what error is being received? PHIL CARLYLE