How can you submit a job from COBOL programs?
Answers were Sorted based on User's Feedback
Answer / a.roselin
We can submit the job from COBOL program thru internal
loader..
| Is This Answer Correct ? | 4 Yes | 3 No |
How to display string in the reverse order using occurs clause?
how to convert vsam table into DB2 table?
What is the purpose of Identification Division?
Describe the difference between subscripting and indexing ?
how do u list the abended jobs?
Explain fixed length record in cobol? with suitable example
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
how do you reference the rrds file formats from cobol programs
Which is not true about evaluate statement
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
What is the Purpose of Pointer in the string?
what happens of we dont give time stamp in precompilation process