In our shop we never had a problem with initiators, so I don't see what you want to say with your comment.
Don't understand why this topic should not be discussed here - can you pls explain?
Perhaps this will help to give more proper answers.
Regards, Rolf
Search found 7 matches
- Mon Apr 06, 2015 9:33 pm
- Forum: JCL - Job Control Language.
- Topic: Can we shedule a Job without Job sheduler?
- Replies: 13
- Views: 2187
- Sun Apr 05, 2015 6:19 pm
- Forum: JCL - Job Control Language.
- Topic: Can we shedule a Job without Job sheduler?
- Replies: 13
- Views: 2187
Re: Can we shedule a Job without Job sheduler?
Helle Amy,
sometimes I have the same problem too. My solution is the following: I have a small REXX-script that sleeps until the given time has come. This is running in front of the application-step.
If this is what you need let me know, than I can put the code here.
Regards, Rolf
sometimes I have the same problem too. My solution is the following: I have a small REXX-script that sleeps until the given time has come. This is running in front of the application-step.
If this is what you need let me know, than I can put the code here.
Regards, Rolf
- Sun Apr 05, 2015 2:59 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Can I get control on Browse/Edit of a dataet?
- Replies: 7
- Views: 1190
Re: Can I get control on Browse/Edit of a dataet?
I do not believe that you can do this but...you could default BROWSE to VIEW or... SMF will probably record the opening of the dataset so the info could be gleaned from there. Also, your security software may record the access. Yes, security-software (RACF here) is something I considered, but I hav...
- Sun Apr 05, 2015 2:48 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: What is the difference between insert and load a DB2-table?
- Replies: 9
- Views: 3603
Re: What is the difference between insert and load a DB2-tab
Perhaps a little late: In general, utilities are tablespace-based, except Load which is table-based. Utilities usually perform better, but have lower functionality. Over the years Load has get some options to run more like Insert (shrlevel change) and Insert (or SQL) has got Rowset-processing, what ...
- Sun Apr 05, 2015 2:29 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Can I get control on Browse/Edit of a dataet?
- Replies: 7
- Views: 1190
Re: Can I get control on Browse/Edit of a dataet?
would like to VPUT the DS-Name (incl. Member if PO) to an SPF-var. You already told that ... what are You going todo with it afterwards ??? That's all what should be done when Browse/Edit starts (or ends). In a second REXX, later, the var should be read for further processing. What I already have i...
- Sun Apr 05, 2015 9:16 am
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Can I get control on Browse/Edit of a dataet?
- Replies: 7
- Views: 1190
Re: Can I get control on Browse/Edit of a dataet?
I would like to VPUT the DS-Name (incl. Member if PO) to an SPF-var.
Regards, Rolf
Regards, Rolf
- Sat Apr 04, 2015 8:47 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Can I get control on Browse/Edit of a dataet?
- Replies: 7
- Views: 1190
Can I get control on Browse/Edit of a dataet?
Hello, is there any opportunity to get control whenever a dataset is browsed or edited with SPF? I would like to store the name of the dataset. One Idea is to use a edit-macro, this works fine but it can't be used with browse. Is there anything like an exit or something else where I can do this? Tha...