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 you can characterize tables in cobol?
What is the difference between goback, stop run and exit program in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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?
What is the difference between next sentence and continue in cobol programing language?
what happens if parmparameter passes zero bytes to the program
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
State the various causes of s0c1, s0c5 and s0c7.
What are 77 levels used for?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is amode(24)?
how do you reference the esds vsam file formats from cobol programs
Name the divisions, which are available in a cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?