what happens if parmparameter passes zero bytes to the program
No Answer is Posted For this Question
Be the First to Post Answer
If we use GO BACK instead of STOP RUN in cobol?
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
hw to create 3 dimensional array & hw to access it?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
How does IDMS insure data integrity?
What is IMPACT analysis?
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
what is meant by binary search?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
How can you submit a job from COBOL programs?