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


Please Help Members By Posting Answers For Below Questions

Can a Search can be done on a table with or without Index?

1034


Define static linking and dynamic linking.

858


how do you reference the variable block file formats from cobol programs

908


What is redefines clause in COBOL?

1020


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1026






Write the code to count the sum of n natural numbers.

906


Describe the cobol database components?

875


what are decleratives in cobol?

1983


how to access the file from prodution from changeman tool and to submit a file to production

7043


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9209


What is the LINKAGE SECTION used in COBOL?

1166


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.

5397


What is Pic 9v99 Indicates in COBOL?

919


How do you reference the fixed block file formats from cobol programs

898


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

2581