On Mon, 28 Jul 2014 23:18:16 -0500, Ed Gould wrote:
>
>I think if you need to use system symbols you need the C/I and that
>means no SVC 99 support either.
>
I thought z/OS 2.1 had the ability to export symbols from JCL to the
job step program(s). I've neither studied it nor tried to use it.
--
On Mon, 28 Jul 2014 17:13:22 -0700, Frank Swarbrick wrote:
>That's not really 'wildcarding'.� In any case, I use MacKinney Software's JES
>Report Broker for this.� Would be nice of the IBM FTP client had an option to
>append values based on symbols/variables, but it doesn't.
>
ALLOCATE DD(INPUT)
Would be nice of the IBM
FTP client had an option to append values based on symbols/
variables, but it doesn't.
From: Rajesh Janakiraman
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Saturday, July 26, 2014 1:02 PM
Subject: Re: to use wildcard characters in JCl
Janakiraman
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Saturday, July 26, 2014 1:02 PM
Subject: Re: to use wildcard characters in JCl
Hi Elardus,
There is a dataset which get updated every hour in our production system,
actually i need to ftp that particular dataset every one hour.
For now i'm
In <019f01cfa8dd$76f35110$64d9f330$@mindspring.com>, on 07/26/2014
at 07:25 AM, Lizette Koehler said:
>It might be possible to have a program (Cobol, pl/1, etc.) or script
>(REXX, clist, Unix Perl, etc.) generate the JCL and create the wild
>card function that way.
ISPF File Tailoring is prob
Subject: Re: to use wildcard characters in JCl
Hi Elardus,
There is a dataset which get updated every hour in our production system,
actually i need to ftp that particular dataset every one hour.
For now i'm submitting the job manually by changing the date and time for every
one
Based on the DFSORT example provided: you can use another way to substitute
System symbols and pass the output to FTP
//MODIFY EXEC PGM=EZACFSM1
//SYSINDD *
ftp statements
PUT 'default_file_nam
On Sun, Jul 27, 2014 at 11:43 AM, John Gilmore wrote:
> Using GDGs or PDSEs, the members of which can have long, sometimes
> very long, aliases would probably yield better results than these
> fiddles with JCL.
>
> Extracting bits and pieces of a sequential file is always possible,
> but it is usu
Using GDGs or PDSEs, the members of which can have long, sometimes
very long, aliases would probably yield better results than these
fiddles with JCL.
Extracting bits and pieces of a sequential file is always possible,
but it is usually neither neat nor efficient.
John Gilmore, Ashland, MA 01721
On Sat, 26 Jul 2014 07:25:34 -0700, Lizette Koehler wrote:
>
>If the request is to have jcl like the following, then there is no current
>process in z/OS JCL to do that
>
>//DD1 DD DISP=SHR,DSN=*.MYDSN.LIST Collect all datasets that end in
>MYDSN.LIST
>
One can do something similar with
Hi Rajesh
Scheduling products are not my area of expertise but I do recall that they
have symbol substitution capabilities ahead of job submission, and I think
date and time options fall within their realm.
If this is the case and this is a production job it may be worth talking to
the Scheduling
r_OS390/BOOKS/iea2e2c2/2.2.2?
Kolusu
DFSORT Development
IBM Mainframe Discussion List wrote on
07/26/2014 12:02:49 PM:
> From: Rajesh Janakiraman
> To: IBM-MAIN@listserv.ua.edu
> Date: 07/26/2014 12:03 PM
> Subject: Re: to use wildcard characters in JCl
> Sent by: IBM Mainframe D
If you are running your REXX in batch, any DDs and DSNs that are not
coded in the JCL can be allocated (and then deallocated) in REXX itself,
e.g. as:
IF SYSDSN(DSN) = "OK" THEN
"ALLOC FI("||FILE||") DA("DSN") SHR"
(where 'DSN' exists and is generated with a date/time-stamp in it, and
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Rajesh Janakiraman
Sent: Saturday, July 26, 2014 3:03 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: to use wildcard characters in JCl
Hi Elardus,
There is a dataset which get updated every hour in our production
On Sat, Jul 26, 2014 at 2:02 PM, Rajesh Janakiraman
wrote:
> Hi Elardus,
>
> There is a dataset which get updated every hour in our production system,
> actually i need to ftp that particular dataset every one hour.
>
> For now i'm submitting the job manually by changing the date and time for
> ev
ajesh Janakiraman
> Sent: Saturday, July 26, 2014 12:03 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: to use wildcard characters in JCl
>
> Hi Elardus,
>
> There is a dataset which get updated every hour in our production system,
> actually i
> need to ftp that
Rajesh, there are various methods to create JCL (and parameters therein)
using various programming languages, REXX being one of several possible
methods. Various members of this list have favorite methods, again REXX
being quite popular.
How proficient are you in coding REXX? Are you prof
Hi Elardus,
There is a dataset which get updated every hour in our production system,
actually i need to ftp that particular dataset every one hour.
For now i'm submitting the job manually by changing the date and time for
every one hour.
I'm not clearly aware of wildcard datasets that can be gi
Rajesh Janakiraman wrote:
>If you have any idea about using wildcard characters in JCL, kindly let me
>know.
What wildcards? Please give examples. Lizette Koehler also asked for
examples/samples.
>I need to get an extract file for every one hour and I need to add the job in
>OPCA, so that by
n List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of John McKown
> Sent: Saturday, July 26, 2014 7:06 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: to use wildcard characters in JCl
>
> I agree with Gil, but wlll also mention mention that the BPXBATCH he was
> talking
I agree with Gil, but wlll also mention mention that the BPXBATCH he
was talking about runs a UNIX program, not normal z/OS batch programs.
And can only generate UNIX file names, not legacy data set names
(DSN=).
If you're thinking of what the Windows cmd prompt, or a UNIX shell can
do, where you
age-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Rajesh Janakiraman
> Sent: Friday, July 25, 2014 10:58 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: to use wildcard characters in JCl
>
> Dear Mates,
>
> If you have any idea about us
On Sat, 26 Jul 2014 11:28:17 +0530, Rajesh Janakiraman wrote:
>
>If you have any idea about using wildcard characters in JCL, kindly let me
>know.
>
>I need to get an extract file for every one hour and I need to add the job in
>OPCA, so that by using wildcard characters for every one hour the ex
Dear Mates,
If you have any idea about using wildcard characters in JCL, kindly let me know.
I need to get an extract file for every one hour and I need to add the job in
OPCA, so that by using wildcard characters for every one hour the extract may
get genrated automatically.
Please let me kow
Dear Mates,
If you have any idea about using wildcard characters in JCL, kindly let me know.
I need to get an extract file for every one hour and I need to add the job in
OPCA, so that by using wildcard characters for every one hour the extract may
get genrated automatically.
Please let me kow
25 matches
Mail list logo