When can the USING phrase be included in the call
statement ?

Answers were Sorted based on User's Feedback



When can the USING phrase be included in the call statement ?..

Answer / abhinesh

When Called Programs
Have Inputs and Outputs
That shud be provided in using clause

Is This Answer Correct ?    1 Yes 0 No

When can the USING phrase be included in the call statement ?..

Answer / s

When we are recieving value from the sub program

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

where did you see the information regarding abend codes in jcl?

1 Answers   Hewitt,


I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?

3 Answers  


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

0 Answers  


if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?

3 Answers  


tell me about examine inspect and evaluate ?

2 Answers   CTS,






How many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


If I want to increase the Limit in GDG. What should I do?

1 Answers   IBM,


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


i want a program using by if, evaluate , string, unstring, perform, occurs?

1 Answers  


What is the purpose of Identification Division?

1 Answers  


why we are using picture clause in the cobol programs?

2 Answers  


How to read a 100 record from a file through cobol?

2 Answers  


Categories