Re: LE C calling HLASM

2012-04-07 Thread Bernd Oppolzer
How do you do this at runtime in a fast way? I would first walk up the save area, get the entry point address of the caller and look if there is the LE signature at position 4 (X'01' followed by 'CEE'), so I know that is is a PL/1 or C compiler (maybe COBOL, too, I'm not sure about this). Then I

Re: LE C calling HLASM

2012-04-07 Thread Bernd Oppolzer
Maybe my misunderstanding is: I'm assuming that I am called dynamically and not linked to the caller (because at our site, we have ONLY dynamic calls). Kind regards Bernd Am 07.04.2012 09:40, schrieb Bernd Oppolzer: How do you do this at runtime in a fast way? I would first walk up the

Re: LU0, SNA, TCPIP issue

2012-04-07 Thread Itschak Mugzach
have a look at the cics bridhe (also known as 3270 bride). The bridge is jus ta couple of glue exits that mimics the terminal and works in several protocols outside of cics. ITschak On Fri, Apr 6, 2012 at 11:15 PM, R.S. r.skoru...@bremultibank.com.plwrote: W dniu 2012-04-06 21:54, Staller,

Re: Acroymn Usage

2012-04-07 Thread Mike Liberatore
Your comments are right on. So you misspelled who cares! By the way do you know what J R means? --Original Message-- From: Ken Brick Sender: IBM Mainframe Discussion List To: IBM-MAIN@bama.ua.edu ReplyTo: IBM Mainframe Discussion List Subject: Acroymn Usage Sent: Apr 6, 2012 7:14 PM My

Re: LE C calling HLASM

2012-04-07 Thread Gerhard Postpischil
On 4/6/2012 7:23 PM, Ken Brick wrote: many years ago I needed to know, in DOS/VS, whether an assembler routine was called from a PL/I or assembler module. I put in a test to see if in DOS terms the weak extrn PLIMAIN was not 0. Non zero meant a PL/I module was present. This works for special

Re: Enterprise COBOL and XML attributes

2012-04-07 Thread Steve Comstock
On 4/6/2012 5:29 PM, Frank Swarbrick wrote: Enterprise COBOL v4.2. First real world attempt at using XML GENERATE. Works as designed, and relatively user friendly, but not particularly flexible for real world requirements. XML GENERATE will generate no fields as attributes unless with WITH

DB2 DDL

2012-04-07 Thread Lim Ming Liang
Hi, I am new in DB2. Looking for the reference documentation on DB2 DDL, I am looking for the syntax of Creating Storgrp. I am searching through the IBM DVD Docs on DB2, no luck. -- Regards Lim ML -- For IBM-MAIN subscribe /

Re: Accessing USS on Mainframe thru Telnet

2012-04-07 Thread Rob Schramm
In the spirit by which this conversation was started Acronym An abbreviation formed from the initial letters of other words and pronounced as a word z/OS Unix is not an acronym. It is at best a short version of the entire phrase z/OS Unix System Services or might be considered the real name...

Re: DB2 DDL

2012-04-07 Thread Lizette Koehler
There is a DB2 newsgroup. They can probably answer you better. Goto www.idug.org and join up Lizette -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Lim Ming Liang Sent: Saturday, April 07, 2012 9:33 AM To: IBM-MAIN@bama.ua.edu

Re: A z/OS Redbook Corrected - just about!

2012-04-07 Thread Eric Bielefeld
Hi Ron, Such language! Contracted comestibles. So what does that mean? I looked up comestibles, and it means edible. I have no idea what contracted edibles means. You get an A for humor though. Eric Bielefeld Sr. Systems Programmer IBM Global Services Division Dubuque, Iowa 414-477-7259

Re: DB2 DDL

2012-04-07 Thread Steve Comstock
On 4/7/2012 10:33 AM, Lim Ming Liang wrote: Hi, I am new in DB2. Looking for the reference documentation on DB2 DDL, I am looking for the syntax of Creating Storgrp. I am searching through the IBM DVD Docs on DB2, no luck. IBM docs on the Web; start with:

Re: A z/OS Redbook Corrected - just about!

2012-04-07 Thread Ron Hawkins
Eric, Look up cheese shop sketch. It was a twist on one of my favorite John Cleese lines, substituting cheesy with contracted which is a synonym for abbreviate. An example of an abbreviation that springs to mind is USS for Unix System Services. Ron -Original Message- From: IBM

Coding IEASYMxx

2012-04-07 Thread Jake anderson
Hello All, First of all apology for asking a very basic question and being ignorant.In our shop we have two sysres volumes MTSRS1, MTSRS2,MSTRS3 so during SYSRES cloning we adopt indirect cataloging. Also it is important to specify the symbolic parameter at IEASYMxx member. My only basic question

Re: Coding IEASYMxx

2012-04-07 Thread retired mainframer
:: -Original Message- :: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On :: Behalf Of Jake anderson :: Sent: Saturday, April 07, 2012 6:58 PM :: To: IBM-MAIN@bama.ua.edu :: Subject: Coding IEASYMxx :: :: Hello All, :: :: First of all apology for asking a very basic

Re: DB2 DDL

2012-04-07 Thread Lim Ming Liang
On 08-Apr-12 4:22 AM, Steve Comstock wrote: On 4/7/2012 10:33 AM, Lim Ming Liang wrote: Hi, I am new in DB2. Looking for the reference documentation on DB2 DDL, I am looking for the syntax of Creating Storgrp. I am searching through the IBM DVD Docs on DB2, no luck. IBM docs on the Web;

Re: DB2 DDL

2012-04-07 Thread Lim Ming Liang
On 08-Apr-12 11:04 AM, Lim Ming Liang wrote: On 08-Apr-12 4:22 AM, Steve Comstock wrote: On 4/7/2012 10:33 AM, Lim Ming Liang wrote: Hi, I am new in DB2. Looking for the reference documentation on DB2 DDL, I am looking for the syntax of Creating Storgrp. I am searching through the IBM DVD

Re: DB2 DDL

2012-04-07 Thread Ed Finnell
Some of the DB/2 Redbooks are excellent if you need more info... In a message dated 4/7/2012 10:41:27 P.M. Central Daylight Time, limm...@unifi.my writes: FOUND that in DB2 Version 9.1 for z/OS SQL Reference, Chapter 5 Statements

Re: DB2 DDL

2012-04-07 Thread Lim Ming Liang
On 08-Apr-12 11:43 AM, Ed Finnell wrote: Some of the DB/2 Redbooks are excellent if you need more info... In a message dated 4/7/2012 10:41:27 P.M. Central Daylight Time, limm...@unifi.my writes: FOUND that in DB2 Version 9.1 for z/OS SQL Reference, Chapter 5 Statements

Re: Audit SQL Collector

2012-04-07 Thread Itschak Mugzach
Yes it does. Have a look also at Imperva. They do much the same with Neon's collector. ITschak On Fri, Apr 6, 2012 at 4:11 PM, Donald Likens dlik...@infosecinc.comwrote: I've been looking through the IBM InfoSphere Guardium S-TAP for DB2 on z/OS manual. In this manual they talk about a Audit