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 / deepak
I think 18 Numeric &
160 Character, pls correct me if i am wrong
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is jcl in mainframe?
What is the purpose of disp parameter?
what is the purpose of coding notify parameter in job statement?
How can unused space allocation be returned to the system when a dataset is closed?
Name the statement which can be used to send data to another mvs jes3 node?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
List the different jcl statements that are not permitted in the procedures?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
what are JCLLIB and STEPLIB in JCL?
Does jcl support automatic restart?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
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 are the various stages of job processing?