what is fixed length and variable length and difference
between them
Answer / 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 |
What does the TIME parameter signify ? What does TIME=1440 mean ?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
Explain about REXX
can we copy a file from fixed block to variable block and vice versa ....asap
When should DISP=MOD is used?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
what is JCLLIB and PROCLIB in jcl and their syntax
In sms datasets, what is the function of the dd mgmtclas keyword?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
How to pass the parameter in parm using linkage section ? (syntax)?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.