In the JCL, how do you define the files referred to in a
subroutine ?
Answer Posted / saikat
we cant do so
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about different table spaces.
What rules are followed by the search verb.
IF I mention stop run in CICS what happens?
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 difference between goback, stop run and exit program in cobol?
how to move the records from file to array table. give with code example
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is rmode(24)
What is the difference between Call and a Link?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Explain what you understand by passing by value.
Define cobol?