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
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How do we get current date from system with century in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the different types of condition in cobol and write their forms.
What are the various section in data division and briefly explain them.
Why did you choose to work with ibm mainframe cobol programming?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
) How do u handle errors in BMS macro?
Difference between cobol and cobol-ii?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
) How do u handle errors in BMS macro