Yes, that would be a Release 13 thing. And yes my October residency will 
explore some of the value of this and, particularly, the 2.1 enhancements 
- for job cloning.

Cheers, Martin

Martin Packer,
zChampion, Principal Systems Investigator,
Worldwide Banking Center of Excellence, IBM

+44-7802-245-584

email: martin_pac...@uk.ibm.com

Twitter / Facebook IDs: MartinPacker
Blog: 
https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker



From:   Paul Gilmartin <paulgboul...@aim.com>
To:     IBM-MAIN@listserv.ua.edu, 
Date:   08/04/2013 03:09 PM
Subject:        SYSIN in PROC -- technique
Sent by:        IBM Mainframe Discussion List <IBM-MAIN@listserv.ua.edu>



I just discovered I can do such as:

    //SOURCE   PROC
    //C        EXEC  PGM=ASMA90
    //SYSIN     DD   *  For caller to override.
    //          DD   *  Main body of code
             MACRO
    TESTIT   CSECT
             ...
             END
    //         PEND

... and the caller can (optionally) provide an overriding
prelude SYSIN containing various ACONTROL and SETC
instructions to govern the rest of the processing.  Could
be very useful for storing tailorable SYSIN in a PROCLIB.

Will be even better with symbol substitution in 2.1.

-- gil

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








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






----------------------------------------------------------------------
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