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

Lower case letter is not accepting in Override Libaray


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
senthilnathanj

New User


Joined: 31 Jul 2007
Posts: 47
Location: chennai

PostPosted: Mon Oct 07, 2013 3:35 pm
Reply with quote

Hi,

I am trying to override the library using below Syntax:
Code:

//STEP001 EXEC PGM=FTP,             
//         PARM='-r TLS (EXIT=16',   
//         REGION=2048K,             


While running the jobs it got abends. It automatically convert to upper case. Like Below:
Code:

//STEP001 EXEC PGM=FTP,             
//         PARM='-R TLS (EXIT=16',   
//         REGION=2048K,


Is there any possiblity is there to convert (Upper case -> Lower case) In CA-7 Scheduler.

I don't know the reason. Please advise!

Cheers,
Senthilnathan J
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Oct 07, 2013 5:56 pm
Reply with quote

Have you checked the override library to be sure the JCL was not converted to upper case when saved in it?
Back to top
View user's profile Send private message
senthilnathanj

New User


Joined: 31 Jul 2007
Posts: 47
Location: chennai

PostPosted: Mon Oct 07, 2013 8:02 pm
Reply with quote

Hi Robert,

While modified and saved in the lower case letter.

In the override library PROD.JCL.OVERRIDE(XXXX)

it shows only Uppercase letter.

I have tried CAPS OFF option in command line.

It's not working.

Is there any CA-7 scheduler variable is available or not?

Please advise!

Cheers,
Senthilnathan J
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Oct 07, 2013 8:23 pm
Reply with quote

From the CA-7 System Programmer Guide manual:
Quote:
Mixed Case Support in CA-7 Editor
Character translation controls can be set in the CA-7 Editor. New Editor subcom-
mands 'UPPER' and 'MIXED' determine whether editor data is translated to uppercase
or left "as is."
These subcommands are enabled with a new initialization file option. If this option
is not coded, then all edit data is translated to uppercase.
So whether or not you can use the lower-case letter in your PARM will depend upon how your site set up the initialization parameters when CA-7 was installed. Hence, you need to consult with your site support group (and whoever installed CA-7 in particular) to answer your question.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Zunit Test case editor error Testing & Performance 4
No new posts AN OVERRIDE MAY NOT TARGET OVERRIDING... JCL & VSAM 1
No new posts Compare Two datasets and Override Mat... DFSORT/ICETOOL 7
No new posts usage of CASE in WHERE clause DB2 10
Search our Forums:

Back to Top