How can we pass data from cobol to JCl?
Answer Posted / anil prajapati
we can pass data from cobol to jcl by using return-code
like
move 450 to return-code
if we are passing data likeit then at run time the maxx
return code will be this code if move code is a negative
number then after subtracting from 4096 maximum return code
will be displayed
Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is the difference between comp and comp-3?
Explain how you can characterize tables in cobol?
What guidelines should be followed to write a structured cobol prgm?
Explain how to differentiate call by context by comparing it to other calls?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do we get current date from system with century in COBOL?
What are all the divisions of a COBOL program?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how can i see junk values in dclgen or in hostvariable of comp ?
Write a cobol program making use of the redefine clause.
how do you reference the variable block file formats from cobol programs
What are the different rules of SORT operation?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is rmode(any) ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?