1.What is the default print format in cobol?
Answer Posted / purushoth
Dump IS THE CORRECT ANSWER MAN..i dont knw how u ppl
gussing display for default print format..
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the rules of the move verb?
How are the next sentence and continue different from each other?
HOw can I get the negative sign while deduct high value from low value
how do you reference the variable block file formats from cobol programs
how do you reference the fixed unblock file formats from cobol programs
Explain how you can characterize tables in cobol?
What are the pertinent COBOL commands?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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.
Can we change the password using ALTER? anyone tried and changed?
What are the cobol coding sheets?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
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.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue