When can the USING phrase be included in the call
statement ?
Answers were Sorted based on User's Feedback
Answer / abhinesh
When Called Programs
Have Inputs and Outputs
That shud be provided in using clause
| Is This Answer Correct ? | 1 Yes | 0 No |
What is LENGTH in COBOL II?
how can we get current dat and time thru cobol pgm
Under which scenario you would go for a static call as opposed to dynamic call?
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
How to read the last 100 records from a COBOL file. The file contains N number of records.
wht is the diff b/w if and evaluate stmts ?
How can you submit a job from COBOL programs?
how to know that the file has 300 records how to acess it?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
How to increase the logical record length of existing PS file?
1.Can we define condition-name conditions in FD entry.
Why we should use cursor ?