Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Answers were Sorted based on User's Feedback
Answer / sailesh
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anu
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
At the minimum, which division of COBOL is enough to be coded?
what is the difference between perform varying and perform until
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
in how many mode we can open a file ?
what is the difference between start and startbr?
describe 805 error
How can you pass values from COBOL program to non-COBOL programs?
What do you understand by passing by reference and passing by content?
can I copy book which contain db2 statment in procedure divion?
COMP?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
what is jcl approach for programming?