Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
12 84077i 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 173431)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
11 43362How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
3 11972select 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 6344With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
IBM,
4 10673SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
3 13973How we copy a program from production region to development region.What is the process & syntax ?
CTS,
3 13485
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 ?
What is the difference between Global and External Variables?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Define cobol?
How arrays can be defined in COBOL?
What is redefines clause in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
Name the sections present in data division.
How to know whether the module is dynamical or statistical?
How you can read the file from bottom?
How do you define a variable of comp-1 and comp-2?
What are the pertinent COBOL commands?
Write some characteristics of cobol as means of business language.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Which division and paragraphs are mandatory for a COBOL program?