how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
Answer Posted / guest
for mainprogram it ends with stoprun,subprogram ends with
exit
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What are various search techniques in cobol? Explain.
What the difference is between continue and next sentence?
example for sub strings ? and refernce modifications whit output pls
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.
how do you reference the rrds file formats from cobol programs
how do you reference the esds vsam file formats from cobol programs
What is comp-1 and comp-2?
What is the difference between perform … with test after and perform … with test before?
IF I mention stop run in CICS what happens?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between comp and comp-3?
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 is s000 u4087 error? please give the all error codes in cobol,jcl.