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 |
What is the purpose of Identification Division?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
What are the differences between COBOL and COBOL II?
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
what is difference between cobol and cobol/400
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
2)Where the Plan is located in CICS-DB2?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
What is the difference between COMP & COMP-3 ?
How you can read the file from bottom?
is it possible to rename 01 level?