Answer Posted / anita
This SO4E not SOC4, I hope people do have eye sight problem
while reading
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how to refer the data field?
What are the different rules for performing sort operation?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Which mode is used to operate the sequential file?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how to move the records from file to array table. give with code example
how do you reference the printer file formats from cobol programs
What is the difference between goback, stop run and exit program in cobol?
i need a small 3d program using inline and outline.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Difference between array and sub-script ?
What are the different open modes available in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this