Re: Mainframe programming vs the Web

2008-05-12 Thread CICS Guy
John,
 
For multiple states beginning with the same letter, keep pressing the first 
letter Four or five times for Arizonagrin
 
Bill
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Chase, John
Sent: Monday, May 12, 2008 7:55 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Mainframe programming vs the Web
 
snip
 
I find it much easier to simply type IL than to move a hand from the keyboard 
to the mouse, find the drop-down hotspot and scroll around trying to 
accurately hit IL or Illinois; yet invariably if I type IL I find that I've 
selected whatever state is first in the segment that starts witl L.
 
 
_
Windows Live SkyDrive lets you share files with faraway friends.
http://www.windowslive.com/skydrive/overview.html?ocid=TXT_TAGLM_WL_Refresh_skydrive_052008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: absurd programs that used to be everywhere ...

2008-05-09 Thread CICS Guy
FWIW, I think (it's on an old tape) I still have a copy of three-dimensional 
Tic-Tac-Toe written by Bob Blair for CICS..
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of F. 
J. Kelley
Sent: Friday, May 09, 2008 6:21 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: absurd programs that used to be everywhere ...
 
(Sincere apologies, I already hate myself for even asking this, but ...)
Our computer center is having its 50th anniversary and digging up all kinds of 
stuff from the old days. The 3330 disk I had has already been grabbed. 
snip
_
Stay in touch when you're away with Windows Live Messenger.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_messenger_052008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: absurd programs that used to be everywhere ...

2008-05-09 Thread CICS Guy
IIRC, Algol(?) and no light pens anywhere...And, dang it, it usually 
wongrumble...
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Matthew Stitt
Sent: Friday, May 09, 2008 8:12 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: absurd programs that used to be everywhere ...
 
If your copy of the TTT3D game ran on CICS, was written in COBOL, and 
recognized light pen, then I wrote that one. I still have the source on 80 
column cards. Along with Abraham Lincoln (works great with impact
printers) and the Snoopy Calendar, and the Lunar Lander game in Fortran.
_
With Windows Live for mobile, your contacts travel with you.
http://www.windowslive.com/mobile/overview.html?ocid=TXT_TAGLM_WL_Refresh_mobile_052008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: CTRACE writer peculiarity

2008-05-07 Thread CICS Guy
An open/close will produce an EOF marker and the minimum allocation will be one 
track...
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Patrick O'Keefe
Sent: Wednesday, May 07, 2008 3:51 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: CTRACE writer peculiarity
snip
I thought RLSE would reduce 
the allocation to nothing (rather than 1) if the dataset were empty.
snip
_
Get Free (PRODUCT) RED™  Emoticons, Winks and Display Pics.
http://joinred.spaces.live.com?ocid=TXT_HMTG_prodredemoticons_052008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: 3420 old tapes

2008-05-07 Thread CICS Guy
Shmuel,
 
I gotta admit that this is one of your more timely responses, but, if you read 
all before replying to the first, you may find that your reply is (always 
welcome...) not always neededgrin
 
BTW, I do always enjoy your learned responses, please keep them up...
 
Bill, just the CICS Guy..
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Shmuel Metz (Seymour J.)
Sent: Wednesday, May 07, 2008 10:39 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: 3420 old tapes
 
In [EMAIL PROTECTED], on 05/06/2008
at 02:24 PM, Todd Burrell [EMAIL PROTECTED] said:
 I am trying to read these files on a 3420 tape
What kind of tape? 7-track or 9-track?
When I run tape map
Which tape map? On what kind of drive?
 I am trying to read these files on a 3420 tape
drive, and when I put the density (DEN=2) into my JCL 
That shouldn't matter except for 7-track.
I get a 413-24 abend.
You should have gotten one or more accompanying messages, probably IEA and IEC. 
What were they? What is actually in the labels? Is there a TM after the HDR2?
The output that you attached showed a block size but not a record length. I'd 
suggest that you look at the actual data, then code explicit RECFM, LRECL and 
BLKSIZE values.
 
 
_
With Windows Live for mobile, your contacts travel with you.
http://www.windowslive.com/mobile/overview.html?ocid=TXT_TAGLM_WL_Refresh_mobile_052008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Workable Mainframe Debuggers

2008-04-13 Thread CICS Guy
Just to throw my two cents into this, I've always prefered the printed dump, 
from VSE, I could (usually) find the problem
 
Once I got stuck into the MVS environment, I have been trying to understand and 
use IPCS, and not with too much success...grinSomething just hasn't 
'clicked' yet, but I keep searching.
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Don 
Leahy
Sent: Sunday, April 13, 2008 6:48 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Workable Mainframe Debuggers
Where there are perfectly adequate tools available (Abend Aid, Debug Tool, Dump 
Master etc) there is also very little incentive to learn IPCS.
To solve application abends (except for the most exotic ones) all you need is a 
tool that helps you figure out where the abend occurred and formats the 
application's Working Storage areas in a format that is easy to relate to a 
compile listing.
_
More immediate than e-mail? Get instant access with Windows Live Messenger.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_instantaccess_042008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM CEO's remuneration last year ?

2008-04-07 Thread CICS Guy
Oh heck, who rung our moral compass's bell?
First black helecopters then black holes Or is it the other around?
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Anton Britz
Sent: Monday, April 07, 2008 2:21 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: IBM CEO's remuneration last year ?
 
Hi Tiom,
I apologize for even starting this because there is just too many black holes 
in information available in your IBM manuals.
_
Get in touch in an instant. Get Windows Live Messenger now.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_getintouch_042008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: INDEX() or POS() string functions in Enterprise COBOL?

2008-04-06 Thread CICS Guy
I found that on multiple character compares, when the string is first checked 
for the first single character first and if true then the full search text, it 
usually goes quite quickly - CLI for all the non matches and then CLC for the 
match..
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Farley, Peter x23353
Sent: Saturday, April 05, 2008 9:57 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: INDEX() or POS() string functions in Enterprise COBOL?
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of CICS 
Guy
Sent: Friday, April 04, 2008 6:37 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: INDEX() or POS() string functions in Enterprise COBOL?
I've always resorted to an inline perform loop with reference modification 
compares... Snipped
Yes, that obviously would work, but I was looking for a less brute-force 
solution. Hmm-m-m. I wonder which would be more efficient, for a range of sizes 
of needles? INSPECT or inline performs?
snip
_
Use video conversation to talk face-to-face with Windows Live Messenger.
http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL_Refresh_messenger_video_042008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: INDEX() or POS() string functions in Enterprise COBOL?

2008-04-04 Thread CICS Guy
I've always resorted to an inline perform loop with reference modification 
compares...
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Farley, Peter x23353
Sent: Friday, April 04, 2008 2:59 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: INDEX() or POS() string functions in Enterprise COBOL?
snip
Business need: Scan an input string value for contains a given argument 
string anywhere inside the input string. Invariant: Length of argument string 
always = length of input string.
In REXX, I would say:
IF (POS(needle,haystack)  0) ; THEN (Found it, do whatever is needed) ELSE 
(Not there, do whatever business logic requires when absent)
where needle is the argument string and haystack is the input string.
 
_
Get in touch in an instant. Get Windows Live Messenger now.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_getintouch_042008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: OT: Computer Science Education: Where Are the Software Engineers of Tomor...

2008-01-09 Thread CICS Guy
Probably executed a DIAG..grin...
 
-Original Message-From: IBM Mainframe Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of Ed FinnellSent: Tuesday, January 08, 2008 3:07 PMTo: 
[EMAIL PROTECTED]: Re: OT: Computer Science Education: Where Are the Software 
Engineers of Tomor...
 
 
 
In a message dated 1/8/2008 11:44:40 A.M. Central Standard Time,  
[EMAIL PROTECTED] writes:
 
Yeah, but they'll likely just steal the entire box. Which I would  stock
with poisonous reptiles. Oh, wait, that's illegal (man  trap).
 
 
 
We had just gone live with ATM's in early  eighties and one of the 
programmers was going to take a long weekend after  several 90 hour weeks. So 
wheels by 
ATM in Palo Alto goes to put in his  card and the whole machine(Diebold) slid 
back to reveal all the freshly  stocked
trays. Well fortunately we had phones on the  things so he picked it up and 
says 'I think we have a problem'. Long story  short the Brinks truck showed up 
in about 90 seconds with drawn  weapons..  
 
_
Make distant family not so distant with Windows Vista® + Windows Live™.
http://www.microsoft.com/windows/digitallife/keepintouch.mspx?ocid=TXT_TAGLM_CPC_VideoChat_distantfamily_012008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


FTP Failure

2007-12-28 Thread CICS Guy
Can anybody hazard a guess of what I'm lacking?
I tracked down (as best I could) the reason codes but could not really seem to 
relate them to anything in the UNIX System Services Messages and Codes.
 
   Menu  List  Mode  Functions  Utilities  Help 
 ¢¢ 
   ISPF Command Shell   
 Enter TSO or Workstation commands below:   

 === ftp   

CEE5101C During initialization, the callable service BPX1MSS failed. The system
 return code was 000156 , the   
  reason code was 0B0C00FB . The application will be terminated.
 AB400A  = ABEND-AID =  
   JOB-V02832   STEP-TSOTECH
   ABEND CODE=U4093 
NO REPORT PRODUCED BECAUSE THIS IS A DUPLICATE OF:   
   REPORT WRITTEN TO: SYS3.ABENDAID.REPORT  
   REPORT NUMBER: 010536
 ACCESS YOUR ABEND-AID REPORTS BY EXECUTING SYSTEM  
 COMMAND AA FROM ANYWHERE IN ISPF.
 IEA995I SYMPTOM DUMP OUTPUT
   USER COMPLETION CODE=4093 REASON CODE=0090   
  TIME=12.13.16  SEQ=06930  CPU=  ASID=0154 
  PSW AT TIME OF ERROR  078D1000   80153920  ILC 2  INTC 0D 
ACTIVE LOAD MODULE   ADDRESS=00151CC8  OFFSET=1C58  
NAME=CEEBINIT   
DATA AT PSW  0015391A - 00181610  0A0D47F0  B1081811
GR 0: 8400   1: 84000FFD
   2: 0090   3: 0B0C00FB
   4: 20B92A18   5: 8015E860
   6: 20B92A18   7: 20B92E90
   8:    9: 0636013E
   A: 0004   B: 80153850
   C: 20B941E0   D: 00163018
   E: 8000   F: 0090
  END OF SYMPTOM DUMP   

 User abend 4,093 dec occurred processing command 'FTP '.   
 ISPD210  CMD abended - 'FTP' terminated abnormally.
 ***
_
Don't get caught with egg on your face. Play Chicktionary!
http://club.live.com/chicktionary.aspx?icid=chick_wlhmtextlink1_dec
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: FTP Failure

2007-12-28 Thread CICS Guy
Thanks, that's what I kinda thought..I just could not squeeze that info out 
of the FM.
 
-Original Message-From: IBM Mainframe Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of McKown, JohnSent: Friday, December 28, 2007 12:52 PMTo: 
[EMAIL PROTECTED]: Re: FTP Failure
 
snip
 
The key is the code 0B0C00FB, which means JRSAFUserNoOMVS: The user ID
is not authorized to use OMVS. In other words, your RACF id does not
have an OMVS segment and neither has a default OMVS userid been set up
for use by ids which do not have an OMVS segment. It appears that in
your shop, the only people who are allowed to do ftp must have an
individual OMVS segment.
 
--
John McKown
Senior Systems Programmer
_
Share life as it happens with the new Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_122007
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: FTP Failure

2007-12-28 Thread CICS Guy
Gave it a try and all I got back was the three splats
***
 
-Original Message-From: IBM Mainframe Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of Lizette KoehlerSent: Friday, December 28, 2007 1:01 
PMTo: [EMAIL PROTECTED]: Re: FTP Failure
 
You might try using the shipped function BPXMTEXT for these types of abends.
 
It is shipped by IBM and will give you a translation for the BPX codes.
 
In this example
 
TSO BPXMTEXT 0B0C00FB (under ISPF) or BPXMTEXT 0B0C00FB for native TSO.
 
Returns:
 
BPXPRIN1 09/14/06   
JRSAFUserNoOMVS: The user ID is not authorized to use OMVS  

Action: Create an OMVS segment with a UID.
 
The function is located in SYS1.SBPXEXEC 
 
Lizette
_
Get the power of Windows + Web with the new Windows Live.
http://www.windowslive.com?ocid=TXT_TAGHM_Wave2_powerofwindows_122007
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: KSDS CA split, no CI split

2007-12-05 Thread CICS Guy
Yea, judging from RS's comment, I guess it does
Many years ago, I thought I had understood from a knowledgeable source that it 
didn'tEither it changed or the source was not that 
knowledgeablegrin.


From: IBM Mainframe Discussion List on behalf of Michael PoilSent: Wed 
12/5/2007 5:30 AMTo: [EMAIL PROTECTED]: Re: KSDS CA split, no CI split

CICS Guy,I think it does, REPRO is batch and it uses sequential access (i.e. 
SIS),and this is exactly the same access that is used during the initial loadof 
a VSAM cluster, and it is at SIS time that VSAM applies the free 
spacevalues.--Mike
 PoilJava z/OS Level 3 ServiceIBM United Kingdom Limited, Hursley Park, 
Winchester SO21 2JNInternal: 246824  External: +44 (0)1962 816824Java 
debugging: 
http://www.ibm.com/developerworks/java/jdk/diagnosis/--Sent
 by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU03/12/2007 17:54Please 
respond toIBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU[EMAIL 
PROTECTED]: KSDS CA split, no CI splitI don't think so, from what I recall, 
free space is only reserved duringan initial load (maybe mass inserts too?)
_
You keep typing, we keep giving. Download Messenger and join the i’m Initiative 
now.
http://im.live.com/messenger/im/home/?source=TAGLM
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: KSDS CA split, no CI split

2007-12-03 Thread CICS Guy
I don't think so, from what I recall, free space is only reserved during an 
initial load (maybe mass inserts too?)


From: IBM Mainframe Discussion List on behalf of Michael PoilSent: Mon 
12/3/2007 12:05 PMTo: [EMAIL PROTECTED]: Re: KSDS CA split, no CI split

RS,Just remembered a VSAM  gottcha. After initial load yit is better toALTER 
the dataset to use FSPC(0 0) if you are using Sequential InsertStrategy so as 
to reduce the potential for CA splits.
_
Share life as it happens with the new Windows Live.Download today it's FREE!
http://www.windowslive.com/share.html?ocid=TXT_TAGLM_Wave2_sharelife_112007
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ADMINISTRIVIA: Announcement!

2007-10-30 Thread CICS Guy
Good, the first laugh of the day.


From: IBM Mainframe Discussion List on behalf of R.S.Sent: Tue 10/30/2007 5:00 
PMTo: [EMAIL PROTECTED]: Re: ADMINISTRIVIA: Announcement!

Who the h*ll started this off-topic thread about someone's retirement !It's 
unrelated to mainframes !!!
_
Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare!
http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: COBOL move statement issue

2007-10-15 Thread CICS Guy
Pack will exception on protection and addressing, not data..
 
If not numeric, abend...
 
-Original Message-From: IBM Mainframe Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of Peter Ten EyckSent: Monday, October 15, 2007 2:34 PMTo: 
[EMAIL PROTECTED]: COBOL move statement issue
 
Enterprise COBOL 3.4.1 on z/OS 1.7
 
The following does not abend:
.
.
.
01 FIELD-1 PIC 9(3).
01 FIELD-2 PIC 9(3) COMP-3.
.
.
.
MOVE FIELD-1 TO FIELD-2.
.
.
.
 
Note: Prior to the move FIELD-1 contains 86  thats F8F640
 
What COBOL or LE option(s) do I need to change to make this code abend?
 
 
_
Windows Live Hotmail and Microsoft Office Outlook – together at last.  Get it 
now.
http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ADABAS vs. IMS vs. DB2 Who is faster?

2007-10-11 Thread CICS Guy
Jeez..
 
-Original Message-From: IBM Mainframe Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of Anton BritzSent: Thursday, October 11, 2007 12:50 PMTo: 
[EMAIL PROTECTED]: Re: ADABAS vs. IMS vs. DB2 Who is faster?
 
Herbie,
 
Just think about what you type in the Subject line of your postings...  
 
If you change it, you start another discussion THREAD and then you will be 
ignored. Nobody will pay any attention to your point... Not sure if you get 
it...
 
Conclusion :  
 
All the other things you should not worry about in a bar... 
 
Just get yourself another Guinness and go watch the rugby.
 
 

_
Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare!
http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ADABAS vs IMS vs DB2 Who is faster?

2007-10-09 Thread CICS Guy
Thank goodness our moral compass is still around...
 
-Original Message-From: IBM Mainframe Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of Anton BritzSent: Tuesday, October 09, 2007 12:37 PMTo: 
[EMAIL PROTECTED]: Re: ADABAS vs IMS vs DB2 Who is faster?
 
Hi,
 
Summarized :
 
a) So you never worked with ADABAS in your life
b) You only worked with IMS and DB2 for 5 years... maybe as a user
 
but you are talking about :
 
a) SQL 
b) Database access methods
c) Which Database people should be using
 
Summarized :
 
Are you working for the 'White house maybe  because everybody there is also 
experts but the funny part ?  your post your findings to an IBM technical 
list...
 
Tell me , what should I invest my money in ? I need investment advice too..
 
Anton
 

-Original Message-From: IBM Mainframe Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of Anton BritzSent: Tuesday, October 09, 2007 12:37 PMTo: 
[EMAIL PROTECTED]: Re: ADABAS vs IMS vs DB2 Who is faster?
 
Hi,
 
Summarized :
 
a) So you never worked with ADABAS in your life
b) You only worked with IMS and DB2 for 5 years... maybe as a user
 
but you are talking about :
 
a) SQL 
b) Database access methods
c) Which Database people should be using
 
Summarized :
 
Are you working for the 'White house maybe  because everybody there is also 
experts but the funny part ?  your post your findings to an IBM technical 
list...
 
Tell me , what should I invest my money in ? I need investment advice too..
 
Anton
 
_
Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare!
http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Writing 23FDs

2007-09-27 Thread CICS Guy
Kind of like an 029's undo...
-Original Message-From: IBM Mainframe Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of Matthew StittSent: Wednesday, September 26, 2007 4:10 
PMTo: [EMAIL PROTECTED]: Re: Writing 23FDs
snip
The biggest pain was that ICCF editor had no undo command.
snip
_
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Free ECSA Area

2007-09-07 Thread CICS Guy

I get the impression that he doesn't want the safest way
And maybe the IPLs are too few and far between.

Is there a command to do it or does it have to be done programmatically?

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Chase, John

Sent: Friday, September 07, 2007 8:54 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Free ECSA Area


-Original Message-
From: IBM Mainframe Discussion List On Behalf Of Joao Paulo PR

Hi, that's my first post.

I need to Know, how can i free ECSA area used by Address Space, that was 
canceled by CANCEL command ?


Probably the safest way to do that is to IPL.

   -jc-

_
Discover sweet stuff waiting for you at the Messenger Cafe.  Claim your 
treat today! 
http://www.cafemessenger.com/info/info_sweetstuff.html?ocid=TXT_TAGHM_SeptHMtagline2


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Free ECSA Area

2007-09-07 Thread CICS Guy
I saw that he had asked his question several times on another forum and was 
totally ignoredSo I pointed him here to the prior thread and he decided 
to join and ask for himself


Might be interesting if he comes back and lets us know if he managed to do 
the deedgrin.


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Tom Schmidt

Sent: Friday, September 07, 2007 11:20 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Free ECSA Area

snip

Good luck!  (Can you tell that we are not recommending the freeing of common
storage?)

--
Tom Schmidt

_
Kick back and relax with hot games and cool activities at the Messenger 
Café. http://www.cafemessenger.com?ocid=TXT_TAGHM_SeptHMtagline1


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: DASD wont go offline.

2007-09-04 Thread CICS Guy
Had a CE, bending into the back of a 3340 drive butt-bump the emergency 
power off for the roomhe didn't notice the coincidence.It took about 
10 minutes before smoke started coming out of the main breaker panel - the 
button was still pushed so the solenoid was still active - and we finally 
figured out why everything powered down.


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Doc Farmer

Sent: Tuesday, September 04, 2007 6:55 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: DASD wont go offline.

snip

Couldn't be worse than the guy who actually hits the emergency shutdown
switch and powers off the entire data centre [insert evil grin here]...

_
Share your special parenting moments! 
http://www.reallivemoms.com?ocid=TXT_TAGHMloc=us


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Virtual Storage implementation

2007-08-30 Thread CICS Guy

Thank goodness we finally have a moral compass...

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Anton Britz

Sent: Wednesday, August 29, 2007 4:11 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Virtual Storage implementation

Hi Ankit,

Sure... but maybe you should introduce your self first :

a) Are you doing zOS support for CSC or what are CSC paying you for ?
b) Where are you in the World and how many of you are there ?
c) Does CSC have any money in the budget for training or are you just a sub-
contractor

_
Find a local pizza place, movie theater, and more….then map the best route! 
http://maps.live.com/default.aspx?v=2ss=yp.bars~yp.pizza~yp.movie%20theatercp=42.358996~-71.056691style=rlvl=13tilt=-90dir=0alt=-1000scene=950607encType=1FORM=MGAC01


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Virtual Storage implementation

2007-08-30 Thread CICS Guy

Thank goodness we finally have a moral compass...

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Anton Britz

Sent: Thursday, August 30, 2007 12:59 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Virtual Storage implementation

Hi Ron,

Just for the record :

a) I did not call Ankit any names..
b) I did not say Ankit was hired by CSC to do Open hart surgery..
c) I did not refer to any Australian at all I actually referred to 
people in

America and Companies in America

Lets give Ankit space to answer for him self...

My orginal point :

Nobody log's on to a Cardiology technical email list and asks a question
like Where do you open the chest... and then this could be a Doctor 
working

for your local Cardiology Hospital.

Ron  because you are from Australia :

http://en.wikipedia.org/wiki/Cardiology

Anton Britz

_
Find a local pizza place, movie theater, and more….then map the best route! 
http://maps.live.com/default.aspx?v=2ss=yp.bars~yp.pizza~yp.movie%20theatercp=42.358996~-71.056691style=rlvl=13tilt=-90dir=0alt=-1000scene=950607encType=1FORM=MGAC01


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Cobol ACCEPT-DATE

2007-08-23 Thread CICS Guy
Just as an aside, IIRC from my VSE days, the current cpu date at the time 
the job starts (or overridden by a // DATE card) was the date that was 
maintained for the duration of the job.


If you started after midnight, how (which direction) was the date a day 
out?


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Perryman, Brian

Sent: Wednesday, August 22, 2007 10:12 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Cobol ACCEPT-DATE

Hi folks

Is ACCEPT-DATE supposed to return GMT time, or local time?

We have some issues with a program which was recently rescheduled to run 
just after midnight (British Summer Time) - but the date is a day out.. I'm 
wondering if it's because it's an old program getting the date in the wrong 
way somehow (that we can fix), or if that's just the way Cobol works..??


_
Tease your brain--play Clink! Win cool prizes! 
http://club.live.com/clink.aspx?icid=clink_hotmailtextlink2


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Cobol ACCEPT-DATE

2007-08-22 Thread CICS Guy
If it is important, replacing the ACCEPT FROM DATE with the intrinsic 
FUNCTION CURRENT-DATE will give you all the information you need.


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Perryman, Brian

Sent: Wednesday, August 22, 2007 10:12 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Cobol ACCEPT-DATE

Hi folks

Is ACCEPT-DATE supposed to return GMT time, or local time?

We have some issues with a program which was recently rescheduled to run 
just after midnight (British Summer Time) - but the date is a day out.. I'm 
wondering if it's because it's an old program getting the date in the wrong 
way somehow (that we can fix), or if that's just the way Cobol works..??


Cheers

Brian

_
See what you’re getting into…before you go there 
http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_preview_0507


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS Question - Urgent

2007-08-17 Thread CICS Guy
Doesn't a too small index ci size get auto-magically over-ridden by a larger 
size now?


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Ambat Ravi Nair

Sent: Friday, August 17, 2007 9:50 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SMS Question - Urgent

a genuine concern - but have you checked to see if the growth was not
due to bad Index CISZ ?  at one site, the Indices are hardcoded to 512
in the IDCAMS statements, which caused the DATA component to grow rapidly.

_
Puzzles, trivia teasers, word scrambles and more. Play for your chance to 
win! http://club.live.com/home.aspx?icid=CLUB_hotmailtextlink


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Outsourcing loosing steam?

2007-08-15 Thread CICS Guy
Never the less, the LAX problem was reported as customs not being able to 
verify anybody because the computer was down...International flights 
only.


_
Tease your brain--play Clink! Win cool prizes! 
http://club.live.com/clink.aspx?icid=clink_hotmailtextlink2


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Outsourcing loosing steam?

2007-08-14 Thread CICS Guy

It wasn't LAX, it was US Customs Service...

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of esmie moo

Sent: Tuesday, August 14, 2007 1:53 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Outsourcing loosing steam?

Just to add my 2 cents.  Who is running the computer systems for LAX?  My 
flight was delayed 15 hours.  Do they have heavy accents?


_
Puzzles, trivia teasers, word scrambles and more. Play for your chance to 
win! http://club.live.com/home.aspx?icid=CLUB_hotmailtextlink


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Are things that slow?

2007-08-10 Thread CICS Guy
Seems like there's not much going on for a Friday.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Are things that slow?

2007-08-10 Thread CICS Guy
My thought exactly, 4:50PM was the last message I got until 9:50 this 
morning.
'Nuf said.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VSAM REUSE with alternate index

2007-08-07 Thread CICS Guy
While you can define the AIX as reusable, you can't define the base cluster 
as reusable if it has an AIX From the define cluster: When you create a 
reusable cluster, you cannot build an alternate index to support it.


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Victor Gil

Sent: Tuesday, August 07, 2007 10:40 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: VSAM REUSE with alternate index

I am posting this for a co-worker.

Any hints are greatly appreciated.
-Victor-

I was wondering if you could help me out with a VSAM question.

I have a base cluster defined with an alternate index and a path. It’s 
modeled

on an existing file.

I’m able to define and load my test version of the file using IDCAMS. What I
would really like to do is to be able to reload/refresh this file each night 
using

IDCAMS REPRO with a REUSE.

I added REUSE to the base cluster but received an error on the repro. I then
tried adding REUSE to the definition of the alternate index but also got 
errors

during the repro. Can IDCAMS be used to get this done? I guess the
alternative is to delete/redefine the VSAM file each night which I would 
prefer

not to do.

_
Puzzles, trivia teasers, word scrambles and more. Play for your chance to 
win! http://club.live.com/home.aspx?icid=CLUB_hotmailtextlink


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Split a large file into two parts

2007-08-06 Thread CICS Guy

Sort has several features, by count, by key and a sort of every other.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Dave Guthrie

Sent: Monday, August 06, 2007 9:48 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Split a large file into two parts

I have a 500,000 record text file with a record length of 150 bytes.  I'm 
tring
to find some way of splitting it in two. Because of the record lenght, I'm 
not

able to use the tso edit function.  I'm sure I have the solution somewhere.

_
Tease your brain--play Clink! Win cool prizes! 
http://club.live.com/clink.aspx?icid=clink_hotmailtextlink2


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Poll - Distance between Data Center and DR

2007-08-02 Thread CICS Guy

As long as each is 10 miles NE/SW from each other...

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of O'Brien, David W. (NIH/CIT) [C]

Sent: Thursday, August 02, 2007 11:02 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Poll - Distance between Data Center and DR

IBM answer #3 - It depends

It depends on the risks in your operating environment.
If you're in Oklahoma and the primary threat to life and limb stems from 
tornadoes then 10 miles might be enough.



snip

_
Puzzles, trivia teasers, word scrambles and more. Play for your chance to 
win! http://club.live.com/home.aspx?icid=CLUB_hotmailtextlink


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Poll - Distance between Data Center and DR

2007-08-02 Thread CICS Guy

Sorry, just a little Oklahoma humor - except I got it bollixed..
Should have said NW/SE since tornadoes generally travel north east..

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Lizette Koehler

Sent: Thursday, August 02, 2007 11:33 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Poll - Distance between Data Center and DR

   As long as each is 10 miles NE/SW from each other...

Now, did I include Vector Analysis in this question?

snip

_
Now you can see trouble…before he arrives 
http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_protection_0507


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


IBM saves $250 million consolidating Linux servers on to mainframes

2007-08-01 Thread CICS Guy

Am I late?
IBM saves $250 million consolidating Linux servers on to mainframes
http://www.networkworld.com/community/node/17998

_
Local listings, incredible imagery, and driving directions - all in one 
place! http://maps.live.com/?wip=69FORM=MGAC01


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Mainframe Empty datasets

2007-05-18 Thread CICS Guy
I read it more that the dataset may have been allocated but never actually 
opened for output


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Barkow, Eileen

Sent: Friday, May 18, 2007 12:06 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Mainframe Empty datasets

Would not ICETOOL be opening the dataset to do the count?
The requirement was that the dataset not be opened.
You would probably have to read the vtoc in order to determine if any
space is actually being used.

_
More photos, more messages, more storage—get 2GB with Windows Live Hotmail. 
http://imagine-windowslive.com/hotmail/?locale=en-usocid=TXT_TAGHM_migration_HM_mini_2G_0507


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: DFSORT Numeric Field Testing Problem

2007-05-10 Thread CICS Guy

FWIW, I don't see FS or NUM in my Syncsort manual...


*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~**~*~*~*~*~*~*~*~*~*~*~*
SYSIN :
 SORT FIELDS=(1,20,FS,A)
 INCLUDE COND=(1,20,FS,EQ,NUM)
  *
 SUM FIELDS=NONE
WER268A  INCLUDE STATEMENT : SYNTAX ERROR
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~**~*~*~*~*~*~*~*~*~*~*~*


_
Like the way Microsoft Office Outlook works? You’ll love Windows Live 
Hotmail. 
http://imagine-windowslive.com/hotmail/?locale=en-usocid=TXT_TAGHM_migration_HM_mini_outlook_0507


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: jcl.

2007-05-08 Thread CICS Guy

I know the answer to the second questiontake out the write ring...

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Rajeev Vasudevan

Sent: Tuesday, May 08, 2007 12:37 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: jcl.

Hello,

 I need one help, could some one please let me know how this can be done . 
We n eed to create a file name appended with the current date dynamically ie 
if we ran today the file has to created like the below


 userid.test.05082007

 Could some one also let me know is there any way by which the created file 
is made read only.


snip

_
More photos, more messages, more storage—get 2GB with Windows Live Hotmail. 
http://imagine-windowslive.com/hotmail/?locale=en-usocid=TXT_TAGHM_migration_HM_mini_2G_0507


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Latest Principles of Operation

2007-04-25 Thread CICS Guy

Gee, the POO I use (paper) tops out at around 175 pages...

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of (IBM Mainframe Discussion List)

Sent: Wednesday, April 25, 2007 4:07 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Latest Principles of Operation



In a message dated 4/25/2007 1:41:31 P.M. Central Daylight Time,
[EMAIL PROTECTED] writes:

With the new instructions, I now count 751 instructions documented in the

POO.  That's up a lot from the (IIRC) 143 for S/360.

I do something similar, but less time-consuming.  I look at the number  of
pages.  With a PDF version, it is very simple - scroll down to the  bottom 
and

look at PDF's page number.  Version -05 is 1218.  I  remember being very
pleased about seven years ago when I discovered that the  first POO that 
documented
64-bit architecture and grande instructions had 1024  pages, an integral 
power

of two.

Bill  Fairchild
Plainfield, IL

_
The average US Credit Score is 675. The cost to see yours: $0 by Experian. 
http://www.freecreditreport.com/pm/default.aspx?sc=660600bcd=EMAILFOOTERAVERAGE


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Latest Principles of Operation

2007-04-25 Thread CICS Guy

Just 'cause it's 37 years out of date is no reason to pick on it...

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Ed Finnell

Sent: Wednesday, April 25, 2007 4:24 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Latest Principles of Operation


In a message dated 4/25/2007 3:19:22 P.M. Central Daylight Time,
[EMAIL PROTECTED] writes:

Gee, the  POO I use (paper) tops out at around 175  pages...






How does it check for floating point  decimal?

_
Need a break? Find your escape route with Live Search Maps. 
http://maps.live.com/default.aspx?ss=Restaurants~Hotels~Amusement%20Parkcp=33.832922~-117.915659style=rlvl=13tilt=-90dir=0alt=-1000scene=1118863encType=1FORM=MGAC01


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Transferring ADABAS backup file from VSE to MVS using FTP

2006-12-28 Thread CICS Guy
Just guessing, but if the blocksize was small enough, could the FTP transfer 
the blocks intact, as if undefined?


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of ??? ?? ???

Sent: Thursday, December 28, 2006 7:11 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Transferring ADABAS backup file from VSE to MVS using FTP

Snip

The problem is that the ADABAS backup file has variable length records and 
the record and block length information is lost during the transfer.


snip

_
From photos to predictions, The MSN Entertainment Guide to Golden Globes has 

it all. http://tv.msn.com/tv/globes2007/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html