Pat O'Keefe wrote on 06/14/2006 07:19:02 PM:

> Does anyone have an example of a batch IPCS job that processes long
> (greater than 80 characters) IPCS subcommands?  If so, would you be
> willing to share it?
>
> I know the the IPCS ISPF diaglog supports long subcommands, but I haven't

> figured out how to duplicate that in a batch TSO job.  My usual technique
> of invoking the BLSCBSUQ clist doesn't support continuations and
> processes multiple lines as separate commands.

The batch TMP, IPCS,  and I/O service routines know that SYSTSIN is a file,
and the TMP retrieves "logical lines" from that source.  You can use either
plus (+) or minus (-) continuation characters as described in TSO books to
continue commands and subcommands from the source.  The following is a job
that I just ran successfully to confirm my recollection that this is the
case:

//RLWG JOB '796634,?,S=I','RL WRIGHT',MSGLEVEL=(2,1),
// CLASS=2,NOTIFY=RLW,MSGCLASS=H
//IKJEFT01 EXEC PGM=IKJEFT01,REGION=4096K,DYNAMNBR=50
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
IPCS NOPARM DEFER
note 'Now is the time for all good men to come to the aid of their +
    country.  At least that''s how I recall my first typing class''s +
    initial exercise' ASIS TERMINAL NOPRINT
END

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