Re: SDSF Batch command size limit

2009-06-26 Thread Robin van Westendorp
I found the following example which seems to work the best for my requirement. Thank you for all your responses. //REMVLF EXEC PGM=IEBGENER,COND=(0,NE) //SYSPRINT DD SYSOUT=* //SYSUT1 DD *,DLM=ZZ /*$VS,'RO *ALL,F

Re: SDSF Batch command size limit

2009-06-26 Thread Tidy, David (D)
To: IBM-MAIN@bama.ua.edu Subject: SDSF Batch command size limit I would like to submit a batch job to issue a catalog command. However, I find that the total command exceeds the size that one can issue on SDSF command line. Is there a way to issue a slash in SDSF batch to get to the System Command

SDSF Batch command size limit

2009-06-25 Thread Robin van Westendorp
I would like to submit a batch job to issue a catalog command. However, I find that the total command exceeds the size that one can issue on SDSF command line. Is there a way to issue a slash in SDSF batch to get to the System Command Extention? In the example below, the closing backet ) is

Re: SDSF Batch command size limit

2009-06-25 Thread Mark Zelden
On Thu, 25 Jun 2009 08:58:05 -0500, Robin van Westendorp robi...@absa.co.za wrote: I would like to submit a batch job to issue a catalog command. However, I find that the total command exceeds the size that one can issue on SDSF command line. Is there a way to issue a slash in SDSF batch to get

Re: SDSF Batch command size limit

2009-06-25 Thread Staller, Allan
Change the lrecl of the dataset containing the batch jcl. (although it seems that 80 bytes should be sufficient from the example shown). snip I would like to submit a batch job to issue a catalog command. However, I find that the total command exceeds the size that one can issue on SDSF

Re: SDSF Batch command size limit

2009-06-25 Thread Jerry Fuchs
I have a simple SVC34 program that we use to issue console commands. Contact me offline if you would like a copy. Jerry -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with

Re: SDSF Batch command size limit

2009-06-25 Thread Richards, Robert B.
Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Robin van Westendorp Sent: Thursday, June 25, 2009 9:58 AM To: IBM-MAIN@bama.ua.edu Subject: SDSF Batch command size limit I would like to submit a batch job to issue a catalog command. However, I find that the total command exceeds the size

Re: SDSF Batch command size limit

2009-06-25 Thread Lizette Koehler
You can enter the command (if you are authorized) through pure JCL. Look at the // COMMAND JCL statement. Lizette I have a simple SVC34 program that we use to issue console commands. Contact me offline if you would like a copy.

Re: SDSF Batch command size limit

2009-06-25 Thread Ed Finnell
In a message dated 6/25/2009 10:54:12 A.M. Central Daylight Time, robert.richa...@opm.gov writes: For reasons Mark Z. cited, you cannot do this. IIRC LOG and ULOG use Extended consol support and run the string out to 132 or so. Don't remember when it kicked in or out as the case may

Re: SDSF Batch command size limit

2009-06-25 Thread Schumacher, Otto
Batch command size limit You can enter the command (if you are authorized) through pure JCL. Look at the // COMMAND JCL statement. Lizette I have a simple SVC34 program that we use to issue console commands. Contact me offline if you would like a copy

Re: SDSF Batch command size limit

2009-06-25 Thread Mark Zelden
On Thu, 25 Jun 2009 12:58:09 EDT, Ed Finnell efinnel...@aol.com wrote: In a message dated 6/25/2009 10:54:12 A.M. Central Daylight Time, robert.richa...@opm.gov writes: For reasons Mark Z. cited, you cannot do this. IIRC LOG and ULOG use Extended consol support and run the string out to 132

Re: SDSF Batch command size limit

2009-06-25 Thread Guy Gardoit
Only if JES2 is setup to allow it. I don't allow it because it can cause problems. Guy Gardoit z/OS Systems Programming On Thu, Jun 25, 2009 at 10:09 AM, Lizette Koehler stars...@mindspring.comwrote: You can enter the command (if you are authorized) through pure JCL. Look at the //