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 |
How can you declare the file ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
what is the use of keep and pass in disp
What does MAXCC 3 means? It is used in one my codes.
When would you use in-line perform?
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
What is difference between comp & comp-4?