Re: IBM JCL Expert preview in today's announcement letter

2022-11-16 Thread Clem Clarke

David,

You might like to look at this language which is a major enhancement or 
replacement for JCL.


Not only can it create correct JCL, it can also use Dynamic Allocation 
to operate under TSO or in batch without JCL.


It also has a Scheduling system that allows full Job networks to be 
executed.


There is a version which runs on Windows (and other systems) to create 
JCL to run on the mainframe.


Jol is based on PL/I and extremely easy to use.  It can be used with a 
simple English style language, or using a Menu style system for novices.


The original concept was that it would be the Universal Command Language 
for IBM Mainframes (MVS/Zos and VSE) and other systems such as Unix.


Details are here: https://start.oscar-jol.com/

I look forward to discussing it with you.

Sincerely,

Clem Clarke

  wrote:

Hello,  I would be glad to talk to you about this new product and potential 
features.
Call me at 317 903-9455 anytime.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Domenico D'Alterio
Sent: Friday, October 8, 2021 8:55 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IBM JCL Expert preview in today's announcement letter

Hello List,
I see that the IBM announcement 
https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/649/ENUSA21-0533/index.html&lang=en&request_locale=en
 triggered a lot of questions.
I am the Senior Product Manager in IBM working on this new project, so it will 
be a completely new offering from IBM for a JCL Checker tool.
If you are interested in talking with development during the development phase, 
reach-out me. It would not be a sales call, just an early exposure of what we 
plan to deliver with the possibility to influence the roadmap.

Thank you,
Domenico D'Alterio

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2022-11-15 Thread
Hello,  I would be glad to talk to you about this new product and potential 
features.
Call me at 317 903-9455 anytime.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Domenico D'Alterio
Sent: Friday, October 8, 2021 8:55 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IBM JCL Expert preview in today's announcement letter

Hello List,
I see that the IBM announcement 
https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/649/ENUSA21-0533/index.html&lang=en&request_locale=en
 triggered a lot of questions.
I am the Senior Product Manager in IBM working on this new project, so it will 
be a completely new offering from IBM for a JCL Checker tool.
If you are interested in talking with development during the development phase, 
reach-out me. It would not be a sales call, just an early exposure of what we 
plan to deliver with the possibility to influence the roadmap.

Thank you,
Domenico D'Alterio

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-08 Thread Seymour J Metz
It's easy to write a REXX function in assembler to return the output of a 
DESERV in compound variables.

Isn't there a stage for listing directories?


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu]
Sent: Friday, October 8, 2021 2:26 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IBM JCL Expert preview in today's announcement letter

On Fri, 8 Oct 2021 14:42:57 +, Seymour J Metz wrote:

>DCB=(LRECL=256,BLKSIZE=256) works well. I've' also used KEYLEN=8, However, is 
>there any reason not to use DESERV for new code?
>
Rexx?

Pipelines?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-08 Thread Paul Gilmartin
On Fri, 8 Oct 2021 14:42:57 +, Seymour J Metz wrote:

>DCB=(LRECL=256,BLKSIZE=256) works well. I've' also used KEYLEN=8, However, is 
>there any reason not to use DESERV for new code?
>
Rexx?

Pipelines?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-08 Thread Seymour J Metz
DCB=(LRECL=256,BLKSIZE=256) works well. I've' also used KEYLEN=8, However, is 
there any reason not to use DESERV for new code?


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Rupert Reynolds [rreyno...@cix.co.uk]
Sent: Wednesday, October 6, 2021 11:45 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IBM JCL Expert preview in today's announcement letter

>From memory, I'm pretty sure I've done the same thing (LRECL and BKSIZE
256) in compiled code, allocated both via JCL and via SVC 99.

Out of date, I'm guessing there are handy routines to read PDS directories
for us these days, and PDSE too? (Newer than ISPF LM*, I mean).

Roops

On Wed., Oct. 6, 2021, 16:19 Paul Gilmartin, <
000433f07816-dmarc-requ...@listserv.ua.edu> wrote:

> On Wed, 6 Oct 2021 10:33:14 -0400, David Spiegel wrote:
> >...
> >Besides not needing DCB, DSORG is usually useless as well.
> >
> Perhaps useless in JCL.  In Rexx I've needed to code DSORG(PS) to read a
> PDS directory.
>
> -- gil
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-08 Thread Carmen Vitullo
I would be interested in participating in a conf call or a private call 
with developers


thank you

Carmen

On 10/8/2021 7:55 AM, Domenico D'Alterio wrote:

Hello List,
I see that the IBM announcement 
https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/649/ENUSA21-0533/index.html&lang=en&request_locale=en
 triggered a lot of questions.
I am the Senior Product Manager in IBM working on this new project, so it will 
be a completely new offering from IBM for a JCL Checker tool.
If you are interested in talking with development during the development phase, 
reach-out me. It would not be a sales call, just an early exposure of what we 
plan to deliver with the possibility to influence the roadmap.

Thank you,
Domenico D'Alterio

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
/I am not bound to win, but I am bound to be true. I am not bound to 
succeed, but I am bound to live by the light that I have. I must stand 
with anybody that stands right, and stand with him while he is right, 
and part with him when he goes wrong. *Abraham Lincoln*/


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-08 Thread Mitch Mccluhan
Domenic,
Tell me more, please.
Mitch


Sent from the all new AOL app for iOS


On Friday, October 8, 2021, 8:05 AM, Domenico D'Alterio 
 wrote:

Hello List,
I see that the IBM announcement 
https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/649/ENUSA21-0533/index.html&lang=en&request_locale=en
 triggered a lot of questions.
I am the Senior Product Manager in IBM working on this new project, so it will 
be a completely new offering from IBM for a JCL Checker tool.
If you are interested in talking with development during the development phase, 
reach-out me. It would not be a sales call, just an early exposure of what we 
plan to deliver with the possibility to influence the roadmap.

Thank you,
Domenico D'Alterio

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-08 Thread Domenico D'Alterio
Hello List,
I see that the IBM announcement 
https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/649/ENUSA21-0533/index.html&lang=en&request_locale=en
 triggered a lot of questions.
I am the Senior Product Manager in IBM working on this new project, so it will 
be a completely new offering from IBM for a JCL Checker tool.
If you are interested in talking with development during the development phase, 
reach-out me. It would not be a sales call, just an early exposure of what we 
plan to deliver with the possibility to influence the roadmap.

Thank you,
Domenico D'Alterio

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

2021-10-07 Thread Sasso, Len
 We use SmartJCL (SEGUS).



Thank You and Please Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144

TEAM: Together Everyone Achieves More

Office Hours: M-F  7 AM - 3:45 PM

Vacation: ?

Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com<http://www.gdit.com>





From: IBM Mainframe Discussion List  on behalf of 
Pommier, Rex 
Sent: Thursday, October 7, 2021 8:44 AM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement 
letter



 [External: Use caution with links & attachments]

Hi Brian,

That was part of why I posed the initial question.  Is IBM 
repackaging/reselling JED (or some other JCL checker) or are they rolling their 
own?  Guess we'll have to wait until next year to see what it's all about.  My 
company is considering getting a JCL checker (no sales calls please..., we're 
not at that point) so the announcement piqued my interest.

Thanks,

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Brian Westerman
Sent: Thursday, October 7, 2021 12:15 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

I don't get it, JED is not an IBM product.

Brian

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
The information contained in this message is confidential, protected from 
disclosure and may be legally privileged. If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful. If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format. Thank you.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

2021-10-07 Thread Pommier, Rex
Hi Brian,

That was part of why I posed the initial question.  Is IBM 
repackaging/reselling JED (or some other JCL checker) or are they rolling their 
own?  Guess we'll have to wait until next year to see what it's all about.  My 
company is considering getting a JCL checker (no sales calls please..., we're 
not at that point) so the announcement piqued my interest.

Thanks,

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Brian Westerman
Sent: Thursday, October 7, 2021 12:15 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

I don't get it, JED is not an IBM product.

Brian

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
The information contained in this message is confidential, protected from 
disclosure and may be legally privileged. If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful. If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format. Thank you.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [IBM External] Re: IBM JCL Expert preview in today's announcement letter

2021-10-07 Thread Martin Packer
I, too, put DSN first. More importantly to me, I put it on a separate 
line. That makes ISPF File Tailoring more reliable and I'm often wanting 
to change the data sets I'm pointing at.

But then I'm not exactly in a Production shop.

Martin Packer

WW z/OS Performance, Capacity and Architecture, IBM Technology Sales

+44-7802-245-584

email: martin_pac...@uk.ibm.com

Twitter / Facebook IDs: MartinPacker

Blog: https://mainframeperformancetopics.com

Mainframe, Performance, Topics Podcast Series (With Marna Walle): 
https://anchor.fm/marna-walle

Youtube channel: https://www.youtube.com/channel/UCu_65HaYgksbF6Q8SQ4oOvA



From:   "Bob Bridges" 
To: IBM-MAIN@LISTSERV.UA.EDU
Date:   06/10/2021 14:57
Subject:        [IBM External] Re: IBM JCL Expert preview in today's 
announcement letter
Sent by:"IBM Mainframe Discussion List" 



Just a side comment, you may be in the minority putting DISP first, but 
the minority isn't tiny; my observation is that a lot of folks do it.  I 
sometimes do myself -- I like making parms line up, it often makes them 
easier to read -- but alas, my habit is still to put it after the DSN. 
Always in the same order, in fact, so I guess I have a "standard" even 
though it's peculiar to me:

  //DDNAME   DD DSN=DATA.SET.NAME,DISP=(,CATLG),
  //DCB=(DSORG=PS,RECFM=VB,LRECL=1028[,BLKSIZE=half-tracK]),
  //[UNIT=something,]SPACE=(CYL,(5,20),RLSE)

Yeah, I still do DCB=(...).  I learned JCL forty years ago.  I hear it's 
no longer needed, but I'm used to it.  Sue me.

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* When I heated my home with oil, I used an average of 800 gallons a 
year.  I have found that I can keep comfortably warm for an entire winter 
with slightly over half that quantity of beer.   -Dave Barry, 
_Postpetroleum Guzzler_ */

-Original Message-
From: IBM Mainframe Discussion List  On Behalf 
Of Paul Gilmartin
Sent: Wednesday, October 6, 2021 08:32

JED provides complete JCL validation, reformatting
and enforcement of JCL standards.  ...

What's a "standard"  Suppose a site has a standard for naming job steps.
Can it enforce that?  Or only "standards" in the view of the JED author.

In DD statements I habitually code DISP as the first option.  I may be in 
a minority.  Does JED enforce ordering of options?  Might it require or 
prohibit "DCB=(...)"?  (is ""DCB=(...)" ever needed nowadays?  I still see 
it coded on occasion.)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Windt, W.K.F. van der (Fred)
Even better for that particular situation: add a JCL variable somewhere at the 
top of the JCL and use that variable wherever the value is required:

//*
// SET DSN=THIS.IS.THE.DATASET<= Dataset to print
//*
:
:
:
//SYSUT1   DD DSN=&DSN,
//DISP=SHR
:
:
:
//DD1  DD DSN=&DSN,
//DISP=SHR


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Skip Robinson
Sent: woensdag 6 oktober 2021 20:18
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IBM JCL Expert preview in today's announcement letter

My favorite layout is this:

//ddname DD DISP=xxx,
// DSN=dsname

This allows maximum flexibility in editing or otherwise altering JCL text.

On Wed, Oct 6, 2021 at 10:13 AM Charles Mills  wrote:

> I am a fan of DSN last, or at least last on a line, because it is the
> one thing that seems to change the most, or change when you clone a
> job, and when it changes, the length of the operand often changes.
>
> Charles
>
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of David Spiegel
> Sent: Wednesday, October 6, 2021 7:33 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: IBM JCL Expert preview in today's announcement letter
>
> Hi Bob,
> I learned JCL in the mid '70s (45 years ago).
> Placing DISP first makes the JCL line up a lot more than placing DSN first.
> Besides not needing DCB, DSORG is usually useless as well.
>
>
--

Skip Robinson
323-715-0595

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
-
ATTENTION:
The information in this e-mail is confidential and only meant for the intended 
recipient. If you are not the intended recipient, don't use or disclose it in 
any way. Please let the sender know and delete the message immediately.
-

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Brian Westerman
I don't get it, JED is not an IBM product.

Brian

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Bob Bridges
I get that that makes it easier to make changes.  But I value screen space
too much to go for that; I want each DD to take up one or three rows, no
more whenever possible.  It's not always possible, of course, but when I
can.

I know I'm in the minority, but I do the same thing when coding.  If some
statements are related...well, like this:

  if before>after then do; x=before; before=after; after=x; end

...or:

  do jw=1 to words(str); say word(str,jw); end

I don't do it all the time, but sometimes if a few short statements are a
conceptual unit, yeah.

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* After a battle lost the most melancholy thing is a battle won.
-Wellington */

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Seymour J Metz
Sent: Wednesday, October 6, 2021 11:36

I generally put each parameter on a separate line, for ease in editing.


From: IBM Mainframe Discussion List  on behalf of
Pommier, Rex 
Sent: Wednesday, October 6, 2021 10:13 AM

I'm in your boat but trying to transition to Gil's.  :-)  Much easier to
change DSN if it's the last parameter on the line.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Bob Bridges
Sent: Wednesday, October 6, 2021 8:57 AM

Just a side comment, you may be in the minority putting DISP first, but the
minority isn't tiny; my observation is that a lot of folks do it.  I
sometimes do myself -- I like making parms line up, it often makes them
easier to read -- but alas, my habit is still to put it after the DSN.
Always in the same order, in fact, so I guess I have a "standard" even
though it's peculiar to me:

  //DDNAME   DD DSN=DATA.SET.NAME,DISP=(,CATLG),
  //DCB=(DSORG=PS,RECFM=VB,LRECL=1028[,BLKSIZE=half-tracK]),
  //[UNIT=something,]SPACE=(CYL,(5,20),RLSE)

Yeah, I still do DCB=(...).  I learned JCL forty years ago.  I hear it's no
longer needed, but I'm used to it.  Sue me.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Paul Gilmartin
Sent: Wednesday, October 6, 2021 08:32

JED provides complete JCL validation, reformatting
and enforcement of JCL standards.  ...

What's a "standard"  Suppose a site has a standard for naming job steps.
Can it enforce that?  Or only "standards" in the view of the JED author.

In DD statements I habitually code DISP as the first option.  I may be in a
minority.  Does JED enforce ordering of options?  Might it require or
prohibit "DCB=(...)"?  (is ""DCB=(...)" ever needed nowadays?  I still see
it coded on occasion.)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Skip Robinson
My favorite layout is this:

//ddname DD DISP=xxx,
// DSN=dsname

This allows maximum flexibility in editing or otherwise altering JCL text.

On Wed, Oct 6, 2021 at 10:13 AM Charles Mills  wrote:

> I am a fan of DSN last, or at least last on a line, because it is the one
> thing that seems to change the most, or change when you clone a job, and
> when it changes, the length of the operand often changes.
>
> Charles
>
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of David Spiegel
> Sent: Wednesday, October 6, 2021 7:33 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: IBM JCL Expert preview in today's announcement letter
>
> Hi Bob,
> I learned JCL in the mid '70s (45 years ago).
> Placing DISP first makes the JCL line up a lot more than placing DSN first.
> Besides not needing DCB, DSORG is usually useless as well.
>
>
-- 

Skip Robinson
323-715-0595

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Paul Gilmartin
On Wed, 6 Oct 2021 10:12:53 -0700, Charles Mills wrote:

>I am a fan of DSN last, or at least last on a line, because it is the one 
>thing that seems to change the most, or change when you clone a job, and when 
>it changes, the length of the operand often changes.
> 
Changing operand lengths should be less a problem if you use
the right editor, or even the wrong editor with the right profile.

But stay clear of column 72.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Charles Mills
I am a fan of DSN last, or at least last on a line, because it is the one thing 
that seems to change the most, or change when you clone a job, and when it 
changes, the length of the operand often changes.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of David Spiegel
Sent: Wednesday, October 6, 2021 7:33 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IBM JCL Expert preview in today's announcement letter

Hi Bob,
I learned JCL in the mid '70s (45 years ago).
Placing DISP first makes the JCL line up a lot more than placing DSN first.
Besides not needing DCB, DSORG is usually useless as well.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Paul Gilmartin
On Wed, 6 Oct 2021 16:45:25 +0100, Rupert Reynolds wrote:
>
>Out of date, I'm guessing there are handy routines to read PDS directories
>for us these days, and PDSE too? (Newer than ISPF LM*, I mean).
> 
PDSE directoeies can be read with LRECL=256.  I suspect it's compatibility 
magic.
I don't know whether it leaves a connection to every member.

DESERV?  No Rexx API.  Does DESERV or ISPF LM support HFS directories 
as BLDL does?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Rupert Reynolds
>From memory, I'm pretty sure I've done the same thing (LRECL and BKSIZE
256) in compiled code, allocated both via JCL and via SVC 99.

Out of date, I'm guessing there are handy routines to read PDS directories
for us these days, and PDSE too? (Newer than ISPF LM*, I mean).

Roops

On Wed., Oct. 6, 2021, 16:19 Paul Gilmartin, <
000433f07816-dmarc-requ...@listserv.ua.edu> wrote:

> On Wed, 6 Oct 2021 10:33:14 -0400, David Spiegel wrote:
> >...
> >Besides not needing DCB, DSORG is usually useless as well.
> >
> Perhaps useless in JCL.  In Rexx I've needed to code DSORG(PS) to read a
> PDS directory.
>
> -- gil
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Seymour J Metz
I generally put each parameter on a separate line, for ease in editing.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3



From: IBM Mainframe Discussion List  on behalf of 
Pommier, Rex 
Sent: Wednesday, October 6, 2021 10:13 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement 
letter

Hi Bob,

I'm in your boat but trying to transition to Gil's.  :-)  Much easier to change 
DSN if it's the last parameter on the line.

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Bob 
Bridges
Sent: Wednesday, October 6, 2021 8:57 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

Just a side comment, you may be in the minority putting DISP first, but the 
minority isn't tiny; my observation is that a lot of folks do it.  I sometimes 
do myself -- I like making parms line up, it often makes them easier to read -- 
but alas, my habit is still to put it after the DSN.  Always in the same order, 
in fact, so I guess I have a "standard" even though it's peculiar to me:

  //DDNAME   DD DSN=DATA.SET.NAME,DISP=(,CATLG),
  //DCB=(DSORG=PS,RECFM=VB,LRECL=1028[,BLKSIZE=half-tracK]),
  //[UNIT=something,]SPACE=(CYL,(5,20),RLSE)

Yeah, I still do DCB=(...).  I learned JCL forty years ago.  I hear it's no 
longer needed, but I'm used to it.  Sue me.

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* When I heated my home with oil, I used an average of 800 gallons a year.  I 
have found that I can keep comfortably warm for an entire winter with slightly 
over half that quantity of beer.   -Dave Barry, _Postpetroleum Guzzler_ */

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Paul Gilmartin
Sent: Wednesday, October 6, 2021 08:32

JED provides complete JCL validation, reformatting
and enforcement of JCL standards.  ...

What's a "standard"  Suppose a site has a standard for naming job steps.
Can it enforce that?  Or only "standards" in the view of the JED author.

In DD statements I habitually code DISP as the first option.  I may be in a 
minority.  Does JED enforce ordering of options?  Might it require or prohibit 
"DCB=(...)"?  (is ""DCB=(...)" ever needed nowadays?  I still see it coded on 
occasion.)

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
The information contained in this message is confidential, protected from 
disclosure and may be legally privileged. If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful. If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format. Thank you.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread David Spiegel

Hi Gil,
That's why I said "usually".
Another is a Model DSCB (usually required for GDG Bases).

Regards,
David

On 2021-10-06 11:19, Paul Gilmartin wrote:

On Wed, 6 Oct 2021 10:33:14 -0400, David Spiegel wrote:

...
Besides not needing DCB, DSORG is usually useless as well.


Perhaps useless in JCL.  In Rexx I've needed to code DSORG(PS) to read a PDS 
directory.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Paul Gilmartin
On Wed, 6 Oct 2021 10:33:14 -0400, David Spiegel wrote:
>...
>Besides not needing DCB, DSORG is usually useless as well.
> 
Perhaps useless in JCL.  In Rexx I've needed to code DSORG(PS) to read a PDS 
directory.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Paul Gilmartin
On Wed, 6 Oct 2021 14:13:18 +, Pommier, Rex wrote:

>Hi Bob,
>I'm in your boat but trying to transition to Gil's.  :-)  Much easier to 
>change DSN if it's the last parameter on the line.  
> 
... Or on a separate continuation line, which I sometimes prefer.

And I've wished for a JCL NULL option to make editing JCL with a macro easier.

>-Original Message-
>From: Bob Bridges
>Sent: Wednesday, October 6, 2021 8:57 AM
>
>Yeah, I still do DCB=(...).  I learned JCL forty years ago.  I hear it's no 
>longer needed, but I'm used to it.  Sue me.
>
In early days of OMVS I showed a co-worker:
You can code "//SYSUT1 DD PATH='some.path',FILEDATA=TEXT,
// RECFM=FB,LRECL=80,BLKSIZE=800"

But don't you mean "DCB=(RECFM=FB,LRECL=80,BLKSIZE=800)"

No.  You can't  do that.

He persisted and  got a syntax error.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Colin Paice
Looks like JED <https://www.dcmsi.com/jeda2.htm>

On Wed, 6 Oct 2021 at 15:32, Farley, Peter x23353 <
031df298a9da-dmarc-requ...@listserv.ua.edu> wrote:

> Note the link to the "Solution web page" web site on that page:
>
> www.dcmsi.com
>
> We use products from this vendor.  Very useful products, very responsive
> support, priced right.  Recommended.
>
> Their JED product is not one we use at the moment, but given the quality
> of their other products I would expect good things of it.
>
> Peter
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Mike Schwab
> Sent: Wednesday, October 6, 2021 1:59 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: IBM JCL Expert preview in today's announcement letter
>
> EXTERNAL EMAIL
>
>
> https://www-356.ibm.com/partnerworld/gsd/solutiondetails.do?solution=37147&expand=true&lc=en
>
> On Wed, Oct 6, 2021 at 6:25 AM Brian Westerman <
> brian_wester...@syzygyinc.com> wrote:
> >
> > Do you have the announcement link you can post.  I didn't see any today
> about a JCL checker.
> >
> > Brian
> --
>
> This message and any attachments are intended only for the use of the
> addressee and may contain information that is privileged and confidential.
> If the reader of the message is not the intended recipient or an authorized
> representative of the intended recipient, you are hereby notified that any
> dissemination of this communication is strictly prohibited. If you have
> received this communication in error, please notify us immediately by
> e-mail and delete the message and any attachments from your system.
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread David Spiegel

Hi Bob,
I learned JCL in the mid '70s (45 years ago).
Placing DISP first makes the JCL line up a lot more than placing DSN first.
Besides not needing DCB, DSORG is usually useless as well.

Regards,
David

On 2021-10-06 09:57, Bob Bridges wrote:

Just a side comment, you may be in the minority putting DISP first, but the minority 
isn't tiny; my observation is that a lot of folks do it.  I sometimes do myself -- I like 
making parms line up, it often makes them easier to read -- but alas, my habit is still 
to put it after the DSN.  Always in the same order, in fact, so I guess I have a 
"standard" even though it's peculiar to me:

   //DDNAME   DD DSN=DATA.SET.NAME,DISP=(,CATLG),
   //DCB=(DSORG=PS,RECFM=VB,LRECL=1028[,BLKSIZE=half-tracK]),
   //[UNIT=something,]SPACE=(CYL,(5,20),RLSE)

Yeah, I still do DCB=(...).  I learned JCL forty years ago.  I hear it's no 
longer needed, but I'm used to it.  Sue me.

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* When I heated my home with oil, I used an average of 800 gallons a year.  I 
have found that I can keep comfortably warm for an entire winter with slightly 
over half that quantity of beer.   -Dave Barry, _Postpetroleum Guzzler_ */

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Paul Gilmartin
Sent: Wednesday, October 6, 2021 08:32

 JED provides complete JCL validation, reformatting
 and enforcement of JCL standards.  ...

What's a "standard"  Suppose a site has a standard for naming job steps.
Can it enforce that?  Or only "standards" in the view of the JED author.

In DD statements I habitually code DISP as the first option.  I may be in a minority.  Does JED enforce 
ordering of options?  Might it require or prohibit "DCB=(...)"?  (is 
""DCB=(...)" ever needed nowadays?  I still see it coded on occasion.)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Farley, Peter x23353
Note the link to the "Solution web page" web site on that page:

www.dcmsi.com

We use products from this vendor.  Very useful products, very responsive 
support, priced right.  Recommended.

Their JED product is not one we use at the moment, but given the quality of 
their other products I would expect good things of it.

Peter

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Mike Schwab
Sent: Wednesday, October 6, 2021 1:59 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IBM JCL Expert preview in today's announcement letter

EXTERNAL EMAIL

https://www-356.ibm.com/partnerworld/gsd/solutiondetails.do?solution=37147&expand=true&lc=en

On Wed, Oct 6, 2021 at 6:25 AM Brian Westerman  
wrote:
>
> Do you have the announcement link you can post.  I didn't see any today about 
> a JCL checker.
>
> Brian
--

This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Colin Paice
Maybe this is aimed at the z newbie,who does not have a store of canned
JCL.
I sometimes have to code DCB(LRECL=133) for some spool output to prevent it
wrapping

On Wed, 6 Oct 2021 at 14:47, kekronbekron <
02dee3fcae33-dmarc-requ...@listserv.ua.edu> wrote:

> That'll be fun... auto-converting to standards.
> Developers will start a ruckus, I'm guessing.
>
> Recently learnt about another product that does this for SMS allocations
> (interactive and batch)... pretty neat.
>
> These things align ducks better than requesting teams to follow a
> document, which always gathers dust.
>
> - KB
>
> ‐‐‐ Original Message ‐‐‐
>
> On Wednesday, October 6th, 2021 at 6:30 PM, Pommier, Rex <
> rpomm...@sfgmembers.com> wrote:
>
> > Gil,
> >
> > I took the "JCL standards" as being site specific. To use your example,
> if the site has a standard of DISP= being the first parameter on a DD
> statement, this could enforce that. Placing every parameter on a separate
> line or making sure all the parameters are in the same relative location or
> starting in the same column. That kind of stuff.
> >
> > Rex
> >
> > -Original Message-
> >
> > From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf
> Of Paul Gilmartin
> >
> > Sent: Wednesday, October 6, 2021 7:32 AM
> >
> > To: IBM-MAIN@LISTSERV.UA.EDU
> >
> > Subject: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement
> letter
> >
> > On Wed, 6 Oct 2021 06:58:56 +0100, Mike Schwab wrote:
> >
> > > <https://urldefense.com/v3/https://www-356.ibm.com/partnerworld/gsd/s
> > >
> > > olutiondetails.do?solution=37147&expand=true&lc=en;!!KjMRP1Ixj6eLE0Fj
> > >
> > > !-AzZkOzj4m9tO2IzYTBDs1MDYhNep8OyndLmyhSt6LNT6GuGvsBR6emY0AEg0Gaw1g$ >
> >
> > "www-356.ibm.com"!?
> >
> > JED provides complete JCL validation, reformatting
> >
> > and enforcement of JCL standards. ...
> >
> > What's a "standard" Suppose a site has a standard for naming job steps.
> >
> > Can it enforce that? Or only "standards" in the view of the JED author.
> >
> > In DD statements I habitually code DISP as the first option. I may be in
> a minority. Does JED enforce ordering of options? Might it require or
> prohibit "DCB=(...)"? (is ""DCB=(...)" ever needed nowadays? I still see it
> coded on occasion.)
> >
> > -- gil
> >
> >
> -
> >
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> >
> ---
> >
> > The information contained in this message is confidential, protected
> from disclosure and may be legally privileged. If the reader of this
> message is not the intended recipient or an employee or agent responsible
> for delivering this message to the intended recipient, you are hereby
> notified that any disclosure, distribution, copying, or any action taken or
> action omitted in reliance on it, is strictly prohibited and may be
> unlawful. If you have received this communication in error, please notify
> us immediately by replying to this message and destroy the material in its
> entirety, whether in electronic or hard copy format. Thank you.
> >
> >
> >
> 
> >
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> >
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Pommier, Rex
Hi Bob,

I'm in your boat but trying to transition to Gil's.  :-)  Much easier to change 
DSN if it's the last parameter on the line.  

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Bob 
Bridges
Sent: Wednesday, October 6, 2021 8:57 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

Just a side comment, you may be in the minority putting DISP first, but the 
minority isn't tiny; my observation is that a lot of folks do it.  I sometimes 
do myself -- I like making parms line up, it often makes them easier to read -- 
but alas, my habit is still to put it after the DSN.  Always in the same order, 
in fact, so I guess I have a "standard" even though it's peculiar to me:

  //DDNAME   DD DSN=DATA.SET.NAME,DISP=(,CATLG),
  //DCB=(DSORG=PS,RECFM=VB,LRECL=1028[,BLKSIZE=half-tracK]),
  //[UNIT=something,]SPACE=(CYL,(5,20),RLSE)

Yeah, I still do DCB=(...).  I learned JCL forty years ago.  I hear it's no 
longer needed, but I'm used to it.  Sue me.

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* When I heated my home with oil, I used an average of 800 gallons a year.  I 
have found that I can keep comfortably warm for an entire winter with slightly 
over half that quantity of beer.   -Dave Barry, _Postpetroleum Guzzler_ */

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Paul Gilmartin
Sent: Wednesday, October 6, 2021 08:32

JED provides complete JCL validation, reformatting
and enforcement of JCL standards.  ...

What's a "standard"  Suppose a site has a standard for naming job steps.
Can it enforce that?  Or only "standards" in the view of the JED author.

In DD statements I habitually code DISP as the first option.  I may be in a 
minority.  Does JED enforce ordering of options?  Might it require or prohibit 
"DCB=(...)"?  (is ""DCB=(...)" ever needed nowadays?  I still see it coded on 
occasion.)

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
The information contained in this message is confidential, protected from 
disclosure and may be legally privileged. If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful. If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format. Thank you.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Bob Bridges
Just a side comment, you may be in the minority putting DISP first, but the 
minority isn't tiny; my observation is that a lot of folks do it.  I sometimes 
do myself -- I like making parms line up, it often makes them easier to read -- 
but alas, my habit is still to put it after the DSN.  Always in the same order, 
in fact, so I guess I have a "standard" even though it's peculiar to me:

  //DDNAME   DD DSN=DATA.SET.NAME,DISP=(,CATLG),
  //DCB=(DSORG=PS,RECFM=VB,LRECL=1028[,BLKSIZE=half-tracK]),
  //[UNIT=something,]SPACE=(CYL,(5,20),RLSE)

Yeah, I still do DCB=(...).  I learned JCL forty years ago.  I hear it's no 
longer needed, but I'm used to it.  Sue me.

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* When I heated my home with oil, I used an average of 800 gallons a year.  I 
have found that I can keep comfortably warm for an entire winter with slightly 
over half that quantity of beer.   -Dave Barry, _Postpetroleum Guzzler_ */

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Paul Gilmartin
Sent: Wednesday, October 6, 2021 08:32

JED provides complete JCL validation, reformatting
and enforcement of JCL standards.  ...

What's a "standard"  Suppose a site has a standard for naming job steps.
Can it enforce that?  Or only "standards" in the view of the JED author.

In DD statements I habitually code DISP as the first option.  I may be in a 
minority.  Does JED enforce ordering of options?  Might it require or prohibit 
"DCB=(...)"?  (is ""DCB=(...)" ever needed nowadays?  I still see it coded on 
occasion.)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread kekronbekron
That'll be fun... auto-converting to standards.
Developers will start a ruckus, I'm guessing.

Recently learnt about another product that does this for SMS allocations 
(interactive and batch)... pretty neat.

These things align ducks better than requesting teams to follow a document, 
which always gathers dust.

- KB

‐‐‐ Original Message ‐‐‐

On Wednesday, October 6th, 2021 at 6:30 PM, Pommier, Rex 
 wrote:

> Gil,
>
> I took the "JCL standards" as being site specific. To use your example, if 
> the site has a standard of DISP= being the first parameter on a DD statement, 
> this could enforce that. Placing every parameter on a separate line or making 
> sure all the parameters are in the same relative location or starting in the 
> same column. That kind of stuff.
>
> Rex
>
> -Original Message-
>
> From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf Of 
> Paul Gilmartin
>
> Sent: Wednesday, October 6, 2021 7:32 AM
>
> To: IBM-MAIN@LISTSERV.UA.EDU
>
> Subject: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter
>
> On Wed, 6 Oct 2021 06:58:56 +0100, Mike Schwab wrote:
>
> > <https://urldefense.com/v3/https://www-356.ibm.com/partnerworld/gsd/s
> >
> > olutiondetails.do?solution=37147&expand=true&lc=en;!!KjMRP1Ixj6eLE0Fj
> >
> > !-AzZkOzj4m9tO2IzYTBDs1MDYhNep8OyndLmyhSt6LNT6GuGvsBR6emY0AEg0Gaw1g$ >
>
> "www-356.ibm.com"!?
>
> JED provides complete JCL validation, reformatting
>
> and enforcement of JCL standards. ...
>
> What's a "standard" Suppose a site has a standard for naming job steps.
>
> Can it enforce that? Or only "standards" in the view of the JED author.
>
> In DD statements I habitually code DISP as the first option. I may be in a 
> minority. Does JED enforce ordering of options? Might it require or prohibit 
> "DCB=(...)"? (is ""DCB=(...)" ever needed nowadays? I still see it coded on 
> occasion.)
>
> -- gil
>
> -
>
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ---
>
> The information contained in this message is confidential, protected from 
> disclosure and may be legally privileged. If the reader of this message is 
> not the intended recipient or an employee or agent responsible for delivering 
> this message to the intended recipient, you are hereby notified that any 
> disclosure, distribution, copying, or any action taken or action omitted in 
> reliance on it, is strictly prohibited and may be unlawful. If you have 
> received this communication in error, please notify us immediately by 
> replying to this message and destroy the material in its entirety, whether in 
> electronic or hard copy format. Thank you.
>
>
> 
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
>
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Pommier, Rex
Gil,

I took the "JCL standards" as being site specific.  To use your example, if the 
site has a standard of DISP= being the first parameter on a DD statement, this 
could enforce that.  Placing every parameter on a separate line or making sure 
all the parameters are in the same relative location or starting in the same 
column.  That kind of stuff.  

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Paul Gilmartin
Sent: Wednesday, October 6, 2021 7:32 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: IBM JCL Expert preview in today's announcement letter

On Wed, 6 Oct 2021 06:58:56 +0100, Mike Schwab wrote:

><https://urldefense.com/v3/__https://www-356.ibm.com/partnerworld/gsd/s
>olutiondetails.do?solution=37147&expand=true&lc=en__;!!KjMRP1Ixj6eLE0Fj
>!-AzZkOzj4m9tO2IzYTBDs1MDYhNep8OyndLmyhSt6LNT6GuGvsBR6emY0AEg0Gaw1g$ >
> 
"www-356.ibm.com"!?

JED provides complete JCL validation, reformatting
and enforcement of JCL standards.  ...

What's a "standard"  Suppose a site has a standard for naming job steps.
Can it enforce that?  Or only "standards" in the view of the JED author.

In DD statements I habitually code DISP as the first option.  I may be in a 
minority.  Does JED enforce ordering of options?  Might it require or prohibit 
"DCB=(...)"?  (is ""DCB=(...)" ever needed nowadays?  I still see it coded on 
occasion.)

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
The information contained in this message is confidential, protected from 
disclosure and may be legally privileged. If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful. If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format. Thank you.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-06 Thread Paul Gilmartin
On Wed, 6 Oct 2021 06:58:56 +0100, Mike Schwab wrote:

>
> 
"www-356.ibm.com"!?

JED provides complete JCL validation, reformatting
and enforcement of JCL standards.  ...

What's a "standard"  Suppose a site has a standard for naming job steps.
Can it enforce that?  Or only "standards" in the view of the JED author.

In DD statements I habitually code DISP as the first option.  I may be in
a minority.  Does JED enforce ordering of options?  Might it require or
prohibit "DCB=(...)"?  (is ""DCB=(...)" ever needed nowadays?  I still see
it coded on occasion.)

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-05 Thread Peter Vels
https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/8/872/ENUSAP21-0338/index.html&lang=en&request_locale=en

On Wed, 6 Oct 2021 at 16:59, Mike Schwab  wrote:

>
> https://www-356.ibm.com/partnerworld/gsd/solutiondetails.do?solution=37147&expand=true&lc=en
>
> On Wed, Oct 6, 2021 at 6:25 AM Brian Westerman
>  wrote:
> >
> > Do you have the announcement link you can post.  I didn't see any today
> about a JCL checker.
> >
> > Brian
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>
>
> --
> Mike A Schwab, Springfield IL USA
> Where do Forest Rangers go to get away from it all?
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-05 Thread Mike Schwab
https://www-356.ibm.com/partnerworld/gsd/solutiondetails.do?solution=37147&expand=true&lc=en

On Wed, Oct 6, 2021 at 6:25 AM Brian Westerman
 wrote:
>
> Do you have the announcement link you can post.  I didn't see any today about 
> a JCL checker.
>
> Brian
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IBM JCL Expert preview in today's announcement letter

2021-10-05 Thread Brian Westerman
Do you have the announcement link you can post.  I didn't see any today about a 
JCL checker.

Brian

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


IBM JCL Expert preview in today's announcement letter

2021-10-05 Thread Pommier, Rex
Hi list,

Does anybody have any insight they could share about the announcement IBM made 
today about a JCL checker they're planning on releasing Q1 2022?  I'm curious 
if this is something IBM is developing or if they have partnered with one of 
the third party JCL checkers and will be reselling it.  

Thanks,

Rex

--
The information contained in this message is confidential, protected from 
disclosure and may be legally privileged. If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful. If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format. Thank you.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN