can we display comp-3 variables. if we want to display what
we have to do . give me one example
Answer Posted / kanika
yes using Display command
Is This Answer Correct ? | 7 Yes | 34 No |
Post New Answer View All Answers
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do you define a variable of comp-1 and comp-2?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the rules of the move verb?
Explain the configuration section of a cobol program with examples of syntax.
Give some examples of command terminators?
What are the different data types in cobol?
What is the compute verb? How is it used?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Why did you choose to work with ibm mainframe cobol programming?
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 is an in line perform? When would you use it? Anything else you wish to say about it.
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?
What is the use of intialize verb?