Search found 6 matches

by Kiran Vijay
Mon Feb 08, 2016 12:16 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Call and create panels in rexx.
Replies: 2
Views: 1403

Re: Call and create panels in rexx.

THanks. I have used this:

Code: Select all

/*REXX*/ 
PANELLIBS="PANEL.PDS" 
ADDRESS ISPEXEC 
"LIBDEF ISPPLIB DATASET ID('"PANELLIBS"')" 
"DISPLAY PANEL(MYPANEL)"
by Kiran Vijay
Mon Feb 08, 2016 12:03 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229229

Re: Where do you live?

I live in India.

Only one state and one country so far! :rofl:
by Kiran Vijay
Mon Feb 08, 2016 12:00 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Check the return code os a job using the REXX code.
Replies: 3
Views: 642

Re: Check the return code os a job using the REXX code.

Thanks nicc. Can you please share some example on which I can start working? That will be be of some help.
by Kiran Vijay
Fri Feb 05, 2016 5:32 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74234

Re: Count to a Million!

182
by Kiran Vijay
Fri Feb 05, 2016 5:31 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Check the return code os a job using the REXX code.
Replies: 3
Views: 642

Check the return code os a job using the REXX code.

Hi, I'm trying to create a small REXX tool for my daily work. For that matter I want to check the return code of the submitted job. But I am not sure how to get it working. Can anyone please help me how to check the return code of a JCL submitted using a REXX ? Any help in this regard is highly appr...
by Kiran Vijay
Fri Feb 05, 2016 5:20 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Call and create panels in rexx.
Replies: 2
Views: 1403

Call and create panels in rexx.

Hi All, Can someone please direct me to a direction to create panels using rexx? I thought to call a ISPF panels using rexx. But can we create panels using REXX? Iam very new when it comes to creating panels. I have started with a simple one and called it using ISPEXEC in rexx but 'panel not found' ...

Go to advanced search