Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Answer Posted / sailesh
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
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what are decleratives in cobol?
How do we get current date from system with century in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is search and searchall?what is the diffrence between them?give an best example?
A table has two indexes defined. Which one will be used by the SEARCH?
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.
Are you comfortable in cobol or jcl?
What is the difference between next sentence and continue in cobol programing language?
What is the problem of ordered sequential files access?
How do u write test cases?
How you can read the file from bottom?
What kind of error is trapped by on size error option?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this