Re: ISPF programming with assembler

2018-06-12 Thread Edward Finnell
Yeah, that's it. Thanks. There was also an ISPCALL Macro on CBTape.org I think 
from John Hancock. Mike Loos refined it and think it's on Deluxe Check mods. I 
gave a fifteen minute debriefing on SHARE trip. Six weeks later the Item 
Processing folks wanted me to come bless their new interface to the check 
sorters. All assembler with heavy use of ISPCALL. We added a special section to 
the TPNS scripts to test these modules. 


In a message dated 6/12/2018 2:17:56 PM Central Standard Time, sas...@sas.com 
writes:

 
TELBOOK sample. Here's the SAS/C

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ISPF programming with assembler

2018-06-12 Thread Don Poitras
I think you're thinking of the TELBOOK sample. Here's the SAS/C
version of that:

http://ftp.sas.com/techsup/download/SASC/sample/c/TELBOOK.html


In article <163f524992c-c8d-9...@webjas-vae003.srv.aolmail.net> you wrote:
> ISTR there was an Airline Reservation sample for ISPF. It came in various 
> flavors ALC, Rexx and maybe COBOL. Course my search engine points me to the 
> 2.1 KC. What a Hertzberg hickey this is.
> ??
> Let's see what listserv does to this:
> Documentation for??z/OS V2.1.0??is no longer available in IBM Knowledge 
> Center.
> While the product version and release remains in service, you can find 
> information in the following formats:
> Individual PDFs for 
> downloading:??https://www.ibm.com/servers/resourcelink/svc00100.nsf/pages/zosv2r1-pdf-download?OpenDocumentz/OS
>  V2R1 Adobe Indexed Collection (all PDFs with full text search via the free 
> Adobe Acrobat 
> Reader):??http://publibz.boulder.ibm.com/zoslib/pdf/zosv2r1pdfcollection.zipIBM
>  Knowledge Center plugins for downloading (for use with IBM Knowledge Center 
> for z/OS):??http://publibz.boulder.ibm.com/zoslib/SSLTBW_2.1.0_4KC.jar.
> For information about current releases of this product 
> see??http://www.ibm.com/support/knowledgecenter/SSLTBW/welcome.
> More information and resources are available at the IBM z/OS Internet 
> Library:??https://www.ibm.com/servers/resourcelink/svc00100.nsf/pages/zosinternetlibrary?opendocument.
> ??
> In a message dated 6/12/2018 12:30:13 PM Central Standard Time, 
> sme...@gmu.edu writes:
> ??
> There is no "actual name"; you tell ISPF what name to use.

-- 
Don Poitras - SAS Development  -  SAS Institute Inc. - SAS Campus Drive
sas...@sas.com   (919) 531-5637Cary, NC 27513

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ISPF programming with assembler

2018-06-12 Thread Edward Finnell
ISTR there was an Airline Reservation sample for ISPF. It came in various 
flavors ALC, Rexx and maybe COBOL. Course my search engine points me to the 2.1 
KC. What a Hertzberg hickey this is.
 
Let's see what listserv does to this:
Documentation for z/OS V2.1.0 is no longer available in IBM Knowledge Center.
While the product version and release remains in service, you can find 
information in the following formats:
Individual PDFs for downloading: 
https://www.ibm.com/servers/resourcelink/svc00100.nsf/pages/zosv2r1-pdf-download?OpenDocumentz/OS
 V2R1 Adobe Indexed Collection (all PDFs with full text search via the free 
Adobe Acrobat Reader): 
http://publibz.boulder.ibm.com/zoslib/pdf/zosv2r1pdfcollection.zipIBM Knowledge 
Center plugins for downloading (for use with IBM Knowledge Center for z/OS): 
http://publibz.boulder.ibm.com/zoslib/SSLTBW_2.1.0_4KC.jar.
For information about current releases of this product see 
http://www.ibm.com/support/knowledgecenter/SSLTBW/welcome.
More information and resources are available at the IBM z/OS Internet Library: 
https://www.ibm.com/servers/resourcelink/svc00100.nsf/pages/zosinternetlibrary?opendocument.
 


In a message dated 6/12/2018 12:30:13 PM Central Standard Time, sme...@gmu.edu 
writes:

 
There is no "actual name"; you tell ISPF what name to use.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ISPF programming with assembler

2018-06-12 Thread Seymour J Metz
There is no "actual name"; you tell ISPF what name to use.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List  on behalf of 
Beverly Caldwell 
Sent: Monday, June 11, 2018 7:10 PM
To: IBM-MAIN@listserv.ua.edu
Subject: Re: ISPF programming with assembler

Well, it's a variable which you will have to define like any other variable
in your program. Once you do that it can be accessed  and read. I don't
recall its actual name. Check the table display service section in the
developers guide.

On Fri, Jun 8, 2018 at 7:35 AM, Immo  wrote:

> Hi,
>
>
>
> I'd like to retrieve the unique row-id for an entry in an ISPF table from
> an
> assembler program (not the crp!). Unfortunately I didn't find out how to
> get
> hold of the value on my own and so far I haven't found a usable example.
>
>
>
> Any hint or pointer to a working example in assembler language would be
> great!
>
>
>
> Thanks in advance,
>
>
>
> Michael
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ISPF programming with assembler

2018-06-11 Thread Beverly Caldwell
Well, it's a variable which you will have to define like any other variable
in your program. Once you do that it can be accessed  and read. I don't
recall its actual name. Check the table display service section in the
developers guide.

On Fri, Jun 8, 2018 at 7:35 AM, Immo  wrote:

> Hi,
>
>
>
> I'd like to retrieve the unique row-id for an entry in an ISPF table from
> an
> assembler program (not the crp!). Unfortunately I didn't find out how to
> get
> hold of the value on my own and so far I haven't found a usable example.
>
>
>
> Any hint or pointer to a working example in assembler language would be
> great!
>
>
>
> Thanks in advance,
>
>
>
> Michael
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ISPF programming with assembler

2018-06-08 Thread Carmen Vitullo
I have an assembler routine called by a COBOL program that uses ISPF table 
services to get the current pointer and data on a table, that alone I don't 
think would help you. 



Carmen Vitullo 

- Original Message -

From: "Immo"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Friday, June 8, 2018 9:35:22 AM 
Subject: ISPF programming with assembler 

Hi, 



I'd like to retrieve the unique row-id for an entry in an ISPF table from an 
assembler program (not the crp!). Unfortunately I didn't find out how to get 
hold of the value on my own and so far I haven't found a usable example. 



Any hint or pointer to a working example in assembler language would be 
great! 



Thanks in advance, 



Michael 




-- 
For IBM-MAIN subscribe / signoff / archive access instructions, 
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ISPF programming with assembler

2018-06-08 Thread Binyamin Dissen
On Fri, 8 Jun 2018 16:35:22 +0200 Immo  wrote:

:>I'd like to retrieve the unique row-id for an entry in an ISPF table from an
:>assembler program (not the crp!). Unfortunately I didn't find out how to get
:>hold of the value on my own and so far I haven't found a usable example.

:>Any hint or pointer to a working example in assembler language would be
:>great!

Not sure of what you want, but one would think that TBSKIP NUMBER(0) or
TBQUERY would get you what you want.

Show how you would do this is REXX or some other language.

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ISPF programming with assembler

2018-06-08 Thread Seymour J Metz
>From z/OS ISPF Services Guide Version 2 Release 3, SC19-3626-30, 
>,
> TBGET:

rowid-name
Specifies the name of a variable in which a number that uniquely identifies the
row being accessed is to be stored. Later, this identifier can be specified in 
the
ROW parameter of TBSKIP to cause the CRP to be positioned to the row. This
identifier is not saved on permanent storage by TBSAVE or TBCLOSE. The
variable must be an 8-byte character field.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List  on behalf of 
Immo 
Sent: Friday, June 8, 2018 10:35 AM
To: IBM-MAIN@listserv.ua.edu
Subject: ISPF programming with assembler

Hi,



I'd like to retrieve the unique row-id for an entry in an ISPF table from an
assembler program (not the crp!). Unfortunately I didn't find out how to get
hold of the value on my own and so far I haven't found a usable example.



Any hint or pointer to a working example in assembler language would be
great!



Thanks in advance,



Michael




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN