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
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How many sections are there in data division in COBOL?
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.
How do get the result of your program directly on your pc?
What are the access modes of START statement?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you reference the variable unblock file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
What rules are to be followed while using the corresponding options?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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