Page 1 of 1

Caps on command in jcl

PostPosted: Mon Sep 20, 2010 11:40 am
by diptisaini
Hi,

I just need to know how we can set "caps on " through entire mainframe session.

EDIT TCA07T15.NDM.JCLLIB(T6BKBLP6) - 01.59 Columns 00001 00072
Command ===> Scroll ===> CSR
****** ***************************** Top of Data ******************************
=PROF> ....JCLLIB (FIXED - 80)....RECOVERY ON....NUMBER OFF....................
=PROF> ....CAPS ON....HEX OFF....NULLS ON STD....TABS OFF.....................
=PROF> ....AUTOSAVE ON....AUTONUM OFF....AUTOLIST OFF....STATS ON..............
=PROF> ....PROFILE UNLOCK....IMACRO NONE....PACK OFF....NOTE ON................
=PROF> ....HILITE JCL CURSOR FIND..............................................

if above i am giving caps on command then its applicable to that member only. suppose i am opening some other member in same session as showm below :-

EDIT TCA07T15.NDM.JCLLIB(T6BKBLP7) - 01.51 Columns 00001 00072
Command ===> Scroll ===> CSR
****** ***************************** Top of Data ******************************
=PROF> ....JCLLIB (FIXED - 80)....RECOVERY ON....NUMBER OFF....................
=PROF> ....CAPS OFF....HEX OFF....NULLS ON STD....TABS OFF.....................
=PROF> ....AUTOSAVE ON....AUTONUM OFF....AUTOLIST OFF....STATS ON..............
=PROF> ....PROFILE UNLOCK....IMACRO NONE....PACK OFF....NOTE ON................
=PROF> ....HILITE JCL CURSOR FIND..............................................

Then CAPS OFF is coming so is there any command to do that ?

Re: Caps on command in jcl

PostPosted: Mon Sep 20, 2010 2:20 pm
by NicC
CAPS ON or OFF is applied to the whole library until you come to a member that has lower case characters. If you want to have CAPS ON permanently then make sure all your data in that library is all in upper case.

Re: Caps on command in jcl

PostPosted: Mon Sep 20, 2010 2:30 pm
by prino
   Menu  RefList  RefMode  Utilities  Workstation  Help
 ------------------------------------------------------------------------------
                                Edit Entry Panel
 Command ===>

 ISPF Library:
    Project . . . TCA07T15
    Group . . . . NDM      . . .          . . .          . . .
    Type  . . . . JCLLIB
    Member  . . .                 (Blank or pattern for member selection list)

 Other Partitioned, Sequential or VSAM Data Set:
    Data Set Name . . .
    Volume Serial . . .           (If not cataloged)

 Workstation File:
    File Name . . . . .
                                         Options
 Initial Macro  . . . .  CAPS               Confirm Cancel/Move/Replace
 Profile Name . . . . .                     Mixed Mode
 Format Name  . . . . .                     Edit on Workstation
 Data Set Password  . .                     Preserve VB record length


Use CAPS as "Initial Macro" or create an initial macro that actually checks that you are editing JCL and only sets CAPS ON if you do...