| Author |
Message |
Topic: Error in VGET |
asr2
Replies: 3
Views: 8544
|
Forum: TSO and ISPF Posted: Sat Jun 30, 2012 11:55 pm Subject: Error in VGET |
| The length of an input field is determined by the size of the field in the panel definition. So, rather than I1, I2,... J, K,... or alternatively use .ZVARS to define, in effect, aliases for variable ... |
Topic: UPT Assembler instruction |
asr2
Replies: 0
Views: 9870
|
Forum: Application Programming Posted: Tue May 08, 2012 3:13 am Subject: UPT Assembler instruction |
| The Update Tree instruction is probably the least understood z/Architecture instruction, not helped by the confusing description in the PoPs, in particular in the case of processing to be performed fo ... |
Topic: Rexx using copybook |
asr2
Replies: 5
Views: 6752
|
Forum: TSO and ISPF Posted: Mon Mar 19, 2012 1:55 am Subject: Rexx using copybook |
Although it is not quite clear what the requirement is here, but your task would appear to be able to be solved with ISPF skeletons, although this is not a direct REXX solution.
In this case, the sk ... |
Topic: PLI SYSXMLSD format |
asr2
Replies: 2
Views: 3086
|
Forum: Application Programming Posted: Wed Jan 04, 2012 7:22 am Subject: PLI SYSXMLSD format |
Does anyone know where the format of the individual PLI SYSXMLSD records is described? The PLI ProgGuide specifies only which records can exist.
Regards
Tony |
Topic: Code Accelerator |
asr2
Replies: 6
Views: 6079
|
Forum: Application Programming Posted: Wed Nov 30, 2011 2:16 am Subject: Code Accelerator |
| There are a number of vendor products for this task (including from IBM). Whether it is cost-effective to install such a product obviously depends on how many programs are involved. |
Topic: How to position cursor after scrolling |
asr2
Replies: 3
Views: 4314
|
Forum: TSO and ISPF Posted: Thu Nov 17, 2011 4:09 am Subject: How to position cursor after scrolling |
| Add .CURSOR = FLD3 to the panel definition. |
Topic: Capturing Job information using REXX |
asr2
Replies: 6
Views: 14479
|
Forum: Job Control Language(JCL) Posted: Sat Nov 12, 2011 3:05 am Subject: Capturing Job information using REXX |
| To avoid the need to use the rather ackward REXX-SDSF logic and in situations where no SDSF is available, Soforte GmbH offers a REXX JES solution (and also various other REXX extensions (XML, VSAM, et ... |
Topic: ISPF if statement |
asr2
Replies: 3
Views: 4837
|
Forum: TSO and ISPF Posted: Tue Nov 01, 2011 4:29 am Subject: ISPF if statement |
When native ISPF facilities do not suffice, it is now possible to embed REXX statements in ISPF panels (and skeletons). This can often greatly simplify the logic.
Regards
Tony |
Topic: Set variables for a Rexx |
asr2
Replies: 6
Views: 8702
|
Forum: TSO and ISPF Posted: Mon Sep 26, 2011 5:53 am Subject: Set variables for a Rexx |
| Another, somewhat unusual but easy, way of setting such variables is to use the )SET statement with ISPF file tailoring. With FTINCL, the current variables are fetched and set. This also has the adva ... |
Topic: Set variables for a Rexx |
asr2
Replies: 6
Views: 8702
|
Forum: TSO and ISPF Posted: Fri Sep 23, 2011 4:54 pm Subject: Set variables for a Rexx |
There is one very easy solution to the problem with changes to the names of global variables used with VPUT, namely, have a global variable that contains the names of the global variable.
For examp ... |
Topic: Accessing a SYSOUT file without SDSF |
asr2
Replies: 15
Views: 75630
|
Forum: Problem Determination Posted: Tue Aug 23, 2011 12:45 am Subject: Accessing a SYSOUT file without SDSF |
| This seems just what I am looking for. Thanks. |
Topic: Accessing a SYSOUT file without SDSF |
asr2
Replies: 15
Views: 75630
|
Forum: Problem Determination Posted: Mon Aug 22, 2011 10:41 am Subject: Accessing a SYSOUT file without SDSF |
| The solution I described is only half a solution, because the described technique can only be used for the current job. What I also need is a simple JES navigation; list the held jobs, select a job, a ... |
Topic: Accessing a SYSOUT file without SDSF |
asr2
Replies: 15
Views: 75630
|
Forum: Problem Determination Posted: Mon Aug 15, 2011 11:24 pm Subject: Accessing a SYSOUT file without SDSF |
| I am running on a JES2 system. The second link does provide the basic data which together with the MVS Authorized Assembler System Services for z/OS 1.12 (Dynamic Allocation) suffices to browse a spoo ... |
Topic: Accessing a SYSOUT file without SDSF |
asr2
Replies: 15
Views: 75630
|
Forum: Problem Determination Posted: Sun Aug 14, 2011 7:46 am Subject: Accessing a SYSOUT file without SDSF |
While I was looking for a solution for a different problem, I found the solution for this problem, namely, with the JEST Spool Data set Browser, described, more or less, in the JES Application ... |
Topic: Accessing a SYSOUT file without SDSF |
asr2
Replies: 15
Views: 75630
|
Forum: Problem Determination Posted: Sat Jul 30, 2011 11:44 pm Subject: Accessing a SYSOUT file without SDSF |
Anuj
Thanks. SDSFEXT is actually very similar to a procedure that I developed for RDz. But, judging by name, SDSF Extract, requires the availability of SDSF. Fortunately, the most important JES fil ... |
| |