Search found 1 match

by lbuchume
Fri Apr 04, 2014 11:55 pm
Forum: JCL
Topic: JCL over 71 character issue
Replies: 2
Views: 3584

JCL over 71 character issue

my JCL for ftp has a long 'machine' command that takes it over 71 chars

//NETRC DD *
machine xxxxx login xxxxx password xxxxx
//INPUT DD *

other than shortening the line, what other suggestions to fix the issue?
can it be broken down to two lines somehow?

Thanks,
leo