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
Answer / deepak
I think 18 Numeric &
160 Character, pls correct me if i am wrong
| Is This Answer Correct ? | 7 Yes | 3 No |
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 |
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 |
What does a disposition of (NEW,CATLG,KEEP) mean?
What are the parameter in the job card wihtout which job won't run........
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are the common keyword parameters in both job and exec statements
can we give instream data in procedure
What are the utility programs in jcl?
what do you mean by include statement in jcl?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
How do you access a file that had a disposition of KEEP?