s,
to detect this type of situation in my programs, I used the fact that DCBTIOT
is updated. If it no longer happens, it would be a surprise !
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
--
For IBM-MAIN subs
#x27;re described here: http://gsf-soft.com/Products/CCSS.shtml
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
PS: Sorry it took me so long to reply to this message.
--
For IBM-MAIN subscribe / signoff / archi
oncatenated DD. Here's an
example:
OPEN DCBxx
MVC SAVETIOT,DCBTIOT
. . .
GET DCBxx
CLC SAVETIOT,DCBTIOT
BE SAME_DD
MVC SAVETIOT,DCBTIOT
. . .
SAME_DD EQU *
. . .
SAVETIOT DS H
--
Gilbert Saint-Flour
GSF Software
, it does it, and
chances are that it will RECALL many non-PDS data sets. For example, you can
specify SCANPDS JOHNDOE.** MEMBERS(QA05*) RECALL and it will RECALL all
JOHNDOE.** data sets that are migrated, and look for QA05* members.
Again, this will RECALL non-PDS data sets, which is not g
VIO ALLOCATED TO DDNAME TEMP DATACLAS ()
I find all of this bizarre - can anyone explain why it happens ?
Thank you.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
--
For IBM-MAIN subscribe / signoff
I'm not sure when that became available, but in HLASM R4 you can use
underscore characters in macro and field names, as shown in the example
below.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
//GILBERTY JOB (ACCT#),CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
//HLASM EXEC P
deal with the CDE, in particular SHOWJPAQ, BUILDCDE and FASTPATH.
You can download them from here: http://gsf-soft.com/Freeware/
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
--
For IBM-MAIN subscribe / signoff
> BTW, the "DL" edit macro was written by Gilbert Saint-Flour.
> Is he still around?
Yes, I'm still around :)
DL was renamed to DSLIST in 1995 and maintained until 1998.
DSLIST is still distributed here: http://gsf-soft.com/Freeware/
If you want to use DSLIST, I sug
ents, something that was used in at least half-a-dozen recent projects.
Prism-CS is described here: http://gsf-soft.com/Prism-CS/
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
--
For IBM-MAIN subscribe / signoff /
m. It was a
front-end utility which trapped SVC 6, 7, 8, 9 and displayed module name,
DDNAME and TTRN (IIRC). It definitely was a quick-and-dirty tool.
BTW, the LINK macro issues SVC 6 or SVC 122 with R15=7.
--
Gilbert Saint-Flour
GSF Software
http://
> IEBCOPY has to be APF, and compress doesn't need that.
Compress doesn't need IEBCOPY to be authorised ? Are you sure ?
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
--
For IBM-MAIN subscr
en somewhere ? My experience since the 1970s lets me believe it's
not true, but I may be wrong.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
--
For IBM-MAIN subscribe / signoff / archive access instructi
ink-edit or IMS ENQs?
If it's an LLA library, does it tell LLA to refresh it ? Shouldn't DDLIST
warn us from problems that could happen because of DISP=SHR?
Thank you for your help.
--
Gilbert Saint-Flour
GSF Soft
he SELECT service to start the specified application.
CONCAT and NEWAPPL are available here: http://gsf-soft.com/Freeware/
--
Gilbert Saint-Flour
GSF Software
http://gsf
s, but when ISPF 2.3 came out with the BRIF and EDIF services, I quickly
started to use them. ISPF services allow me to "split the screen" and stack
services, which is something I do every 10 seconds (or so).
--
G
ull-Screen HELP) to the freeware
file I distribute. FSHELP uses STEMEDIT to BROWSE or VIEW the output of the
HELP command. It's all here: http://gsf-soft.com/Freeware/
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
-
to me.
I checked VLF, but didn't find SYS1.HELP in it.
What am I missing ? What can I do to change the LIST OF COMMANDS that
the HELP command displays by default?
Thank you for your help.
--
Gilbert Saint-Flour
GSF Software
http://gs
Eduardo Henrique Rocha wrote:
> Has anyone been able to use SDSF with JES3 ?
Are you running z/OS R10 ?
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
--
For IBM-MAIN subscribe / signoff / archive acc
available here:
http://gsf-soft.com/Freeware/
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message:
The user does not expect the SYSIN card to contain anything other that &VAR,
so the reader/converter/interpreter should NOT replace it with
OK, perhaps this isn't something that happens often !:)
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
--
BOLS section of
SHOWMVS and SHOWzOS. The code was contributed to R618 in 1996 by DL.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com
> What I would like to see is something similar to the "environment" in
> the PC world. One would SET various variables to requir
en PARM is not an option (used by IMS/DB or something else).
I came up with and/or used several solutions to this problem over the years.
The CCSS sub-system is one of them: http://gsf-soft.com/Products/CCSS.shtml
but there are several other (fairly different) solutions.
--
Gilbert Sai
in the future. Most of my
products use the GETSEQ/GETDIR/GETMBR run-time routines which allow the
concatenation of sequential and partitioned data sets with different DCB
attributes. If I do it, IBM could do it also.
--
Gilbert S
perfectly.
Type 3 also works perfectly, but it requires that you modify the JCL. If you
have an INCLUDE MEMBER=JOBLIB in your jobs, adding an EXEC stmt is probably
not a problem.
What's the best solution? Well, it depends.
If you're interested, let me know .
--
Gilbert Sai
below.
LINKLLA, which must be APF-authorised, is available here:
http://gsf-soft.com/Freeware/
The first two examples below show how it can refresh LLA in batch.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
LINKLLA Examples:
1: refresh a whole library (SYSLMOD DD does not spe
early 1990s and I
wish a number of JCL-related HSM issues were solved at the time. Why did it
take 25 years to skip HRESTORE when PGM=IEFBR14 and DISP=(MOD,DELETE) ?
How many millions of HSM ML2 tapes had to be mounted for nothing ?
--
Gilbert Saint-Flour
GSF Software
http://gsf-sof
address is
passed in R1 by the CRASH section. CRASH85 only issues an ABEND SVC.
FASTPATH is available here: http://gsf-soft.com/Freeware/
Again, IKJURPS only works in the TSO environment, not in batch, so I'm not
sure it'll help you much. Sorry. ;)
--
Gilbert Saint-Flour
GSF Soft
/gsf-soft.com/Freeware/
The LINKREFR example below shows a link-edit step which, also, refreshes LLA
for the module specified on SYSLMOD. IIRC, I wrote the LINKLLA program in
the late 1980s and used it until 1996. Frankly, I wish the BINDER had a
REFRESH_LLA option when IBM started to distri
SET
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at h
ete data sets created in the rest of the job.
IIRC, it has been used by programmers, and in production jobs.
CLEANUP provides several functions, and can also invoke the RECALL utility to
speed-up the HSM RECALL function.
CLEANUP is described here: http://gsf-soft.com/Freeware/CLEANUP.shtml
f a home-grown version of IEFBR14 is present in
STEPLIB or JOBLIB, perhaps by checking for a length longer than 8 bytes.
There could be an option in ALLOCxx to tell the system to check for the IBM
version of IEFBR14, or a longer customer-written version.
In 1996, in ShowMVS R615, the default mode at TSO READY was changed
to SHORT_PUTLINE. Why? I don't remember.
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the messag
If I'm not mistaken, SHORT_PUTLINE is the default mode when SHOWzOS runs in
TSO/E without ISPF. In this mode, SHOWMVS clears the screen and only
produces the first two displays (System Level and IPL).
--
For IBM-MAIN subscribe
nd this is the pure-REXX equivalent :
XXX = ' AA-BB '
XXX = STRIP(&XXX)
REXXTRY is described here: http://gsf-soft.com/Freeware/REXXTRY.shtml
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
Fo
valent solutions I found so far are more complex,
in particular because of the hyphen that's part of the AA-BB string.
Can anyone think of something simple and easy ?
Thank you.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
ls Iin case you're interested).
http://gsf-soft.com/Documents/RPG-ZOS.shtml
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...
a utility to update
load-modules and force BLKSIZE=0. I probably only used it only once.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send ema
code BLOCK CONTAINS 0 !
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search t
to say
the least. A good solution would be to convert STOP RUN to CALL 'ABEND' or
something like that. This is one of the types of situation I saw in a few
projects and call "bizarre".
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
d I mean really, bizarre . . .
Since 1982, I converted over 100,000 COBOL modules from VSE to MVS, or for
COBOL1 to COBOL2 or COBOL3 - I have a few ideas on this type of subject.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
---
On Monday 18 May 2009 13:48, Mark Jacobs wrote:
> On the main page is a picture of a penguin with some rude words attached.
Most of the things I see on http://www.share.org/ have a .aspx suffix,
which, if I'm not mistaken, tells us they use a Microsoft Web server.
Perhaps they should use somet
old is much biggger and better than
GG66-3113 - look here : http://gsf-soft.com/Documents/SG24-2043.shtml
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions
erated since 1991.
As for the conversion of ESDS files to non-VSAM in COBOL programs,
changing AS-filename to S-ddname is not always the only thing you need
to do. Trust me !
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
-
largest
BLKSIZE it finds to allocate a buffer pool. So, does the largest BLKSIZE
need to be specified in the JCL for concatenated data sets today? Well,
generally it doesn't. Unless, as I said, in steps which execute a program
which behaves poorly.
--
Gilbert Saint-Flour
GSF
On Tuesday 05 May 2009 13:46, גדי בן אבי wrote:
> How do I ask: Find all the members in all the PDS's on disks whose name
> begins with TSO and contain the string GABI (That is what my user wants
> to know).
SCANPDS ** VOL(TSO*) FIND(GABI) WORD BOUNDS(1,80)
Is this what you're looking for
locate strings and/or words,
SCANPDS can scan all the PDSes and PDSEs, catalogued or not,
and find them. SCANPDS is not free, but it's inexpensive.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
F
understand why IBM hasn't fixed this type of situation,
particularly because 3120 is an "optimal" BLKSIZE on 3330 drives.
Since the late 1980s (DFP 2.3 in XA 2.2, IIRC), OPEN calculates a half-track
BLKSIZE when DS1BLKL=0 in the F1-DSCB.
FTP commands and write them
>to a dataset that is then used by FTP. Anyone have such a program?
Actually, no, you do not _need_ a predecessor step.
It's a problem I solved several times in recent years.
http://gsf-soft.com/Prism-CS/JCLTrans.shtml
--
Gilbert Saint-Flour
GSF Software
htt
lly converts programs in all languages,
particularly assembler programs. http://gsf-soft.com/Prism-CS/LCP.shtml
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access
e out what it was?
Thank you !
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
google.com/search?&q=iggcsi00+xdelete
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MA
ORG DS1FMTID+140 CCHHR + ?
I don't have access to z/OS R10, so I can't figure out what OBTAIN puts in the
two additional bytes - does anybody know ?
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
looking for.
I use RXSMS in the SHOWDASD REXX which is described here :
http://gsf-soft.com/Freeware/SHOWDASD.shtml
I have an extended version of RXSMS called RXSMS2 which retrieves
additional information. I don't distribute it for free, but if you're
interested, let me know.
--
On Tuesday 10 February 2009 15:50, Gilbert Saint-Flour wrote:
> And, almost always, I code BAL/BALR and rarely BAS/BASR.
> I started coding assembler on a 360/20 in 1972, so call that an old habit.
The 360/20 was a 16-bit machine which had BAS/BASR, which I used a lot at the
time. The
blem about 24-bit address constants in
various control-blocks (DCB, RB, SWA, ...) which many of my programs and
sub-routines have to deal with.
And, almost always, I code BAL/BALR and rarely BAS/BASR.
I started coding assembler on a 360/20 in 1972, so call that an old habit.
--
Gilbert
e Faver1 in MVS to restore VSAM files.
If you have Macro4's DATABACK utility in VSE and MVS, you can use them also.
If you have DrD in VSE, DRDMVS can be used to restore DrD back-up tapes.
Another possibility is XFERD3V/XFERD3M, which are described here:
http://gsf-soft.com/Prism-CS/Data
nload/08444-ikjefln2.xmit.zip
Installation info: http://gsf-soft.com/Documents/RECEIVE-XMIT.shtml
If you like what the IKJEFLN2 product does for you, your company
can buy a license which is very inexpensive. Just let me know.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
On Tuesd
zOS conversion which had, by far, the largest
amount of DL/I I ever saw (590 DBDs and over 1000 DL/I utility steps).
Data transfer time was not a big issue (the company was not a bank), so they
preferred to use standard DL/I UNLOAD/RELOAD utilities to transfer the data
bases on 3590 tapes.
--
d an extent or directory
blocks to a PDS. I only use it as a TSO command, not as an ISPF application.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
ally102.txt
I originally wrote TALLY in 1997 to manage a limited amount
of 3390 disk space in a P/390.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instruc
the screen size of your
terminal, and was able to change its behaviour accordingly. I suspect that
it would be quite complicated, so I'm not too optimistic that IBM will do it.
BTW, the screen-size I use most of the time is 54x132.
Sometimes, I switch to 40x132, so I'm quite familiar
VTAM command,
which is what the IKJEFLN2 exit does.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message:
end of the year; it's available here:
http://gsf-soft.com/Download/08444-ikjefln2.xmit.zip
Installation info: http://gsf-soft.com/Documents/RECEIVE-XMIT.shtml
If you like what the IKJEFLN2 exit does for you, your company can buy a
license which is inexpensive. Just let me know.
--
Gilber
although I vaguely remember that I found one in the past.
Thank you for your help.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
//LKED EXEC PGM=IEWL,PARM=(LIST,MAP,RENT)
//SYSPRINT DD SYSOUT=*
//SYSLIB DD DSN=IBMUSER.LOAD222,DISP=SHR
//SYSLMOD DD DSN=IBMUSER.LOAD,DISP=SHR
/
aren't listed.
Does anyone on this list has any idea why some IBMers can't be found on the
http://whois.ibm.com site ?
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff
s another z/OS site in Reading.
I helped them convert from VSE to MVS/ESA in 1992.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAI
lly corrections, ommisions and
> clarifications of the early history of S/360 series. (...)
I suggest reading "IBM's 360 and Early 370 Systems",
an 800-page book published in 1991 by Pugh, Johnson
and Palmer, particularly chapter 6 "Software Support".
--
Gilbert Sai
SIGN clause
of an ESDS in COBOL is a simple and easy way to make it non-VSAM,
you may be in for quite a surprise later on. Having said that, we have
converted thousands of VSAM files to non-VSAM in recent years,
and acquired much experience in the process.
--
Gilbert Saint-Flour
GSF Sof
ORTIN concatenation .
Here's an example of what I would like:
//STEP100 EXEC PGM=SORT
//SORTIN01 DD DSN=VSAM.DATA.SET,DISP=OLD
//SORTIN02 DD DSN=NON-VSAM.DATA.SET,DISP=OLD
//SORTOUT DD DSN=
SORT FIELDS=(1,8,CH,A)
/*
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
On
solution)
3. a request to the DFSORT developers to add support for multiple VSAM input
files - that never worked :-(
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive
you to John Reda and Frank Yaeger for their very useful answers.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with
stay clear of. Any idea anyone?
Same question with SYNCSORT.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/Freeware/
http://gsf-soft.com/Documents/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
bug. Perhaps I am missing something?
--
Gilbert Saint-Flour
GSF Software
4425 Monserrate St
Coral Gables, Florida 33146 USA
1-305-665-9084
http://gsf-soft.com/
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
> Of Gilbert Saint-Flour
&g
tml
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at h
verted applications are being tested.
For DFHCOMMAREA, there's a simple way to ensure that the MOVE instruction only
transfers data that's available, and prevent the abend :
MOVE DFHCOMMAREA(1:EIBCALEN) TO ws-
--
Gilbert Saint-F
me yet.
The SHOWDASD exec in file 183 scans all the UCBs
It is past of the SHOWDASD dialog which displays on-line DASD volumes in ISPF.
The latest version is here: http://gsf-soft.com/Freeware/
--
Gilbert Saint-Flour
GSF Software
http://
ted in the MOUNT message.
Additionally, if LABEL is NL, LTM or BLP, then DSN is NOT required, as the
system will provide a temporary data set name (a previous poster incorrectly
suggested that DSN had to be specified).
--
Gilbert Saint-Flour
GSF Softw
On Monday 08 January 2007 07:32, Jim McAlpine wrote:
> > // LABEL=(2,NL),
> That should read "LABEL=(1,NL)".
Not necessarily - the tape may have been created in VSE with a leading tape
mark. When in doubt, code LABEL=(,LTM)
--
Gilbert Saint-Flour
GSF S
.
Happy new year to all !!
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
On Thursday 28 December 2006 14:49, BillD wrote:
> We're converting from VSE to z/OS. I'm trying to upload a CSV file
> that has worked on VSE but has problems with trunc/wrap, CRLF o
ge Environment used to be called Common
Execution Library (CEL), then Common Execution Environment (CEE),
then LE/370. Most people on this list are familiar with the CEE acronym, but
probably not with CEL. The CEL acronym can be found in TCBCELAP, the Common
Exec
TC issues IDC999I and S0C3.
I am not aware of SMP (or IEBCOPY) doing anything that would prevent TC from
doing its job.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive
hat in MVS, RPG sub-programs only have access to DATE and UPSI when they
are part of the main program's load module.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archiv
mory, shouldn't they?
> But this would require significant reorganization of the EXEC.
The system closes DCBs at end-of-task.
I'm not sure what SYSCALL would buy you.
How do you invoke GIMSMP from an exec ? Via CALL ? LINKPGM?
--
Gilbert Saint-
d solution based on Hercules, it may be
difficult for IBM to refuse to sell z/OS licenses to that company's
customers.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / arc
m Golob may
remember attending.
In case you're wondering, SPONJ (acronym for Systems Programmers Of New
Jersey) was the local chapter of NASPA.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN sub
issued
LOCATE in RMODE=31 under MVS/XA 2.2 with DFP 2.3 back in 1988.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTE
" in any key. But, that's a different story
> altogether.
You're right, I prefer SP 252 also for historical reasons, but I don't really
care about the sub-pool number, as long as the memory into which the
load-modules are loaded can't be messed with.
--
read-only in order to
prevent accidental overlays. If these REFR programs were loaded into SP=252,
I wouldn't have to issue PGSER PROTECT or use a special link-edit procedure.
--
Gilbert Saint-Flour
GSF Software
4425 Monserrate St
Coral Gables, Florida 33146 USA
1-305-665-9084
http:
n the SVC 06 or SVC 08 instructions issued by SOMEPROG.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message
uted.
You may find something like this:
L 1,16(,0) CVTPTR
L 1,8(,1) CVTLINK
BAL *+12
DC C'SOMEPROG'
SVC 8
BTW, have you tested with a real STEPLIB? If TSOLIB doesn't work, I wouldn't
expect STEPLIB (either static or dynamic) to work either.
--
Gilb
of in one of my sub-routines which had to be modified.
This was a very small change, I wish all the problems I have were as
easy to fix.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
mailto:[EMAIL PROTECTED]
---
ember in file 183 of the CBT tape at
http://www.gsf-soft.com/Freeware/
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
mailto:[EMAIL PROTECTED]
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send e
e, eXtend, Work
So, how does ACCESS MODE(IN|OUT) look?
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
mailto:[EMAIL PROTECTED]
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [
run them in different LPARs?
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
mailto:[EMAIL PROTECTED]
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the messa
On Thursday 14 September 2006 15:43, Schiradin,Roland wrote:
> What is the best way to access the TLD while invoking
> via TSO CALL 'xxx(yyy)'
The FASTPATH program in file 183 manages to locate the TLD no matter how
it was invoked. Look at the code.
--
Gilbert Saint-Flo
om/Freeware/SYSDEBUG.report1.shtml
look for JOB PACK AREA FOR ABENDING STEP
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
mailto:[EMAIL PROTECTED]
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send emai
my question on how to do the EXCP I/O (read) without doing OPEN
> and CLOSE.
That question has been answered.
> Perhaps IBM has a undocumented system service to retrieve the # of
> directory blocks allocated to a data set?
I doubt it.
--
Gilbert Saint-Flour
GSF Software
http://gsf-s
re" as you say, IBM would have fixed it in minutes.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
mailto:[EMAIL PROTECTED]
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EM
arlier than this.
Perhaps because a DBMS based on the "inverted list" model isn't all that
important? The relational model, as pioneered by IBM, Berkeley and
Oracle in the 1970s certainly had a much bigger impact than all the
other DBMS models combined.
--
Gilbert Saint-Flour
GS
let non-trusted
users update APF-authorised libraries and run code in KEY=ZERO, then
it's not a system integrity issue, but a security administrator issue.
--
Gilbert Saint-Flour
GSF Software
http://gsf-soft.com/
mailto:[EMAIL PROTECTED]
1 - 100 of 190 matches
Mail list logo