On Tue, 18 Nov 2025 22:57:10 -0500, Phil Smith III <[email protected]> wrote:

>So it's sorta not JCL

JCLIN is not JCL. It is a convenience tool that allows you to use your JCL that 
you used to build your product to create an SMP/e environment. Each statement 
has hidden meaning and in some cases, the comments can have hidden meaning.

// EXEC PGM=IEWL tells SMP/e to define MOD and LMOD objects in SMP/e.

//SYSLMOD DD DISP=(BAD,DISP,IGNORED),SPACE=IGNORED,...,DSN=IGNORED.IGNORED.DDN 
where SMP/e recognizes SYSLMOD and assigns it to DDN. If using PATH=, then a 
comment is required to specify the DDN because paths don't have a LLQ like DSN=.

lNCLUDE DDN(MEMBER) doesn't require a DD because DDN identifies the DDDEF.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to