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 ?
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.Why here diff ddnames,,in cobol it contains length more than 8 ?