How to recover a deleted source physical file from library?
Answer / priyanka
WE can recover a file using File Aid option in ISPF panel. There is Hierarchy option to see if the backup is present and Recovery option to recover the file based on the Date and Time
| Is This Answer Correct ? | 0 Yes | 0 No |
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are different file OPEN modes available in COBOL?
In COBOL programming, what is PERFORM? What is VARYING?
suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
What is an in line PERFORM? When would you use it? Anything else to say about it?
Why occurs cannot be used in 01 level in COBOL?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error
Have you used comp and comp-3 in your project? And how?
where do u use low-value and high value in cobol
What divisions, sections and paragraphs are mandatory for a COBOL program?
What are all the divisions of a COBOL program?