How can you submit a job from COBOL programs?

Answers were Sorted based on User's Feedback



How can you submit a job from COBOL programs?..

Answer / mmr

through INTRDR(intrnal reader)

Is This Answer Correct ?    9 Yes 1 No

How can you submit a job from COBOL programs?..

Answer / a.roselin

We can submit the job from COBOL program thru internal
loader..

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More COBOL Interview Questions

what is S04E error in jcl?

11 Answers   IBM, L&T,


what is a load module ?

3 Answers   TCS,


How many maximum number of procedures can we write in one COBOL program?

6 Answers  


what is linkcard in cobol?

1 Answers   TCS,


What type of Call you would use if you don;t want the control back to the calling program?

8 Answers   TCS,






can we read records in a file from botom to top. if possible how can we read

12 Answers   ACS,


Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.

1 Answers  


How to know whether the module is dynamical or statistical?

0 Answers  


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

0 Answers  


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

5 Answers   HCL,


what is the difference between implicit and explicit scope terminator with example? 

1 Answers  


if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.

2 Answers   UST,


Categories