ddnames more than 8 chars



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

ddnames more than 8 chars

Postby raju181 » Wed Mar 16, 2011 2:37 pm

JCL : (1 record is present in input file)
//DD010 DD DSN=Hxxx.B.GExxx.INPUT.NEW.B,
// DISP=SHR

pgm:
SELECT DEFA-IN ASSIGN TO UT-S-DD010
Why here diff ddnames,,in cobol it contains length more than 8 ?
raju181
 
Posts: 4
Joined: Mon Mar 07, 2011 8:23 pm
Has thanked: 0 time
Been thanked: 0 time

Re: ddnames more than 8 chars

Postby prino » Wed Mar 16, 2011 2:45 pm

Have you tried the manuals? Or that obscure site called Google?

Of course not...
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

Re: ddnames more than 8 chars

Postby Robert Sample » Wed Mar 16, 2011 2:55 pm

Why here diff ddnames,,in cobol it contains length more than 8 ?
Find the COBOL Language Reference manual (hint: http://www.ibm.com might be a good place to start looking) and read up on the SELECT statement to find out why you are completely and totally wrong -- the DD name is not UT-S-DD010 in COBOL.
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


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post