Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
12 84659i 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 176721)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
11 43915How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
3 12153select 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 6477With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
IBM,
4 10850SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
3 14138How we copy a program from production region to development region.What is the process & syntax ?
CTS,
3 13671
What is Pic 9v99 Indicates in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
In COBOL, what is the different between index and subscript?
Write the code implementing the perform … varying.
what is search and searchall?what is the diffrence between them?give an best example?
what are decleratives in cobol?
Can a Search can be done on a table with or without Index?
Write a program to explain size error.
HOw can I get the negative sign while deduct high value from low value
What the difference is between continue and next sentence?
How can you get the ksds file records into your cobol program?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?