What type of Call you would use if you don;t want the
control back to the calling program?
Answer Posted / vaduguru
XCTL call in CICS program
| Is This Answer Correct ? | 3 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.
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between perform … with test after and perform … with test before?
What is the difference between PIC 9.99 and PIC9v99?
how do you reference the fixed unblock file formats from cobol programs
How many bytes S(8) comp field occupy and its maximum value?
How to print 10 to 1 if the input have only 10 digit number?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the various section in data division and briefly explain them.
Which division and paragraphs are mandatory for a COBOL program?
how to access the file from prodution from changeman tool and to submit a file to production
For rewrite, why is it mandatory that file needs to be opened?
Name the sections present in data division.
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?
What rules are followed by the search verb.