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


Please Help Members By Posting Answers For Below Questions

how to do automated restart when a job abends?

858


What is jcl in mainframe?

708


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

787


Explain the function of a dd statement?

670


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

2000






How to submit a jcl from cics?

670


Is condition checking possible in jcl?

731


Is it possible to left uncode disp? If yes, how?

714


how can you check if a file is empty using jcl?

825


how you can access an uncataloged dataset in a JCL?

664


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8723


Are there any set of rules for the names of the steps used in a job? What are they?

624


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

639


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.

1740


Explain the function of the dd dcb keyword?

717