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...


What is XDC ?

Answers were Sorted based on User's Feedback



What is XDC ?..

Answer / g.naveen

XDC is the command used to store the SPOOL information in
Dataset.

Is This Answer Correct ?    28 Yes 4 No

What is XDC ?..

Answer / kingmanish

XDC is the command used to store the spool information in a
dataset.

The Job details get deleted from the spool after soem time
but if we want to see the details after some time then it
is quiet useful.

especially in testing etc

Is This Answer Correct ?    11 Yes 3 No

What is XDC ?..

Answer / vijay gund

XDC is used to copy spool data to dataset.....

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More COBOL Interview Questions

File status must be checked both while opening and reading the file or only while reading the file?

2 Answers  


what is the difference between perform varying and perform until

4 Answers   TCS,


consider the following FD FILE-1 01 REC-1 PIC X(80) ...... WORKING-STORAGE SECTION 01 W-REC PIC X(90) ........ PROCEDURE DIVISION FIRST-PARA ....... READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG which of the following is true with respect to the above? a.REC-1 will contain nothing and W-REC will contain the contains of the record read b.REC-1 and W-REC contain the same data c.syntex is invalid and error will occur d.REC-1 and W-REC must be of same size

1 Answers   TCS,


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


What are the different data types in cobol?

0 Answers  


what happens if parmparameter passes zero bytes to the program

0 Answers   HSBC,


What is the local-storage section?

0 Answers  


can you declare redefine in level 01?

8 Answers   Patni,


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

0 Answers   Cap Gemini,


What is the maximum size of a 01 level item in COBOL I? in COBOL II?

2 Answers   IBM, RBS,


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

12 Answers   ACS,


how to convert the recors form vsam file to db2 table tru file aid

0 Answers   TCS,


Categories