Re: ISPF programming

2018-06-19 Thread Elardus Engelbrecht
Immo wrote: >while programming a ISPF test program I would like to implement the use of >block commands such as 'CC..CC' or 'DD..DD' in the ISPF editor. In order to do >so I may need to display a message like 'block command incomplete' on various >panel displays until the user either cancels th

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 t

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

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 Knowle

Re: ISPF programming with assembler

2018-06-12 Thread Seymour J Metz
erv.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.

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

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

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 poi

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