Search found 6 matches

by narinderc
Tue Feb 09, 2016 10:49 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Allocate EXEC libraries to my TSO or ISPF session?
Replies: 9
Views: 1846

Re: Allocate EXEC libraries to my TSO or ISPF session?

Read about ALTLIB Command http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4C560/1.8?DT=20050714000722 and used the following to allocate my REXX to the sys libs. It seems to work thus far. /* REXX */ dsname = "'my.REXX.pds'" ddname = "SYSPROC" "ISPEXEC QBASELIB...
by narinderc
Mon Dec 28, 2015 11:59 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Allocate EXEC libraries to my TSO or ISPF session?
Replies: 9
Views: 1846

Re: Allocate EXEC libraries to my TSO or ISPF session?

I read about ALTLIB online but I am not sure if it is a good way to do it. :unknown:
by narinderc
Mon Dec 28, 2015 11:58 am
Forum: IBM DB2 and IMS DB/DC
Topic: What are temporal tables ?
Replies: 3
Views: 459

Re: What are temporal tables ?

Thanks Akatsukami. The link is very useful.
by narinderc
Mon Dec 28, 2015 11:57 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Allocate EXEC libraries to my TSO or ISPF session?
Replies: 9
Views: 1846

Re: Allocate EXEC libraries to my TSO or ISPF session?

I asked in my office and I came to know that we can allocate EXEC libraries to TSO or ISPF sessions our own. How do we do that? why didn't you ask the next flipping obvious question, in your office: "And how can I do this?" There is not much support here. Most of the seniors guys have lef...
by narinderc
Wed Dec 23, 2015 2:19 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Allocate EXEC libraries to my TSO or ISPF session?
Replies: 9
Views: 1846

Allocate EXEC libraries to my TSO or ISPF session?

Hi, I have written a small REXX for me. I can make it work only when I go to the PDS it is in. Or using EXEC PDS.NAME(MYREXX). But if I want one of my friend to use it I do not find a way to do it. I need to give him the path to my PDS. I asked in my office and I came to know that we can allocate EX...
by narinderc
Wed Dec 23, 2015 2:12 pm
Forum: IBM DB2 and IMS DB/DC
Topic: What are temporal tables ?
Replies: 3
Views: 459

What are temporal tables ?

Hi, I need to work in a Project where I have been told that they make use of temporal tables along with CICS. I am not sure what is a temporal table and where do we use it? I have used temporary table but that is used in a DB2 stored procedure. Can someone help me to understand the concept about tem...

Go to advanced search