Re: COBOL abend debug question with AbendAid/CICS dump

2011-04-11 Thread Sambataro, Anthony (NIH/CIT) [E]
Do you have a system trace in the dump? If so, do any of the PSW's point to application program code other than the looping paragraph? -Original Message- From: John McKown [mailto:john.archie.mck...@gmail.com] Sent: Friday, April 08, 2011 10:12 PM To: IBM-MAIN@bama.ua.edu Subject: Re:

Re: REXX INCLUDE ?

2011-04-06 Thread Sambataro, Anthony (NIH/CIT) [E]
The REXX compiler offers an %INCLUDE statement. You can initialize an entire stem variable quickly, for example: stem. = 0 stem.0 = 10 Will create a stem variable of 10 elements all with a value of zero. -Original Message- From: Miklos Szigetvari

Re: Secure Email

2011-03-24 Thread Sambataro, Anthony (NIH/CIT) [E]
, 2011 at 12:57 PM, Sambataro, Anthony (NIH/CIT) [E] samba...@magic.dcrt.nih.gov wrote: Is anyone sending secure/encrypted emails with attachments from their mainframes? -- For IBM-MAIN subscribe / signoff / archive access

Secure Email

2011-03-23 Thread Sambataro, Anthony (NIH/CIT) [E]
Is anyone sending secure/encrypted emails with attachments from their mainframes? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search

Re: Question about COBOL Program

2011-02-17 Thread Sambataro, Anthony (NIH/CIT) [E]
As far as I know the source code must match the dataset type being used. -Original Message- From: Sergio Lima [mailto:sergio...@hotmail.com] Sent: Thursday, February 17, 2011 2:44 PM To: IBM-MAIN@bama.ua.edu Subject: Question about COBOL Program Hello List, We had installed in our

Re: SEARCH FOR QUESTION - ISPF 3.4

2011-02-16 Thread Sambataro, Anthony (NIH/CIT) [E]
Why not just use the F(ind) command ? From: esmie moo [esmie_...@yahoo.ca] Sent: Wednesday, February 16, 2011 7:16 AM To: IBM-MAIN@bama.ua.edu Subject: SEARCH FOR QUESTION - ISPF 3.4 Good Morning Gentle Readers, I am trying to find a certain dsn which was

Re: Data set not found in ISPF 3.4

2010-08-17 Thread Sambataro, Anthony (NIH/CIT) [E]
Probably cataloged, but doesn't physically exist on volume -Original Message- From: zMan [mailto:zedgarhoo...@gmail.com] Sent: Tuesday, August 17, 2010 9:54 AM To: IBM-MAIN@bama.ua.edu Subject: Data set not found in ISPF 3.4 I have a data set that appears in ISPF 3.4 (DSLIST), but when

Re: assembler to cobol conversion question

2010-01-29 Thread Sambataro, Anthony (NIH/CIT) [E]
There's an LE370 program/service that can be invoked to cause an abend. I've pasted in a small example of a callable COBOL program which in turn calls the LE370 program. LINKAGE SECTION.