Search found 7 matches

by thiele3105
Wed Apr 22, 2015 2:14 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: ISPF Automatic Panel Update
Replies: 5
Views: 1527

Re: ISPF Automatic Panel Update

this Problem is solved. If somebody is interested in, I can support him with a sample.
by thiele3105
Mon Apr 20, 2015 12:20 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: ISPF Automatic Panel Update
Replies: 5
Views: 1527

Re: ISPF Automatic Panel Update

I solved the Problem to operate with timers using the STIMERM Macro. Now I have the problem to redisplay the panel and simulating an <ENTER>.

Do you have any idea.

thanks in before
by thiele3105
Wed Feb 11, 2015 2:04 pm
Forum: AppStore & Mainframes, Simulators and Emulators.
Topic: PC Communication VB Script Programming
Replies: 1
Views: 2134

PC Communication VB Script Programming

Hi, do you have an idea how i can code an automatic refresh of an 3270 Screen with a PC Communikation VB Script or a Macro? The Script/Macro should make an <ENTER> in a previous determined period. (Maybe a Panel field inside the 3270 Session) The Script/Macro should run endless, until aybody press a...
by thiele3105
Thu Feb 05, 2015 5:50 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Writing a TSO Command Processor
Replies: 3
Views: 1010

Writing a TSO Command Processor

Hi,

has anybody an idea how i can write my own TSO Command Processor or in the best case has an example to do this?

Thanks a lot in before

Christoph
by thiele3105
Tue Jan 27, 2015 6:27 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: How to find the eof in REXX?
Replies: 4
Views: 2024

Re: How to find the eof in REXX?

If you make execio * diskr file ( stem a. then the number of lines are in a.0.
Otherwise you read line per line with execio 1 diskr file
then the rc > 0 when eof.

best regards
by thiele3105
Tue Jan 27, 2015 6:00 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Date and Time in ISPF.
Replies: 7
Views: 2871

Re: Date and Time in ISPF.

Hi,

as i know there is no Command, but easily to realize with REXX.

Code: Select all

/*REXX */
SAY DATE('E') TIME()
RETURN
Name it TSOTIME and then you can execute it by TSO, if the REXX is loacted on a concatinatet Clist Library (SYSPROC or SYSEXEC DD)

best regards

Christoph Thiele
by thiele3105
Tue Jan 27, 2015 4:45 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: ISPF Automatic Panel Update
Replies: 5
Views: 1527

ISPF Automatic Panel Update

Hi, I have to create a new ISPF-Applikation with the following Goals: 1. Display the Status of Groups of Started Tasks (i.e. DB2, MQ, CICS ...) 2. Update the Status from "Green" (Tasks are Up) to "Red" (one of the Tasks of the group is down) 3. Display all LPARS on one Screen. 4....

Go to advanced search