lines(1,cancel)??What is meant by that??Plz explain it....
Answer Posted / deepak_developer
hi friends ur waiting time is over. i will give you answer
of question.
Actually lines is a parameter used in job card.
it limits the maximum output will be written to spool.
its general syntax is LINES=({nnnnnn{,CANCEL|DUMP|WARNING})
where nnnnnn=0 to 999999
when we use 1 its means 1000 bytes will be written to
output spool.
it also have other parameter cancel, dump, warning.
i am telling you in short.
when is limit is reached, one of them handles the situation.
like in our question
lines(1, cancel) means when limit of 1000 bytes will be
reached, job will be canceled.
same if we will use dump, then job is cancel and a dump will
be created,
same in case of warning, job still continue bt when limit
will be crossed a warning message will be issued to operator.
in our question when 1000 bytes will be crossed then job
will be canceled...
for more info.
follow this link..
https://ibmmainframes.com/about5701.html
Deepak kumar(mainframe developer)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Name the statement which can be used to send data to another mvs jes3 node?
List in order the hierarchical levels of jcl?
what is use of disp parameter in dd statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
which parameter is used to check the syntax of a jcl without executing it?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is DSN parameter and DISP parameter is used for?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
how to do automated restart when a job abends?
Is it possible to code instream data in a PROC?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the purpose of dd * statement in jcl?
What do you understand by the terms: joblib and steplib?