what is s013u000 for?
Answer / chandra
do not mention the STOP RUN in end of the cobol program.
| Is This Answer Correct ? | 11 Yes | 5 No |
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
how can we find total no of records in a file ....is there any utility......?
how do you reference the variable block file formats from cobol programs
how to run sub programs using static and dynamic call ...
COMP field occupy ?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
What is LENGTH in COBOL II?
Explain about Redefines cluse?
what is the coding difference between COBOL and CICS.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?