how to check whether the open command of a sequential file is
successful? or not?
Answers were Sorted based on User's Feedback
Answer / mani yadav
By Using File-status.
File status code is 00.succesfully opened.
| Is This Answer Correct ? | 34 Yes | 2 No |
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Can we put move statement in COBOL copybook
01 a pic s9(5) value '-12345' how it will be stored
How to execute a set of JCL statements from a COBOL program?
what is subscript in cobol?give realtime example?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
why we are using set in searchall?
How do get the result of your program directly on your pc?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to Pass table from a cobol program to another cobol program and how to use that table in called program
What is SQL Code -904 and -903 in DB2 And how to handle it?
How do pass the values to the parameters in cobol