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 |
What are the common jcl syntax errors you get? This is not abends?
How does the jcl specify the job to os?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
i just need the first and last record from a sequencial file?how
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
How can i execute 5th step without executing first 4 steps?
What will happen if two JOB statements are mentioned in an JCL continuously.
how GDGs are concatinated?
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
In job processing, what happens in conversion stage?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
State the uses of syspring, sysin, sort fields, sum fields and dummy.