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
What is the difference between Global and External Variables?
what is the use of outrecord?
Write a program that uses move corresponding.
What are the pertinent COBOL
What is comp-1 and comp-2?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Name the divisions, which are available in a cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Can you please let me know the centre name of INS certification in Kolkata.
Write a program to explain size error.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the usage of comp fields in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
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 ......