How can we pass data from cobol to JCl?

Answer Posted / vip

By using the parm parameter in jcl and defining the
datanames in the linkage section of the cobol program.

Is This Answer Correct ?    9 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are INPUT PROCEDURE and OUTPUT PROCEDURE?

689


Are you comfortable in cobol or jcl?

643


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

686


What is the difference between external and global variables in COBOL?

813


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6830






How arrays can be defined in COBOL?

663


What are the different data types in cobol?

797


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

824


In COBOL programming, what is PERFORM? What is VARYING?

672


How you can characterize tables in cobol?

718


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

1884


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

631


What is the difference between structured cobol programming and object alternativelyiented cobol?

755


How do you get the data to code the BMS macro?

1476