Caps on command in jcl



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Caps on command in jcl

Postby diptisaini » Mon Sep 20, 2010 11:40 am

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 ?
diptisaini
 
Posts: 90
Joined: Sun Mar 14, 2010 5:12 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Caps on command in jcl

Postby NicC » Mon Sep 20, 2010 2:20 pm

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.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Caps on command in jcl

Postby prino » Mon Sep 20, 2010 2:30 pm

   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...
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
User avatar
prino
 
Posts: 635
Joined: Wed Mar 11, 2009 12:22 am
Location: Vilnius, Lithuania
Has thanked: 3 times
Been thanked: 28 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post