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 |
can we redefine 77 level item is it possible
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
What is the difference between goback, stop run and exit program in cobol?
what is Pic 9v99 Indicates?
which one is better among static call and dynamic call?
Write some characteristics of cobol as means of business language.
What is the usage of comp fields in cobol?
How do we get current date from system with century?
Explain about different table spaces.
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
what is label record is standard or omitted in file description of data division?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you