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 / lakshmisudha
maximum unlimited data you can pass within //sysin dd *
if you want pass within line that is depends upon the
creation of ur dataset if lrecl=80 you can pass 72 char
maximum you can define lrecl=150
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what operation is performed by job statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How do you overcome this limitation ?
which parameter is use to declare the name of dataset in dd statement?
What is timing concept in mainframe?
Is it possible to define dd statements as you want?
Why include statement is used in a jcl?
what is JCL?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What are the parameter we cannot use in procedure?
What do you understand by the term job time – out and how can you overcome that?
Explain the function of dd disp parameter?
Explain the purpose of the dd keylen parameter?