IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Query on SMCOPY/LMCOPY


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srinut123

New User


Joined: 11 Oct 2005
Posts: 62
Location: India

PostPosted: Tue Jul 16, 2013 6:40 pm
Reply with quote

Hi,

We are trying to copy a member from one PDS to another. The member copy has been copied but it was not case sensitive. I mean the text in lower case was copied as Upper case. Please advice how to restrict this.

We have used the below statement.

ADDRESS TSO "SMCOPY FROMDATASET("FRMMEM") TODATASET("TOMEM")"

Regards,
Sri
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Tue Jul 16, 2013 7:12 pm
Reply with quote

I think the SMCOPY command has some parameters that control the case.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Tue Jul 16, 2013 9:15 pm
Reply with quote

Specify either ASIS (unprintable characters are translated to spaces) or NOTRANS (no translations done at all). The default is CAPS (lower-case characters to upper-case and unprintables to spaces).
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top