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 the difference between Normal vaiable and comp variable.
Whtz the specialty of 77 level number ?
What is Comm?
2 Answers IBM, Kemper Corporation,
How do you code Cobol to access a parameter that has been defined in JCL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the linkage section?
without performing any operations on a file how can i know whether it contains data or not
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
how you read control card into array?