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
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Explain how you can characterize tables in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are the different rules for performing sort operation?
How can you get the ksds file records into your cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the different types of condition in cobol and write their forms.
What are various search techniques in cobol? Explain.
Name some of the examples of COBOl 11?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is amode(24)?
What is link edit in cobol?
IF I mention stop run in CICS what happens?
i need a small 3d program using inline and outline.