Well, I'm confused.  The manual (TSO/E User's Guide) does seem to be pretty
consistent in using the word "statement" to refer essentially to a line
(whether continued or not) of JCL - the EXEC statement, the JOB statement,
the SYSIN DD statement, the SYSTSIN DD statement etc.  Are they not using
their own terminology correctly? 

On the other hand, I have successfully run batch jobs using a concatenated
SYSTSIN DD.  And, in fact, member EDGJVTC3 of SYS1.PARMLIB (z/OS 1.4)
contains this last step: 

//STEP06   EXEC PGM=IKJEFT01                         
//SYSTSPRT DD   SYSOUT=*                             
//SYSTSIN  DD   DISP=SHR,DSN=DFRMM.CATCNVT.ARAV      
//         DD   DISP=SHR,DSN=DFRMM.CATCNVT.CV        
//         DD   DISP=SHR,DSN=DFRMM.CATCNVT.AD        
//         DD   DISP=SHR,DSN=DFRMM.CATCNVT.CVMV      
//         DD   DISP=SHR,DSN=DFRMM.CATCNVT.CVMVMF    

Greg Shirey
Ben E. Keith Company   


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Shmuel Metz (Seymour J.)
Sent: Thursday, March 16, 2006 6:21 AM

As stated it is a tautology. It doesn't actually impose a limitation.

>What it is saying is that you cannot have
>multiple commands / subcommands on a given statement.

Which is automatically true by definition.

<snip> 

>As for the use of concatenation

I'm not the one that claimed that the TMP supported concatenation in
SYSTSIN.
 

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

Reply via email to