Author |
Message |
Topic: Called Module from Main Program List |
Mike
Replies: 4
Views: 5072
|
Forum: TSO and ISPF Posted: Wed Mar 25, 2009 4:20 pm Subject: Called Module from Main Program List |
Perhaps try using trace and then manipulate the output from the trace. This would allow you to determine call ordering. |
Topic: IRXEXEC and ispexec |
Mike
Replies: 4
Views: 4999
|
Forum: TSO and ISPF Posted: Wed Mar 25, 2009 4:16 pm Subject: IRXEXEC and ispexec |
What pool are you putting the variables into? I'd suggest using the profile pool, they would then be available to different sessions (it that's the correct term).
Have you tried using VGET or are y ... |
Topic: ISPF Dialog Error |
Mike
Replies: 3
Views: 5324
|
Forum: TSO and ISPF Posted: Wed Jan 05, 2005 6:07 am Subject: ISPF Dialog Error |
Program PGLMAIN, is not in the datasets that you have allocated and hence the S806 Abend that has been trapped and reported on.
You first need to ascertain where the program PGLMAIN is located and ... |
Topic: jcl question |
Mike
Replies: 5
Views: 2889
|
Forum: Job Control Language(JCL) Posted: Wed May 12, 2004 5:48 pm Subject: jcl question |
What Kolusu said also applies to for PCOMM, I do it quite frequently, although I use Word to read and automaticlly reformat the data. |
Topic: Passing paramters from jcl to rexx |
Mike
Replies: 9
Views: 2359
|
Forum: TSO and ISPF Posted: Tue May 11, 2004 7:41 pm Subject: Passing paramters from jcl to rexx |
try (note the period/fullt stop)
PARSE ARG NAME . |
Topic: Continous JOB in IOF |
Mike
Replies: 6
Views: 3167
|
Forum: TSO and ISPF Posted: Tue May 11, 2004 7:13 pm Subject: Continous JOB in IOF |
IKJEFT01 is what is generally known as TSO (Time Share Option). Basically when you logon you are effectively running a job (although it is classed differently by JES etc) that has the ddname SYSTSIN a ... |
Topic: Reading Tape data set from Rexx |
Mike
Replies: 1
Views: 2357
|
Forum: TSO and ISPF Posted: Tue May 11, 2004 6:34 pm Subject: Reading Tape data set from Rexx |
Yes you could, however you may not be able to read in all records at once, using an asterisk (*) in the lines parameter field of the EXECIO command, due to probable memory limitations.
Furthermore ... |
Topic: Current PDS access in REXX |
Mike
Replies: 10
Views: 7467
|
Forum: TSO and ISPF Posted: Wed Apr 28, 2004 5:17 pm Subject: Current PDS access in REXX |
The problem could be that you are not invoking the edit Macro correctly.
To use an edit macro you must be within the ISPF editor (or view but not browse). You issue the command, i.e. the member na ... |
Topic: Incrementing Symbolic Parameter |
Mike
Replies: 14
Views: 14353
|
Forum: Job Control Language(JCL) Posted: Tue Apr 27, 2004 5:48 pm Subject: Incrementing Symbolic Parameter |
I think that you'll find that the problem is that CA-JCLCHECK is converting the // INCLUDE MEMBER=NUM to // INCLUDE MEMBER=001 and therefore it issues the message as obviously a member normally cannot ... |
Topic: Coying HELP contents to a PDS or PS. |
Mike
Replies: 16
Views: 5817
|
Forum: Other Technical Topics Posted: Thu Mar 11, 2004 4:02 pm Subject: Coying HELP contents to a PDS or PS. |
In native TSO why not create a copy of, or rename the LIST dataset and then browse it in ISPF or even easier rename the dataset (ISPF should allocate a new list dataset for you).
If you really want ... |
Topic: Heading at the Top of the Page |
Mike
Replies: 7
Views: 5008
|
Forum: About Mvsforums Posted: Wed Mar 10, 2004 5:24 pm Subject: Heading at the Top of the Page |
Superk,
good one, I wonder if there would be a single objection. |
Topic: How to slove this ??? (unable to resync session) |
Mike
Replies: 3
Views: 4134
|
Forum: Problem Determination Posted: Wed Mar 10, 2004 5:19 pm Subject: How to slove this ??? (unable to resync session) |
Allow the response mode transaction to complete and
produce an output reply message; then reestablish the session from NODE x
(USER y) or with an IMS /OPNDST command. The /DISPLAY command can be u ... |
Topic: Developing untilities using REXX. |
Mike
Replies: 6
Views: 4568
|
Forum: TSO and ISPF Posted: Wed Mar 10, 2004 5:10 pm Subject: Developing untilities using REXX. |
OK, perhaps the most generally useful Rexx utility I have written is one that allows you to easily run an edit macro against selected members of a PDS/PDSE (using standard ISPF pattern matching). The ... |
Topic: Coying HELP contents to a PDS or PS. |
Mike
Replies: 16
Views: 5817
|
Forum: Other Technical Topics Posted: Wed Mar 10, 2004 4:49 pm Subject: Coying HELP contents to a PDS or PS. |
Ravi,
what should happen is when you use the PRINT command data is written to the print dataset, when you then issue the ISPF END command a termination panel should be displayed allowing you t ... |
Topic: Coying HELP contents to a PDS or PS. |
Mike
Replies: 16
Views: 5817
|
Forum: Other Technical Topics Posted: Tue Mar 09, 2004 8:55 pm Subject: Coying HELP contents to a PDS or PS. |
For some tutorial panels simply type PRINT on the command line, when you logoff (you might just be able to exit ISPF) chose an apropriate option to save the list dataset. Logon and the data will be in ... |
|