Search found 44 matches
- Tue May 27, 2014 12:09 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Access the Control blocks
- Replies: 9
- Views: 3741
Re: Access the Control blocks
I know "Rome was not built on a day"
- Tue May 27, 2014 11:40 am
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Access the Control blocks
- Replies: 9
- Views: 3741
Re: Access the Control blocks
Hi Enrico,
Thanks for the links It helps but I know lot of reading needs to be done
Thanks for the links It helps but I know lot of reading needs to be done
- Tue May 27, 2014 12:16 am
- Forum: Introduce Yourself and Share Your IT Experience.
- Topic: I am Anitha
- Replies: 1
- Views: 908
I am Anitha
Hi all,
Hey all this is Anitha...I am from India,Chennai...
I have 4 years of experience in Mainframes
Happy to be part of this forum...
I knew this forum via google
Hey all this is Anitha...I am from India,Chennai...
I have 4 years of experience in Mainframes
Happy to be part of this forum...
I knew this forum via google
- Tue May 27, 2014 12:02 am
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Access the Control blocks
- Replies: 9
- Views: 3741
Access the Control blocks
Hi all, How do we develop the art of reading the control blocks /*REXX*/ ascb = storage(224,4) /* psaaold */ asxb = storage(d2x(c2d(ascb)+108),4) /* ascbasxb */ acee = storage(d2x(c2d(asxb)+200),4) /* acee */ unam = storage(d2x(c2d(acee)+100),4) /* aceeunam */ user_name=strip(storage(d2x(c2d(unam)+1...