Answer Posted / ananta bajpai
it is the section of data division. it is used for linking
two cobol sub-programes(call calling )as well as passing
the value from jcl by parm parameter.
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
Write down the divisions of cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How are the next sentence and continue different from each other?
what happens if parmparameter passes zero bytes to the program
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What are all the divisions of a COBOL program?
What is amode(31)
What is the Purpose of Pointer in the string?
How do define dynamic array in cobol.
Explain how to differentiate call by context by comparing it to other calls?
Which is not true about evaluate statement
What guidelines should be followed to write a structured cobol prgm?
how do you define single dimensional array and multidimensional array in your cobol?
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?