Search found 44 matches

by Anithab
Mon Oct 20, 2014 4:13 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Rexx script for reporting
Replies: 5
Views: 1660

Rexx script for reporting

Hi, I have a requirement to report Stepname,ddname,dsn,first part of disposition For ex : //DELETE EXEC PGM=IEFBR14 //DD01 DD DSN=ANITHA.TEST, // DISP=(MOD,DELETE,DELETE),SPACE=(TRK,(1,1)) //DD02 DD DSN=ANITHA.TEST2, // DISP=(MOD,DELETE,DELETE),SPACE=(TRK,(1,1)) I need a Report like DELETE;DD01;ANIT...
by Anithab
Wed Sep 03, 2014 8:02 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Age of the PDS member
Replies: 6
Views: 2759

Re: Age of the PDS member

Hi Enrico and Robert,
Thanks all

Yeah.. I made use of the LMMSTATS and then used the REXX date function to find difference in dates
by Anithab
Wed Sep 03, 2014 6:53 pm
Forum: Interview Questions.
Topic: Static sql vs Dynamic Sql
Replies: 1
Views: 442

Static sql vs Dynamic Sql

Hi all, I got a question on what is the difference between a static sql and a dynamic sql..... I replied saying Static sql is freezed at compile time and Dynamic is only prepared and freezed at run time I then got a question saying Are sql's with host variable a Dynamic sql , I was confised with tha...
by Anithab
Tue Aug 26, 2014 5:56 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Age of the PDS member
Replies: 6
Views: 2759

Re: Age of the PDS member

Hi Robert,
Thanks, Yes my PDS has ISPF statistics .

So I have 2 questions
1.How to print the stats to a dataset ?
2.How to find the difference between the date present under Modify date and current date in REXX?
by Anithab
Tue Aug 26, 2014 3:56 pm
Forum: JCL - Job Control Language.
Topic: CSV attachment with different fonts in the File
Replies: 7
Views: 3407

Re: CSV attachment with different fonts in the File

Thanks Rober and others in assisting me.t!!

The requirement was changed and We just had the mail with attachment as text file .
by Anithab
Tue Aug 26, 2014 1:16 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Age of the PDS member
Replies: 6
Views: 2759

Age of the PDS member

Hi all,

I have a requirement to find the members present in PDS which are atleast 4 months old. Could someone give me some pointers on how to achieve this?
by Anithab
Tue Jun 24, 2014 11:27 am
Forum: JCL - Job Control Language.
Topic: CSV attachment with different fonts in the File
Replies: 7
Views: 3407

Re: CSV attachment with different fonts in the File

Anuj,

Thanks for hinting that and the example :) I got a similar example from planetmvs..

Robert,

Thanks for your help. But if I wanted to attach the excel with different fonts from mainframe how do I need to approach that?

Any links or pointers will be helpful
by Anithab
Mon Jun 23, 2014 9:20 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: TSO Send
Replies: 6
Views: 2245

Re: TSO Send

Yes it is
by Anithab
Mon Jun 23, 2014 6:44 pm
Forum: JCL - Job Control Language.
Topic: CSV attachment with different fonts in the File
Replies: 7
Views: 3407

CSV attachment with different fonts in the File

Hi all,

Is it possible to send a mail with csv file as attachment having different fonts from Mainframe?

Like the Header line will be with different font size and the next like with different font size and bold ?
by Anithab
Mon Jun 23, 2014 6:37 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: TSO Send
Replies: 6
Views: 2245

Re: TSO Send

Hi Anuj,

It was not for pranks.. I was trying to create a tool and since my userid kept popping up for message I didnt want to take the credit myself anyway we have scheduled this now :)

Thanks anyway
by Anithab
Thu Jun 19, 2014 6:40 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: TSO Send
Replies: 6
Views: 2245

Re: TSO Send

The reason beind was that I have been trying to broadcast a few messages so just wondered if there is a possibility ..

Thanks Enrico!!
by Anithab
Thu Jun 19, 2014 5:58 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: TSO Send
Replies: 6
Views: 2245

TSO Send

Hi,

Is it possible to send a message to a user without displaying the USERID?
If yes how could I do that?
by Anithab
Sun Jun 01, 2014 3:41 pm
Forum: Personal Computers - Mainframe related tools.
Topic: Admin rights on UBUNTU
Replies: 12
Views: 2849

Re: Admin rights on UBUNTU

Hi ,

Enrico I did all in terminal using SUDO and it worked :)

Now did a set up of PHP,Apache and mysql :)

Thanks
by Anithab
Fri May 30, 2014 12:20 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access OPC using REXX
Replies: 6
Views: 3079

Re: Access OPC using REXX

Hi Pandora,

I did some minor adjustments and the code works perfect for me :)

Thanks all
by Anithab
Thu May 29, 2014 6:22 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access OPC using REXX
Replies: 6
Views: 3079

Re: Access OPC using REXX

I did some further reading ...I found that EQQE036I messages needs to be trapped :)

And I also see this I might need to pick message which has ">>EQQE036I" because they have the return code of the job

Now my next question is how to print the data from SYSLOG?
by Anithab
Wed May 28, 2014 8:12 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access OPC using REXX
Replies: 6
Views: 3079

Re: Access OPC using REXX

Is it possible to read the OPC 5;4 error screen and get its current content through REXX?

I did search the SEQQSAMP but not much help in there
by Anithab
Tue May 27, 2014 11:45 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access the Control blocks
Replies: 9
Views: 3575

Re: Access the Control blocks

Hi Martin,

I always have a fad of knowing things happening at back ground and since I don't get the oppurtunity to creating a product or in system programming .. All I could do is "reasearch and develop"

Also welcome to forum your expertise is a bliss for many of us :)
by Anithab
Tue May 27, 2014 9:40 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access the Control blocks
Replies: 9
Views: 3575

Re: Access the Control blocks

Thanks Anuj .. I will start with this :)
by Anithab
Tue May 27, 2014 8:42 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access OPC using REXX
Replies: 6
Views: 3079

Access OPC using REXX

Hi all,

Is it possible to retrieve all the error jobs listed in OPC for a particular controller using REXX or by someother means than reading it manually?

Go to advanced search