Author |
Message |
Topic: Copying message from one Queue to another |
blowbeat
Replies: 1
Views: 2572
|
Forum: CICS and Middleware Posted: Thu Apr 24, 2003 6:13 am Subject: Copying message from one Queue to another |
Hi,
Not sure why you'd want to actually copy messages. In any case you can (must) write a program yourself or check out IBMs MQ pages to see if there's a support pac that does what you want.
C ... |
Topic: Creating a PDS Using an Existing PDS as Model in REXX |
blowbeat
Replies: 7
Views: 6240
|
Forum: TSO and ISPF Posted: Thu Feb 20, 2003 4:48 am Subject: Creating a PDS Using an Existing PDS as Model in REXX |
If the SMS parameters specified are to avoid the new PDS to be ' allocated in SCRATCH' try to find out who's responsible for data management and ask them the correct values to specify.
And, again, t ... |
Topic: Creating a PDS Using an Existing PDS as Model in REXX |
blowbeat
Replies: 7
Views: 6240
|
Forum: TSO and ISPF Posted: Wed Feb 12, 2003 3:30 am Subject: Creating a PDS Using an Existing PDS as Model in REXX |
Hi,
You can specify BLKSIZE(8000) but SMS may even override that I believe. Unless it is absolutely neccesary to have 8000, I'd leave the block size as SMS set it.
For the other issue, you'd n ... |
Topic: How to execute SDSF Commands thro REXX |
blowbeat
Replies: 5
Views: 8338
|
Forum: TSO and ISPF Posted: Tue Feb 11, 2003 3:22 am Subject: How to execute SDSF Commands thro REXX |
Hi,
Not sure if you can issue commands when running SDSF in batch or from a Rexx.
There's a "SDSF Gudie & Reference" manual. I guess you could look up how to run SDSF in batch and use that i ... |
Topic: How to execute SDSF Commands thro REXX |
blowbeat
Replies: 5
Views: 8338
|
Forum: TSO and ISPF Posted: Mon Feb 10, 2003 8:38 am Subject: How to execute SDSF Commands thro REXX |
Hi,
I'm not sure why you would insist on using SDSF. Since what you'd obviously want is to issue an MVS CANCEL command, you could use (if authorisation is granted) the TSO CONSOLE command from a R ... |
Topic: Assembly language - Good Book |
blowbeat
Replies: 11
Views: 10845
|
Forum: Application Programming Posted: Fri Feb 07, 2003 4:13 am Subject: Assembly language - Good Book |
Advanced Assembler Language and MVS Interfaces - Carmine A. Cannatello |
|