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 |
How do pass the values to the parameters in cobol
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
subscript and index r not coded in u r application program what will happen?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
What is normalisation?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
What is rmode(24)
Name the sections present in data division.
i have variable record in the 5th, i want to sort from 5th filed ? how ?
how many divisions are there in cobol