is it possible to pass an SQL query inside a jcl which is
inside a cobol program?
Answer Posted / amy
SQL query can be passed in the JCL but not sure of when it
is inside a cobol-program part
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is perform what is varying?
What is the difference between external and global variables in COBOL?
Why would you use find and get rather than to obtain?
Write a program to explain size error.
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.
What is a scope terminator give example?
Difference between cobol and cobol-ii?
Are you comfortable in cobol or jcl?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the problem of ordered sequential files access?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How you can read the file from bottom?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
IF I mention stop run in CICS what happens?
Define static linking and dynamic linking.