1.Can we define condition-name conditions in FD entry.
Answer Posted / kavya
But as i checked we can......just check it out n post the
answer......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between Global and External Variables?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Write a cobol program making use of the redefine clause.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is static and dynamic call in cobol?
How do define dynamic array in cobol.
Explain how to differentiate call by context by comparing it to other calls?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is rmode(24)
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.