What is XDC ?
Answers were Sorted based on User's Feedback
Answer / g.naveen
XDC is the command used to store the SPOOL information in
Dataset.
| Is This Answer Correct ? | 28 Yes | 4 No |
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 |
Answer / vijay gund
XDC is used to copy spool data to dataset.....
| Is This Answer Correct ? | 6 Yes | 2 No |
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
What is an explicit scope terminator?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
How do you submit JCL via a Cobol program?
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
wht r the advantages of 77 level number ?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is