How can we pass data from cobol to JCl?

Answer Posted / sri

When someone ask you that question first thing you need to
do is you post a question to him.

Passing data from COBOL to JCL means where in JCL ?

Do you mean a file? File is also a part of JCL. If it is
file then your answer is WRITE the data into the file.

Do you mean a PDS member ? Then WRITE the data or what ever
into the PDS member.

Do you mean SYSOUT ? If so just DISPLAY the value.

If he says not these three then he need to tell what is the
purpose of moving data to JCL ? for you to give an answer.

Is This Answer Correct ?    42 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are 77 levels used for?

836


how to convert the recors form vsam file to db2 table tru file aid

2972


What is the difference between next sentence and continue in cobol programing language?

938


What are various search techniques in cobol? Explain.

845


What is the problem of ordered sequential files access?

894






Which is not true about evaluate statement

2072


Write a program that uses move corresponding.

857


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

891


What is static and dynamic call in cobol?

771


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

1680


What is the utilization of copybook in cobol?

865


How do we get current date from system with century in COBOL?

1042


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1151


How do you differentiate between cobol and cobol-ii?

836


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2324