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 type of SDLC u followed? Why?
What is the usage of comp fields in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Which is not true about evaluate statement
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is Pic 9v99 Indicates in COBOL?
What is the use of intialize verb?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?