UCANDU - a JCL utility



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

UCANDU - a JCL utility

Postby gauravkb33 » Fri Jun 15, 2012 3:59 pm

My jcl is using UCANDU utility and copying based on some condition.
the condition looks like this :-

COPY
(14,1,C,EQ,'J')
AND
(21,1,B,EQ,'118')
AND
(45,3,C,EQ,'QWE')

I could not understand what the second sub-condition means...if B stands for Binary(just a wild guess), how can it take '118' in Binary with length specified as 1 only. Please help me regarding this.
gauravkb33
 
Posts: 9
Joined: Mon Jun 04, 2012 1:28 pm
Has thanked: 0 time
Been thanked: 0 time

Re: UCANDU - a JCL utility

Postby Robert Sample » Fri Jun 15, 2012 4:57 pm

Since CA-UCANDU is a vendor product, if your site is licensed to use the product then your site has the manuals available -- either in hardcopy or on an internal web site or thorugh the vendor (which may require you to register on their website if you have not already done so). You need to find out where they are and then start reading; I'm sure the vendor thoroughly explains the options and their meaning in the documentation.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: UCANDU - a JCL utility

Postby prino » Fri Jun 15, 2012 5:12 pm

Even a novice should know that a single byte can contain values from 0 to 255 or -128 to 127.
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