Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
12 84676i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
9 176781)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
11 43923How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
3 12157select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
2 6483With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
IBM,
4 10860SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
3 14141How we copy a program from production region to development region.What is the process & syntax ?
CTS,
3 13679
explain sorting techniques in cobol program?
Explain the configuration section of a cobol program with examples of syntax.
) How do u handle errors in BMS macro
Write down the divisions of cobol program?
What is rmode(any) ?
How do we get current date from system with century in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do define dynamic array in cobol.
How arrays can be defined in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
) How do u handle errors in BMS macro?
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 redefine the field of x(200) to less than 200?
how to move the records from file to array table. give with code example