What is XDC ?

Answer Posted / vijay gund

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

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the fixed unblock file formats from cobol programs

712


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

823


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

714


What is the difference between structured cobol programming and object alternativelyiented cobol?

753


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5375






What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

678


Name the sections present in data division.

701


Discuss about changing dataset name in proc.

759


What is redefines clause in COBOL?

849


What are the different rules of SORT operation?

698


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6829


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.

5061


how do you reference the ksds vsam file formats from cobol programs

666


Which mode is used to operate the sequential file?

666


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1805