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 |
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
How to find out the number of records in a file using JCL
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
How do you submit a JCL under CICS environment ?
How does jcl act on a cobol code?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.
9 Answers iGate, Lehman Brothers,
can i sort packed decimal if i can tell the syntax
Explain about LMGET�read a logical record from a data set
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?