what is fixed length and variable length and difference
between them
Answer Posted / prathyusha
Fixed length:legth of record is fixed and when a data is inserted should of same size if not abend sd37error exits
Variable length:length of recor can vary.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to alter the parameters for the existing gdg?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Can we use DISP=SHR in output file in JCL
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.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How can the disposition of sysout datasets be set for an entire jobstream?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Is automatic restart possible in jcl?
What are the rules employed while naming the steps in a job?
what is the use of IEBGENER utility?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the purpose of dd * statement in jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How can an in-stream dataset be terminated?