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
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the local-storage section?
Are you comfortable in cobol or jcl?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Explain about different table spaces.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
how do you define single dimensional array and multidimensional array in your cobol?
Can we change the password using ALTER? anyone tried and changed?
What are different data types in cobol?
How you can characterize tables in cobol?
How many bytes S(8) comp field occupy and its maximum value?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are literals?
) how do u code after getting data?
What are 77 levels used for?