Author |
Message |
Topic: Hiding fields in a panel |
pradmenon
Replies: 6
Views: 4790
|
Forum: TSO and ISPF Posted: Fri Oct 26, 2007 11:03 am Subject: Hiding fields in a panel |
I did try that and I am able to hide the fields initially, but even when I populate the ASC field as Y, the other fileds remain hidden. What do I need to do to get them to display? This is how I have ... |
Topic: Hiding fields in a panel |
pradmenon
Replies: 6
Views: 4790
|
Forum: TSO and ISPF Posted: Fri Oct 26, 2007 7:48 am Subject: Hiding fields in a panel |
Hi,
I am trying to create a panel where some fields should be hidden initially and only be displayed upon choosing another displayed field.
For ex. the panel has a field "Are you using ASC? ... |
Topic: Date Difference using REXX |
pradmenon
Replies: 11
Views: 9230
|
Forum: TSO and ISPF Posted: Tue Sep 05, 2006 10:03 am Subject: Date Difference using REXX |
Ohhh... ok. The examples I saw in help for the DATE function had quotes around the dates. And it worked when I gave the actual dates instead of the variable. So, I thought the quotes are supposed to b ... |
Topic: Date Difference using REXX |
pradmenon
Replies: 11
Views: 9230
|
Forum: TSO and ISPF Posted: Tue Sep 05, 2006 6:29 am Subject: Date Difference using REXX |
The value I am getting in CAPDATE is in the expected format. The Rexx goes down in the line CDATE = DATE('B',"'"CAPDATE"'",'S'). |
Topic: Date Difference using REXX |
pradmenon
Replies: 11
Views: 9230
|
Forum: TSO and ISPF Posted: Mon Sep 04, 2006 12:46 pm Subject: Date Difference using REXX |
The format of dates I have in my external file is S. One of the dates for example is 20060914. This is the portion of code that I have.
ADDRESS TSO "EXECIO * DISKR INFILE (STEM VAR1." ... |
Topic: Date Difference using REXX |
pradmenon
Replies: 11
Views: 9230
|
Forum: TSO and ISPF Posted: Sun Sep 03, 2006 11:04 pm Subject: Date Difference using REXX |
I have a list of some dates in a sequential file. I am trying to write a Rexx program to do some specific action based on the difference between each of those dates & today's date. I am reading in ... |
|