Answer Posted / sandeep negi
This error occurs when loadmodule is not mentioned in JCL
while executing job.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how can i see junk values in dclgen or in hostvariable of comp ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Define static linking and dynamic linking.
Name the divisions, which are available in a cobol program?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the problem of ordered sequential files access?
What is inspect in cobol ?
What is the utilization of copybook in cobol?
What is the LINKAGE SECTION used in COBOL?
Difference between cobol and cobol-ii?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?