Using string statement.Is coding three destination string
from one source string possible in one code?or three codes
for every destination string of one source string.?thank you
Answer / sharib
Could be done by using UNSTRING they string on spaces or delimiter based on the requirement and then putting them into newly defined variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is SDSF?
what is amode(24), amode(31), rmode(24) and rmode(any)?
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 does the IS NUMERIC clause establish ?
What is a report item?
Explain call by context by comparing it to other calls.
How can you add a particular field in copybook?
What is the utilization of copybook in cobol?
how do u indetify files succesfully executed or not ?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
What are various search techniques in cobol? Explain.
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..