How can we pass data from cobol to JCl?
Answer Posted / guest
We can pass the data from cobol to JCl
ex: Move 4 t0o return code.
| Is This Answer Correct ? | 31 Yes | 4 No |
Post New Answer View All Answers
What are the rules of the move verb?
What is rmode(24)
Define cobol?
How do you reference the following file formats from cobol programs?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain about different table spaces.
How to know whether the module is dynamical or statistical?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are 77 levels used for?
What is the difference between comp and comp-3 usage?
explain sorting techniques in cobol program?
How you can characterize tables in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
i want a program using by if, evaluate , string, unstring, perform, occurs?
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.