How can you submit a job from COBOL programs?
Answer Posted / mmr
through INTRDR(intrnal reader)
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
) How do u handle errors in BMS macro?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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
What do you understand by psb and acb?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
what happens if parmparameter passes zero bytes to the program
how do you reference the fixed unblock file formats from cobol programs
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how to refer the data field?
Write the code to count the sum of n natural numbers.
What is a SSRANGE and NOSSRANGE?