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 |
db2 variable decimal(15,2) what is the equalent size of cobol variable
What is the maximum data length for Numeric DataType ?
can anyone explain me the concept of COMP-4 PLEASE??
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
Write the syntax of a two dimensional array?
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
Hai friends why we need to read a file before re-write a record?
Why we are using comp and comp-3 in real time projects?
perform I from 0 by 1 until I=5?How maney times it will executes
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
what is the difference b/w level no.01 & level no.77?