I missed this one:
FILTLIST DCATL INCLUDE('DSN101C.DSN1.ARC*.**')
should be:
FILTLIST DCATL INCLUDE(DSN101C.DSN1.ARC*.**)
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu w
At 15:00 -0500 on 11/04/2011, McKown, John wrote about Re: units
(was: Out damn'd GMT ...):
My stomach strength is measured in fig newtons!
Jokingly dating myself. I remember a short time period when Fig
Newtons were a contraband item (all you could legally buy was a
knock-off from the manu
Hi,
As per your Advise I did :
CT3MGMCL
SELECT
WHEN (&HLQ = &SYSTEM)
DO
SET &MGMTCLAS = 'SYSTEM'
EXIT
END
WHEN (&DSN = &DCATL)
DO
SET &MGMTCLAS = 'DCATL'
EXIT
END
OTHERWISE SET &MGMTCLAS = 'STANDARD'
END
END
Then I did ,translation,validation a
WHEN (&HLQ = &DCATL)
Should be:
WHEN (&DSN = &DCATL)
On Mon, Nov 7, 2011 at 1:36 PM, jagadishan perumal
wrote:
> Hi,
>
> Below is the defintion for my managEment class DCATL
>
> Backup Copy Technique
> MANAGEMENT CLASS DISPLAY Page 1
> of 5
>
>
> CDS Nam
Hi,
Below is the defintion for my managEment class DCATL
Backup Copy Technique
MANAGEMENT CLASS DISPLAYPage 1
of 5
CDS Name . . . . . . . :
SYS1.DFSMS.SCDS
Management Class Name . :
DCATL
Description
:
Expiration
Attributes
Expire after Da
Hi,
I have written a Managment class ACS routine for a Db2 archive logs :
'DSN101C.DSN1.ARC*.**'. Below is my Managment Class Script :
'DSN101C.DSN1.ARC*.**'
PROC 1 MGMTCLAS
/*/
/* ACS ROUTINE TO SELECT MANAGEMENT CLASS
Hi John,
The REFVTOC subcommand is a refresh so that the additional space on the volume
will be 'seen' and datasets can be stored in it. If the VTOC, INDEX, and VVDS
are already large enough, then the same would be fine.
http://publib.boulder.ibm.com/infocenter/zos/v1r11/index.jsp?topic=
On 11/6/2011 1:10 PM, Bernd Oppolzer wrote:
When calling C routines from other languages like COBOL or PL/1 (or FORTRAN),
you have to take into account that in C the parameters are passed "by value",
whereas
the other languages pass them "by reference", that is, addresses of the
variables.
The
The refresh is only to pick up the new number of volumes. Resizing
the VTOC is another set of options.
On Sun, Nov 6, 2011 at 1:43 PM, John Dawes wrote:
> Linda,
>
> Thanks for the feedback. Yes, I did have a note to expand the VTOC once I
> had performed the copy. I noticed that in your exam
When calling C routines from other languages like COBOL or PL/1 (or
FORTRAN),
you have to take into account that in C the parameters are passed "by
value", whereas
the other languages pass them "by reference", that is, addresses of the
variables.
The solution is simple: to construct your C rou
Linda,
Thanks for the feedback. Yes, I did have a note to expand the VTOC once I had
performed the copy. I noticed that in your example you don't stipulate the
size of the VTOC. Is that okay?
From: Linda Mooney
To: IBM-MAIN@bama.ua.edu
Sent: Friday, 4 Nove
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
> Behalf Of Bill Godfrey
> Sent: Sunday, November 06, 2011 7:53 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: C newbie - pass a LDAP handle out to calling routine
>
> On Fri, 4 Nov 2011 21:39:43 +000
Some additional info:
Example output from the "SHRLIBRGN contents" rexx is given below:
Usage Meg Used-Unused-Pgs Pathname
441 40 216 /CTQ131/usr/lpp/java/J5.0/bin/libnet.so
441 142 114 /CTQ131/usr/lpp/java/J5.0/bin//libjclscar_23.so
441 63 193 /CTQ
In <0de6a9840123e547b061ac5b6765c0261c1...@exmb-05.ad.wsu.edu>, on
11/04/2011
at 09:39 PM, "Gibney, Dave" said:
>This is my first experience with C, but a language is a language
>after the 3rd or 4th :)
To some extend, but every language has its quirks.
In <0de6a9840123e547b061ac5b6765c0261
Gil,
At one place I worked we had a similar situation. The application was an online
system. I was not involved with it other than we Were told that the application
was written such that it would not tollerate the hour shift so every spring and
fall the system would shut down for 1 hour. The s
On Fri, 4 Nov 2011 21:39:43 +, Dave Gibney wrote:
> This is my first experience with C, but a language is a language after the
> 3rd or 4th :)
>I'm calling C for LDAP queries from Natural (Software AG "4"GL) in batch. And
>it works, sort of.
>One FM is IBM Tivoli Directory Server Client Pro
> >
> >If so, then I think our only option would be to shutdown the LPARs at 1am
(12:59)
> and then when it is the time, IPL so that 1am is only seen once by this
application. The
> application itself cannot be down for 1 hour. POLITICS.
> >
> Did you survive? How?
>
We shut down the LPARs for o
On Fri, 28 Oct 2011 16:17:43 -0400, Lizette Koehler wrote:
>
>If so, then I think our only option would be to shutdown the LPARs at 1am
>(12:59) and then when it is the time, IPL so that 1am is only seen once by
>this application. The application itself cannot be down for 1 hour. POLITICS.
>
Di
I believe it has been answered "you do not need to enable it, it is always
enabled by z/OS" on all machines that support it (which is all machines on
which z/OS runs).
As with many queries, it would help to understand what you are trying to
accomplish, because perhaps use of key 9 is not someth
On Sat, 5 Nov 2011 22:13:29 -0500 John McKown wrote:
:>On Sat, 2011-11-05 at 18:43 -0400, Jim Mulder wrote:
:>
:>> Let me reword that to say "in the environments where problem state
:>> application code would be running" instead of "in most cases".
:>> The documentation is under the KEY and
20 matches
Mail list logo