lines(1,cancel)??What is meant by that??Plz explain it....
Answer / 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 |
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
When should DISP=MOD is used?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
is there any utility for restarting a particular step in jcl reply soon ?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
what is the resolution for sb37 error
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
what is the compile process of cobol program expalin with code
How to pass data to a program that is coded in an exec statement?
What are the parameters that are used in creating a gdg?