Author |
Message |
Topic: Searching A PDS Using An Exclusion Criterion |
faisal
Replies: 10
Views: 8583
|
Forum: TSO and ISPF Posted: Fri Jan 10, 2003 1:03 pm Subject: Searching A PDS Using An Exclusion Criterion |
I don't think you need to do all the rexx stuff for this. You do have the exclusion option in superc. Just go to the the options menu and select procesing statements. I don't remember the exact option ... |
Topic: REXX ISPF edit macro dialog for managing your labels |
faisal
Replies: 1
Views: 5553
|
Forum: TSO and ISPF Posted: Fri Dec 27, 2002 1:28 pm Subject: REXX ISPF edit macro dialog for managing your labels |
GREAT ! i was going to code this thing myself because i always felt i needed something like this. Thanks for posting it. Will save me a ton of time.
Faisal |
Topic: To Cancel A TSO session |
faisal
Replies: 12
Views: 23825
|
Forum: TSO and ISPF Posted: Fri Dec 27, 2002 1:17 pm Subject: To Cancel A TSO session |
You should use the batch SDSF job for cancelling your id. I wrote a small java tool to run on the PC. It cancels a user-id by submitting a batch sdsf job via FTP. That way you won't need to login with ... |
Topic: Communicating with batch ispf |
faisal
Replies: 7
Views: 4072
|
Forum: TSO and ISPF Posted: Fri Dec 27, 2002 1:09 pm Subject: Communicating with batch ispf |
Okay.. I can pass paramaters via the jcl. But I want to pass parameters while the job is running. I'll give an example.. I have the time interval for the sleep function set to 180 seconds intially. No ... |
Topic: Communicating with batch ispf |
faisal
Replies: 7
Views: 4072
|
Forum: TSO and ISPF Posted: Sat Dec 21, 2002 1:48 pm Subject: Communicating with batch ispf |
Hi,
I have a rexx, running in batch Ispf. What it does is it runs forever (do forever loop). It sleeps for a few minutes, then does some processing, this goes on. Is there any simple way of sending a ... |
Topic: Download All members of a PDS to workstation |
faisal
Replies: 15
Views: 26653
|
Forum: Other Technical Topics Posted: Wed Dec 18, 2002 1:29 pm Subject: Download All members of a PDS to workstation |
or better still use "PROMPT OFF" before doing a mget. then you won't be prompted for every member |
Topic: Validate every byte in a field |
faisal
Replies: 23
Views: 16630
|
Forum: Application Programming Posted: Wed Dec 18, 2002 12:55 pm Subject: Validate every byte in a field |
how about: >= '0000' and <= 'ZZZZ' |
Topic: XPEDITER/CICS - NO SOURCE AVAILABLE |
faisal
Replies: 10
Views: 16768
|
Forum: CICS and Middleware Posted: Fri Dec 13, 2002 1:17 pm Subject: XPEDITER/CICS - NO SOURCE AVAILABLE |
If you'd like to release a program held by xpeditor, you could release it through xpeditor itself by going to option "XPSP 9.P" then type R against the program to be released, if any |
|