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 ?
2356How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
CTS,
1 10956If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
CTS,
8 25960can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
CTS,
13 3711901 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
HSBC,
13 37087can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
249301 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
HSBC,
9 14997if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
1 7632
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What type of SDLC u followed? Why?
What are literals?
Why occurs cannot be used in 01 level in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Are you comfortable in cobol or jcl?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the following file formats from cobol programs?
What do you understand by psb and acb?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do u write test cases?
how do you reference the variable unblock file formats from cobol programs
What is the use of intialize verb?