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


Please Help Members By Posting Answers For Below Questions

How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

867


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

955


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

855


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

892


How many sections are there in data division in COBOL?

873






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.

5402


How do get the result of your program directly on your pc?

2057


What are the access modes of START statement?

919


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1812


how do you reference the variable unblock file formats from cobol programs

989


Which Search verb is equivalent to PERFORM…VARYING?

845


What rules are to be followed while using the corresponding options?

821


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1838


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2103


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

2340