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
How does jcl act on a cobol code?
How do you access an uncatalogued dataset in a jcl?
Explain in DD statement what is the use of DCB parameter?
what are the types of abends that occur on job failure? And explain the possible causes of these
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?
What is NOTCAT ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Describe the various parameters utilized in the creation of a gdg?
What is the format of comment statement?
How to submit jcl through a cobol program?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the function of a dd statement?
What do you understand by jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is the purpose of coding class parameter in job statement?