On Mon, 12 Jul 2010 10:03:58 +1000, Clement Clarke wrote: >> >For over 40 years, Jol has allowed you to do just that. > >Jol is a free format JCL replacement language, loosely based on PL/I. > >You can declare Data Sets and Programs, and use commands such as Run (a >program) or Copy a data set and so on. > >Jol comes with the ability to declare "card" files in Jol Procedures or >in Macros (which allow you to add new instructions to Jol in a high >level language). > >Furthermore, you can replace Symbolic Parameters or Variables in card >image files to create Utility Control Statements and so on. > JCL has changed a lot in 40 years. Has Jol kept pace?
o Does Jol generate JCL and write it to INTRDR? If not, how does it operate? o Does Jol provide the ENQ deadlock protection provided by batch initiators? o Does Jol provide flow control at least comparable to JCL's IF...THEN...ELSE...ENDIF? o Does Jol support tapes with facilities such as RETAIN and VOL=REF? o Can Jol's "card image" files have non-cardlike attributes such as RECFM=VB,LRECL=254 o Does Jol allow PARM length>100? o Does Jol support jobs with a mixture of steps running authorized and unauthorized programs, with the security of batch JCL? Most of these questions can be summarized as, "What facilities of today's JCL would the programmer sacrifice to gain the benefits of Jol?" -- gil ---------------------------------------------------------------------- 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

