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

How can you get the ksds file records into your cobol program?

0 Answers  


what is linkcard in cobol?

1 Answers   TCS,


I know my query will return more than one row but I don't want cursor what should I do?

1 Answers  


Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?

2 Answers   HSBC,






s9(18) comp-3:: What is the size of memory it takes internally?

4 Answers  


diffrence between z(2) and z9(2)

4 Answers   Cap Gemini,


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

0 Answers  


if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?

1 Answers   Patni,


What is Redefines clause?

8 Answers  


I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?

5 Answers   Cognizant,


what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?

4 Answers   CSE, TCS, Wipro,


Categories