How will you find the currepted records in a file
Answers were Sorted based on User's Feedback
Answer / helennixa
You would use Display statements before the abend so you know what record was corrupted.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasad
data integritu doen't exist for files, that why database
comes into the picture.
sol: you can use the file aid tool to find the correpted
data(only way)
$$dd01 drop(1,2,nep)
| Is This Answer Correct ? | 1 Yes | 1 No |
What are subroutines ? and how do we pass data to the sub routines?
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
What is LENGTH in COBOL II?
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
What is amode(24)?
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
What rules are followed by the search verb.
what are the utilities for load and unload the DB2 tables
What R 2 of the common forms of the EVALUATE STATEMENT ?