Author |
Message |
Topic: How to execute next step when there is a "Sytem Abend&q |
cool.manoj
Replies: 1
Views: 2440
|
Forum: Job Control Language(JCL) Posted: Wed Oct 06, 2010 6:50 am Subject: How to execute next step when there is a "Sytem Abend&q |
Hi,
i have to 2 steps in my job. I want to execute step2 only when return code of Step1 is 8/12 or when there is a "system abend".
//step1 exec pgm=myprog1
...
...
//Step2 exec ... |
Topic: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
cool.manoj
Replies: 13
Views: 12748
|
Forum: TSO and ISPF Posted: Fri Jul 30, 2010 4:16 am Subject: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
This is a very useful option. Thank you so much! |
Topic: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
cool.manoj
Replies: 13
Views: 12748
|
Forum: TSO and ISPF Posted: Thu Jul 29, 2010 3:34 am Subject: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
It's working fine after this setup.
Thanks very much! |
Topic: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
cool.manoj
Replies: 13
Views: 12748
|
Forum: TSO and ISPF Posted: Thu Jul 29, 2010 12:09 am Subject: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
here it is....
)PANEL
/* PANEL CREATED */
)ATTR
@ Type(output) Intens(low) ... |
Topic: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
cool.manoj
Replies: 13
Views: 12748
|
Forum: TSO and ISPF Posted: Wed Jul 28, 2010 11:18 pm Subject: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
Hi,
I'm following the steps below in the same REXX program:
#1. Create a ispf table using tbcreate
#2. REXX program reads a file and adds records to ISPF Table.
#3. At the end of file, i'm d ... |
Topic: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
cool.manoj
Replies: 13
Views: 12748
|
Forum: TSO and ISPF Posted: Wed Jul 28, 2010 7:48 am Subject: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
Hi Superk,
Thank you so much for your time.
I'm getting message 'Command is not active' when PF8/PF7 is pressed. Please advice
Regards,
Manoj |
Topic: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
cool.manoj
Replies: 13
Views: 12748
|
Forum: TSO and ISPF Posted: Wed Jul 28, 2010 7:06 am Subject: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX |
Hi,
I have coded a REXX program which reads a file and adds records to ISPF Table. At the end of processing, i'm displaying the values using TBDISPL. I have more than 20 rows in the table and would ... |
Topic: Upload in Binary Format? |
cool.manoj
Replies: 8
Views: 4747
|
Forum: TSO and ISPF Posted: Thu Jun 03, 2010 6:48 am Subject: Upload in Binary Format? |
Filezilla can be used to transfer files to Mainframe?
What is the host name we have to give for mainframes? Port? |
Topic: Upload in Binary Format? |
cool.manoj
Replies: 8
Views: 4747
|
Forum: TSO and ISPF Posted: Thu Jun 03, 2010 6:11 am Subject: Upload in Binary Format? |
Hi, Could you please tell me how to "Do a binary file transfer of the unzip'd file to an OS/390 dataset that is RECFM=FB and LRECL=80". Thank you so much!
Currently i'm trying option 6 in ... |
Topic: Upload in Binary Format? |
cool.manoj
Replies: 8
Views: 4747
|
Forum: TSO and ISPF Posted: Thu Jun 03, 2010 4:00 am Subject: Upload in Binary Format? |
Hi,
I'm trying to use "Spelling checker under ISPF Edit" available at http://www.lbdsoftware.com/ispftools.html. Author is asking to upload the unzipped file in "Binary Format". ... |
Topic: Tape file processing in REXX |
cool.manoj
Replies: 1
Views: 1534
|
Forum: TSO and ISPF Posted: Thu May 27, 2010 2:18 am Subject: Tape file processing in REXX |
Hi,
Need help, I have an situation where i have to read a tape file to get some information in my rexx utility. Is it possible to read a tape file in rexx? i couldn't find information on this in m ... |
Topic: User id is prefixed when an variable name in used in ALLOC |
cool.manoj
Replies: 3
Views: 1948
|
Forum: TSO and ISPF Posted: Thu May 27, 2010 1:48 am Subject: User id is prefixed when an variable name in used in ALLOC |
Thank you so much expat! it worked
I'm just started learning REXX myself. Could you please suggest some good REXX material to begin with? Thank you |
Topic: User id is prefixed when an variable name in used in ALLOC |
cool.manoj
Replies: 3
Views: 1948
|
Forum: TSO and ISPF Posted: Wed May 26, 2010 11:56 pm Subject: User id is prefixed when an variable name in used in ALLOC |
Hi,
User id is getting prefixed when i'm using an variable name in ALLOC statement in REXX.
Statement:
MYDSN = "DATA.SET.NAME"
"ALLOC F(MYDATA) DS ("MYDSN'&q ... |
|