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 |
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
What are VS COBOL 11 special features?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
What is 88 level used for ?
What is the LINKAGE SECTION used for?
Which mode is used to operate the sequential file?
What is LENGTH in COBOL II?
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
how to transfer the file from pc to mainframe??
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
how would you resolve sb37 and SE37?