How can you submit a job from COBOL programs?
Answer Posted / a.roselin
We can submit the job from COBOL program thru internal
loader..
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is report-item in COBOL?
What are all the divisions of a COBOL program?
What is the difference between Call and a Link?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between comp and comp-3?
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.
Write down the divisions of cobol program?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between external and global variables in COBOL?
Why would you use find and get rather than to obtain?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Can we change the password using ALTER? anyone tried and changed?
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.
What is the compute verb? How is it used?
What is static and dynamic call in cobol?