Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
What't the command for Ovelaying a default value in a column

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
avinashgup

New User


Joined: 03 Aug 2007
Posts: 6
Location: Naperville

PostPosted: Fri Jul 18, 2008 7:54 am    Post subject: What't the command for Ovelaying a default value in a column
Reply with quote

I have a dataset and i need to overlay the field starting from column 106-110 with values 999.99. This field currently has different values.Field is declared as S999V99.
I have heard that we can use the line command overlay but I am not sure how to use it.
Back to top
View user's profile Send private message
References
PostPosted: Fri Jul 18, 2008 7:54 am    Post subject: Re: What't the command for Ovelaying a default value in a column Reply with quote

0d311

Active User


Joined: 17 Jun 2007
Posts: 52
Location: manila

PostPosted: Fri Jul 18, 2008 9:51 am    Post subject: Re: What't the command for Ovelaying a default value in a co
Reply with quote

avinashgup wrote:
This field currently has different values.


If you have an existing value on the field, it cannot be overlayed.

You can do an overlay, like this
Code:

****** ***************************** Top of Data ******************************
C      TEST                                                                   
O                                                                             
****** **************************** Bottom of Data ****************************
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1482
Location: Bangalore,India

PostPosted: Fri Jul 18, 2008 10:39 am    Post subject:
Reply with quote

od,

Quote:
If you have an existing value on the field, it cannot be overlayed.


Your suggestion may not work properly as the source statement should not contain a value in anyother col other than 106-110. consider this

Code:
***************************** To
//SOURCE-LINE    TEST           
//TARGET LINE                   


If you try to overlay 'source-line', 'target line' becomes 'target-line'.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 2962
Location: Brussels once more ...

PostPosted: Fri Jul 18, 2008 12:48 pm    Post subject:
Reply with quote

If the OP was to give an example of input and expected output we may be able to offer some guidance rather than guesses.
Back to top
View user's profile Send private message
Bill Dennis

Active User


Joined: 17 Aug 2007
Posts: 247
Location: Iowa, USA

PostPosted: Fri Jul 18, 2008 7:23 pm    Post subject:
Reply with quote

Use picture string mask to overlay any existing values
Code:
C p'=====' '99999' 106 ALL
Back to top
View user's profile Send private message
avinashgup

New User


Joined: 03 Aug 2007
Posts: 6
Location: Naperville

PostPosted: Fri Jul 18, 2008 10:27 pm    Post subject: Great! it worked
Reply with quote

Thanks Bill. Your solution worked for me.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1