22.12.2012 Views

z/TPF Program Management - IBM

z/TPF Program Management - IBM

z/TPF Program Management - IBM

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

12<br />

Explanation: An error occurred that prevents the load<br />

from being completed.<br />

For example, this return code is generated for the<br />

following errors:<br />

v The loader input file could not be opened.<br />

v The loader input file is empty.<br />

v There are multiple occurrences of the load type<br />

parameter in the JCL. For example, ’TLDR,ALDR’ or<br />

’TLDR,TLDR’.<br />

v There are multiple occurrences of the trace<br />

parameter in the JCL. For example,<br />

’TRACE(ON),TLDR,TRACE(OFF)’ or ’TRACE(ON),<br />

TRACE(ON)’.<br />

Comment conventions<br />

v There is not enough space for one or more<br />

structures.<br />

v A parameter specified in the JCL is not valid.<br />

v An error occurred while opening, writing to, or<br />

reading one of the output files.<br />

System action: The load is not completed.<br />

User response: Complete the following steps:<br />

1. Review the error messages and make the<br />

necessary corrections.<br />

2. Run the offline load again.<br />

When you create the loader input file for the offline loader, you can include<br />

comments that use the following conventions:<br />

v To denote that an entire line is a comment, ensure that the first nonblank<br />

character on the line is an asterisk (*).<br />

v To denote a comment in a line, place a slash-asterisk (/*) before the start of your<br />

comment and an asterisk-slash (*/) after the end of your comment. These inline<br />

comments can span multiple lines.<br />

Note: When your loader input file is inline with your JCL (that is, you are using<br />

the LDRLOAD DD * DD statement), a slash-asterisk (/*) in the first column<br />

indicates the end of the input file. Accordingly, any comments in that inline<br />

loader input file cannot start in the first column.<br />

v To associate a comment with a program, place the comment text in parentheses<br />

after the program specification. The comment is displayed in the output report.<br />

v To associate a comment with a loadset, place the comment text in parentheses<br />

on the line following the @LOADSET statement. The parentheses cannot be<br />

nested and you cannot use a closing parentheses as part of a comment.<br />

Examples<br />

The following example shows:<br />

v The text of a loadset-level comment in parentheses on the line following the<br />

@LOADSET LOADTEST statement<br />

v The text of an inline comment contained between a /* and /*<br />

v The text of a program-associated comment contained in parentheses<br />

v The text of a comment on an entire line denoted by an *.<br />

@LOADSET LOADTEST /home/dfallon/proj/maketpf_load<br />

(Place your loadset-level comment here.)<br />

PRG2bin parentheses.so /* comment in line */<br />

PRG1.so<br />

PRG3.so (This is a program-associated comment.)<br />

@@PRG1.so 044 0047 this is a patch to PRG1.so<br />

* Comment line - include a file in this loadset<br />

@FILE -s /u/dfallon -o tpfdfltu -g tpfdfltg<br />

myfile.txt<br />

@LOADSET LOADTXT<br />

@FILE -s /u/dfallon -o tpfdfltu -g tpfdfltg<br />

filebase1.txt<br />

12<br />

z/<strong>TPF</strong> offline loader 123

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!