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 |
how will u code parm parameter and where pls ?
What are the divisions in a cobol program?
what is subscript in cobol?give realtime example?
how to move the records from file to array table. give with code example
what is s013u000 for?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
copy 100 records without using ibm utilities
What are VS COBOL 11 special features?
TYPES OF SORTINGS. which is more prefarable.
what will happen if i give program name and member name as different? program runs successful or w'll abend?
How to read a record from bottom of a file which is indexed by 'A'.