Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kam-printing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wizards
kam-printing
Commits
0ddcc3ab
Commit
0ddcc3ab
authored
4 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
JCL: Do not send a newline after the final UEL
This was creating a new, empty job at AltaLink 8135C.
parent
635d8991
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ppd/PPD/PJL.pm
+1
-1
1 addition, 1 deletion
ppd/PPD/PJL.pm
with
1 addition
and
1 deletion
ppd/PPD/PJL.pm
+
1
−
1
View file @
0ddcc3ab
...
...
@@ -10,7 +10,7 @@ sub add_jcl(;$) {
set
('
JCLBegin
',
'
<1B>%-12345X@PJL<0A>
');
set
('
JCLToPSInterpreter
',
'
@PJL ENTER LANGUAGE = POSTSCRIPT<0A>
');
set
('
JCLToPDFInterpreter
',
'
@PJL ENTER LANGUAGE = PDF<0A>
')
if
$opt
->
{
PDF
};
set
('
JCLEnd
',
'
<1B>%-12345X@PJL EOJ<0A><1B>%-12345X
<0A>
');
set
('
JCLEnd
',
'
<1B>%-12345X@PJL EOJ<0A><1B>%-12345X
');
}
sub
jopt
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment