if a>b
continue
display x.
dispaly y.
end-if
display 1
display 2.
display 3.
what should be my output ?
Answer Posted / javed
There will be a compilation error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
What is rmode(any) ?
i need a small 3d program using inline and outline.
Discuss about changing dataset name in proc.
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.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Describe the cobol database components?
What are the cobol coding sheets?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the utilization of copybook in cobol?
How do you get the data to code the BMS macro?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What the difference is between continue and next sentence?
Difference between cobol and cobol-ii?
What is an in line perform? When would you use it? Anything else you wish to say about it.