> -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of Binyamin Dissen > Sent: Tuesday, June 19, 2007 9:30 AM > To: [email protected] > Subject: Re: Read JCL Symbols from a program? > > On Tue, 19 Jun 2007 09:24:38 -0600 "Jeffrey D. Smith" > <[EMAIL PROTECTED]> wrote: > > :>The compilers at http://www.dignus.com/ allow indirection for options. > :>Just specify a file name (DD name or data set name) in the PARM= > :>string. The compiler reads the file to get the options. Indirection > :>completely relieves the 100-byte limitation issue. > > Or you can concatenate a *PROCESS > > -- > Binyamin Dissen <[EMAIL PROTECTED]>
That would be for the HLASM assembler. The dignus assembler supports *PROCESS statements. The dignus C and C++ 64-bit compilers support option indirection via the command line or the PARM= string. Jeffrey D. Smith Principal Product Architect Farsight Systems Corporation 700 KEN PRATT BLVD. #204-159 LONGMONT, CO 80501-6452 303-774-9381 direct 303-484-6170 FAX http://www.farsight-systems.com/ see my résumé at my website (yes, I am looking for employment) ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

