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
Answer Posted / muttaiah
I have a doubt here,,
Generally sysin is retrieved through accept stmt from cobol
program.
each accept stmt can read one line of sysin data.
considering this a line can be max of 71 or 72 char's
so i think the length of sysin will be 71 or 72..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is notcat 2 - gs?
How do you submit a job for execution?
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?
How does jcl specify the job to the operating system?
List the various advantages of using jcl language?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the function of //jcllib statement?
Explain the function of job statement in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what sort card you will use to copy the data from one dataset to another dataset?
How can the submitting users racf authority be overridden in a job stream?
What is the motivation behind coding class parameter in job statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the function of the dd mgmtclas keyword in sms datasets?