What is the point of the REPLACING option of a copy
statement?
Answer Posted / pavan
can any one give exact syntax with an example...please...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Differentiate between structured cobol programming and object-oriented cobol programming.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Can a Search can be done on a table with or without Index?
Discuss about changing dataset name in proc.
What is length is cobol?
In COBOL programming, what is PERFORM? What is VARYING?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are the pertinent COBOL commands?
What are the different types of condition in cobol and write their forms.
Why would you use find and get rather than to obtain?
Explain about different table spaces.
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?