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
Which mode is used to operate the sequential file?
What are the different rules for performing sort operation?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How do we get current date from system with century in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Discuss about changing dataset name in proc.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are 77 levels used for?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the local-storage section?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is redefines clause in COBOL?
What is the Purpose of Pointer in the string?