1.Can we define condition-name conditions in FD entry.
Answer Posted / giri
Mighty Answer is correct
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
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?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain how you can characterize tables in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Which division and paragraphs are mandatory for a COBOL program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are the different rules for performing sort operation?
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
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
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?
In COBOL programming, what is PERFORM? What is VARYING?
What is the local-storage section?
explain sorting techniques in cobol program?