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

Answers were Sorted based on User's Feedback



Could anyone please suggest me what is the maximum length of data that can be pass as input in /..

Answer / deepak

I think 18 Numeric &
160 Character, pls correct me if i am wrong

Is This Answer Correct ?    7 Yes 3 No

Could anyone please suggest me what is the maximum length of data that can be pass as input in /..

Answer / 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

Could anyone please suggest me what is the maximum length of data that can be pass as input in /..

Answer / 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

More JCL Interview Questions

how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

0 Answers   IBM,


What do you know about jcl?

0 Answers  


if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?

5 Answers   Accenture,


what are the statements that are not valid to be included in an include statement?

0 Answers   IBM,


What is primary allocation for a dataset?

4 Answers  






how to compress the data set

8 Answers   Keane India Ltd,


How would you understand error(execution phase)?

0 Answers  


What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672

6 Answers  


How can a job send a status message to a tso user at the completion of a job?

1 Answers  


how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance

2 Answers   Cap Gemini,


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

4 Answers   IBM,


Categories