Explain how to differentiate call by context by comparing it to other calls?
No Answer is Posted For this Question
Be the First to Post Answer
SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.
What is the file organization clause ?
Explain complete concept of table handling in COBOL with an example?
Explain call by context by comparing it to other calls.
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
1) can we display the index?
period is missing in the cobol program which error we getting
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 index and how to use two tables using index?
Have you used comp and comp-3 in your project? And how?
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?