How can you submit a job from COBOL programs?
Answers were Sorted based on User's Feedback
Answer / a.roselin
We can submit the job from COBOL program thru internal
loader..
| Is This Answer Correct ? | 4 Yes | 3 No |
If I want to increase the Limit in GDG. What should I do?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
What is the use of EVALUATE statement?
What is the maximum length of a field you can define using COMP-3 in COBOL?
What does the initialize statement do ?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
for an INITIALIZE and what keyword allows for an override of the default.
what is search and searchall?what is the diffrence between them?give an best example?