if one main program ,n -subprograms are then which call you
follow ?why reasonuhg
Answer Posted / krishna
Dynamic Call is always preferable, irrespective of the no
of Sub programs,but it all depends on the installation.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
What is the difference between comp and comp-3 usage?
What is rmode(24)
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
how do you reference the printer file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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
what is amode(24), amode(31), rmode(24) and rmode(any)?
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?
Why did you choose to work with ibm mainframe cobol programming?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What rules are to be followed while using the corresponding options?
How you can read the file from bottom?
How many sections are there in data division in COBOL?