What is maximum length of block size?
Answers were Sorted based on User's Feedback
Answer / tidda
32760? (For a FB file)
quick question: what if record length is greater than this
limit?
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / ram
max length of blksize is 32760 bytes}
}-- for both vb,fb
max length of lrecl is 32760 bytes}
thanks,
Ram.
| Is This Answer Correct ? | 4 Yes | 0 No |
How are datasets concatenated?
what is the meaning of 'sysin dd dummy'
What are the differences between JES2 & JES3 ?
what sort card you will use to copy the data from one dataset to another dataset?
how many types of sorts are there in jcl?
What parameters can be used to limit the number of records written to a sysout dataset?
Give the syntax of job specifying jcl statement.
what happens if job falls in loop ? how to resolve it ?
How to get the last but one duplicate record of the file using Sort?
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
lines(1,cancel)??What is meant by that??Plz explain it....
What u mean by include statement in JCL ?