gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] What do you think of JCL ?


From: Kevin Monceaux
Subject: Re: [open-cobol-list] What do you think of JCL ?
Date: Thu, 19 Sep 2013 13:00:14 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Sep 19, 2013 at 12:27:22PM -0500, Kevin Monceaux wrote:

> For example, if I had a HELLO program that read a message from a
> sequential file and displayed hello + the message, the JCL to execute such
> a program in z/OS might be something like(best viewed with a monospaced
> font):

Oops, since the program is displaying a message I probably should have given
the message some place to go:

    //HELLO    JOB ,CLASS=A,          ...HELLO WORLD JOB CARD
    //            MSGCLASS=X,MSGLEVEL=(1,1)
    //**********************************************************************
    //HELLO    EXEC PGM=HELLO         ...HELLO WORLD STEP CARD
    //MESSAGE  DD  DSN=DO.KPM.B.S.MESSAGE,DISP=SHR
    //SYSOUT   DD  SYSOUT=*
    //SYSPRINT DD  SYSOUT=*
    //**********************************************************************



-- 

Kevin
http://www.RawFedDogs.net
http://Lassie.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

What's the definition of a legacy system? One that works!
Errare humanum est, ignoscere caninum.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]