how the control comes back from subprogram to mainprogram
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
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?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How can you get the ksds file records into your cobol program?
What is the local-storage section?
What the difference is between continue and next sentence?
What is the difference between comp and comp-3 usage?
Have you used comp and comp-3 in your project? And how?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
A table has two indexes defined. Which one will be used by the SEARCH?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Write the code to count the sum of n natural numbers.
What rules are to be followed while using the corresponding options?
Explain how you can characterize tables in cobol?
How do define dynamic array in cobol.