What is maximum length of block size?

Answer Posted / satyavir maintec

corrected value is: 18232760

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is concatenating?

639


Can we call instream to catalog and catalog to instream?

685


What dd statement is used to supply the name of a dataset?

779


What do you understand by the term job time – out and how can you overcome that?

608


How to pass data to a program that is coded in an exec statement?

834






What are s0c1, s0c4, s0c5, s0c7 and socb?

707


how you can access an uncataloged dataset in a JCL?

656


What is the function of a dd statement?

709


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

637


How can unused space allocation be returned to the system when a dataset is closed?

812


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

720


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

708


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

779


What is job control language?

613


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7092