> Where is that EZACFSM1 thing documented?

Elardus,

https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.halz002/ip_mvs_system_symbols.htm

I used to use the program EZACFSM1 before the EXPORT enhancements came in
as it supports both static and dynamic symbols.

sample

//STEP0100 EXEC PGM=EZACFSM1
//SYSOUT   DD SYSOUT=*
//SYSIN    DD DATA,DLM=@@
CURRENT DATE               IS  : &LYYMMDD
CURRENT JULIAN DAY OF YEAR IS  : &LJDAY
CURRENT DAY OF THE WEEK    IS  : &LWDAY
CURRENT YEAR               IS  : &LYR4
CURRENT DAY                IS  : &LDAY
CURRENT MONTH              IS  : &LMON
CURRENT TIME               IS  : &LHHMMSS
CURRENT HOUR               IS  : &LHR
CURRENT MINUTE             IS  : &LMIN
CURRENT SECONDS            IS  : &LSEC
CURRENT JOBNAME            IS  : &JOBNAME
@@


Thanks,
Kolusu

IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on
06/20/2018 10:26:15 AM:

> From: Elardus Engelbrecht <elardus.engelbre...@sita.co.za>
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 06/20/2018 10:27 AM
> Subject: Re: Using JCL Symbld and TYPRUN=SCAN
> Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
>
> Sri h Kolusu wrote:
>
> >If you are interested to see the symbol substitution then you can
> use the EZACFSM1 symbol translator utility.
>
> My oh my! That is amazing!
>
> Where is that EZACFSM1 thing documented?
>
> I really appreciate your most helpful reply. I am really humbled by
> your kind reply. I believe all in IBM-MAIN would also be grateful
> for your post.
>
> Thanks again!
>
> Groete / Greetings
> Elardus Engelbrecht
>
> ----------------------------------------------------------------------
> 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

Reply via email to