Answer Posted / mehak
use
ocuurs 1 to 100
depending on ws-counter
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how to move the records from file to array table. give with code example
What is the difference between perform … with test after and perform … with test before?
Difference between array and sub-script ?
What are the access modes of START statement?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How you can characterize tables in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How do we get current date from system with century in COBOL?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
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 ?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do get the result of your program directly on your pc?
how do you reference the printer file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?