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

if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5663


Which Search verb is equivalent to PERFORM…VARYING?

677


State the various causes of s0c1, s0c5 and s0c7.

656


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1103


What is redefines clause in COBOL?

841






What are different data types in cobol?

678


Write the code implementing the perform … varying.

636


What is perform what is varying?

695


How many sections are there in data division in COBOL?

674


How you can characterize tables in cobol?

708


Can we change the password using ALTER? anyone tried and changed?

1536


What is report-item in COBOL?

702


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

671


Why occurs cannot be used in 01 level in COBOL?

707


What is the difference between binary search and sequential search?

634