is it possible to pass an SQL query inside a jcl which is
inside a cobol program?
Answer Posted / rajesh
Yes. We can move the sql statements from COBOL to JCL using
HPUNLOAD utility.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
What are the different open modes available in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Name the divisions, which are available in a cobol program?
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.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is a report item?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
When is inspect verb is used in cobol?
Are you comfortable in cobol or jcl?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Can we redefine the field of x(200) to less than 200?
What are the different data types in cobol?
What is the difference between binary search and sequential search?