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 |
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
what is the difference between perform varying and perform until
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
where will we code call by content and call by reference dude pls reply soon ?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is a report item?
A table has two indexes defined. Which one will be used by the SEARCH?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how many bytes do SPPPP999 will store?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.