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 statement can be used to send data to another mvs jes3 node?
When output dataset space is required, what quantity categories are used?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain the purpose of the dd keylen parameter?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What do you understand by the term notcat 2 – gs?
What is the syntax of JCL statement?
How jcl work to handle various input output file operations?
How do you create a temporary dataset?
What are steplib and joblib? What for they are used?
what is the compile process of cobol program expalin with code
What are the utility programs in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the purpose of dd?
Is it possible to left uncode disp?