How to increase the logical record length of existing PS
file?
Answer Posted / pradeep
Thanks Pravin
I need through it by using JCL , i think there is parameter
which change its size
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the different open modes available in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How many bytes S(8) comp field occupy and its maximum value?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
In COBOL programming, what is PERFORM? What is VARYING?
How can you get the ksds file records into your cobol program?
explain sorting techniques in cobol program?
What is the use of intialize verb?
What is length is cobol?
What is the difference between Global and External Variables?
how do you reference the esds vsam file formats from cobol programs
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?