Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 qualification on occurs clause?

2 Answers  


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


Name the divisions in a COBOL program ?

7 Answers  


Explain fixed length record in cobol? with suitable example

1 Answers   IBM,


What is "Call by content" and "call by reference"?

4 Answers   ADP, Syntel,


What is the difference between external and global variables in COBOL?

0 Answers   Winsol Solutions,


i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2

9 Answers  


if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible

3 Answers   IBM,


What is SDSF?

3 Answers  


wht is load module and object module ?

2 Answers   DELL, TCS,


Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?

5 Answers   IBM,


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


Categories