Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Answer Posted / anu
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is not true about evaluate statement
how do you reference the printer file formats from cobol programs
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Can a Search can be done on a table with or without Index?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What are the different data types in cobol?
What guidelines should be followed to write a structured cobol prgm?
What rules are followed by the search verb.
What is link edit in cobol?
How can you get the ksds file records into your cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?