WHAT IS SOC3?HOW IT CAN BE RESOLVED?
Answer / nav
SC03: An attempt was made to make the EXECUTE machine
instruction the target of an EXECUTE instruction, which is
not allowed. This abend is sometimes used intentionally
as a "poor man's user abend" (e.g., 'EX R1,*').
Resolution: Correct the program logic error and resubmit
the job.
| Is This Answer Correct ? | 0 Yes | 10 No |
Which mode is used to operate the sequential file?
How do you set a return code to the JCL from a COBOL program?
. How do we cast a variable in COBOL
How to remove 2 duplicate records and copy only one using job control language?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
What the difference is between continue and next sentence?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
What are the different rules of SORT operation?
What is the difference between index and subscript?
what is MSGLEVEL?
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .