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 |
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
i WANT ALL ERROR codes IN CICS and DB2
Give some examples of command terminators?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
where do u use low-value and high value in cobol
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
What are the differences bitween cobol and cobol-2?
Define static linking and dynamic linking.
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?