How can you submit a job from COBOL programs?
Answer Posted / mmr
through INTRDR(intrnal reader)
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
Define static linking and dynamic linking.
how do you reference the variable block file formats from cobol programs
What is redefines clause in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write the code to count the sum of n natural numbers.
Describe the cobol database components?
what are decleratives in cobol?
how to access the file from prodution from changeman tool and to submit a file to production
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the LINKAGE SECTION used in COBOL?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is Pic 9v99 Indicates in COBOL?
How do you reference the fixed block file formats from cobol programs
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