开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: JCL Expert


 

开云体育

Ok, thansk

?

De: [email protected] <[email protected]> Em nome de Rene BRANDT via groups.io
Enviada em: sexta-feira, 25 de outubro de 2024 19:04
Para: [email protected]
Assunto: Re: [H390-MVS] JCL Expert

?

here is the JCL i used with my version :

//S1 EXEC PGM=LISTLIB,PARM='your library'
//STEPLIB DD DSN=your loadlib,DISP=SHR
//SYSOUT DD SYSOUT=H
//LIB DD DSN=same as parm=,DISP=SHR,
// DCB=(RECFM=U,BLKSIZE=256,LRECL=256)
//FJCL DD SYSOUT=(A,INTRDR)

LISTLIB reads the directory and create a DD with le name of the library(member) that goes in the FJCL which returns in jes and there the IEBGENER builds the SYSUT2 with the data of each member and this file has to retrun to jes with TYPRUN=SCAN for each member
so you can build SYSUT2 with :
//JOBN JOB ....,
// TYPRUN=SCAN
//IEBG EXEC PGM=IEBGENER
//SYSUT1 DD DATA,DLM=ZZ
// DD DSN=your library(member),DISP=SHR ===> that is created by the LISTIB
ZZ
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY

and all these lines for each member

HTH
搁别苍é

Le vendredi 25 octobre 2024 à 23:32:44 UTC+2, Jo?o Reginato <jb.reginato@...> a écrit :

?

?

Thanks 搁别苍é

Yes, I know cobol and used it since 1975

?

?

De: [email protected] <[email protected]> Em nome de Rene BRANDT via groups.io
Enviada em: sexta-feira, 25 de outubro de 2024 18:00
Para: [email protected]
Assunto: Re: [H390-MVS] JCL Expert

?

Here it is.

You didn't tell me if you know cobol.
The program create a JCL with all members in a IEBGENER yoy can change it to put JCL1 to JCL6 for all members...
telle me if you need help

搁别苍é

Le vendredi 25 octobre 2024 à 12:30:18 UTC+2, Jo?o Reginato <jb.reginato@...> a écrit :

?

?

Yes I am interested

Tks

?

?

De: [email protected] <[email protected]> Em nome de Rene BRANDT via groups.io
Enviada em: quinta-feira, 24 de outubro de 2024 18:40
Para: [email protected]
Assunto: Re: [H390-MVS] JCL Expert

?

Hi Joao,

I have a cobol program which reads the library a generate an IEBGENER with SYSUT2 on the INTRDR.
You have to modify it to add (or not ) a JCL card and the TYPRUN=SCAN

Tell me if you are interested

搁别苍é

Le jeudi 24 octobre 2024 à 02:32:27 UTC+2, Jo?o Reginato <jb.reginato@...> a écrit :

?

?

I want to check all members in a JCL library

?

Em qua., 23 de out. de 2024, 21:28, malcolm.harris via <malcolm.harris=[email protected]> escreveu:

Oh right, sorry :)


On 2024-10-23 16:19, Tim via wrote:
> Try TYPRUN=SCAN on the JOB card (not TEST)
>
> Tim
>
>? On Thursday, 24 October 2024 at 09:35:03 am AEDT, malcolm.harris via
> <malcolm.harris=[email protected]> wrote:
>
> TYPRUN=TEST ?
>
> On 2024-10-23 14:51, Jo?o Reginato wrote:
>> Hi
>>
>> Does anyone know a utility to just check JCL syntax, like JCL Expert
>> does?
>>
>> TIA
>>
>> Jo?o
>>
>> --
>> att.
>> Jo?o
>>
>>
>> Links:
>> ------
>> [1] /g/H390-MVS/message/4753
>> [2] /mt/109180192/8699929
>> [3] /g/H390-MVS/post
>> [4] /g/H390-MVS/editsub/8699929
>> [5]
> /g/H390-MVS/leave/13444331/8699929/833062941/xyzzy
>
>
>
> Links:
> ------
> [1] /g/H390-MVS/message/4758
> [2] /mt/109180192/8699929
> [3] /g/H390-MVS/post
> [4] /g/H390-MVS/editsub/8699929
> [5] /g/H390-MVS/leave/13444331/8699929/833062941/xyzzy



--
att.
Jo?o


--
att.
Jo?o


--
att.
Jo?o


--
att.
Jo?o

Join [email protected] to automatically receive all group messages.