Answer Posted / mahathiaz
Does nothing ! If used, must be the only sentence within a
paragraph
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Why would you use find and get rather than to obtain?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How do you get the data to code the BMS macro?
how to refer the data field?
Why occurs cannot be used in 01 level in COBOL?
What is perform what is varying?
) How do u handle errors in BMS macro
What are the different rules to perform a Search?
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.
Name some of the examples of COBOl 11?
A table has two indexes defined. Which one will be used by the SEARCH?
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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..