What is the problem of ordered sequential files access?
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
where did you see the information regarding abend codes in jcl?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
How arrays can be defined in COBOL?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
what is the difference b/w level no.01 & level no.77?
If you were passing a table via linkage, which is preferable - a subscript or an index?
) what is the difference between AID and HANDLE AID?
What are the differences bitween cobol and cobol-2?
How to convert bunch of words in a line to relvant ASCII values?
Whats the use of Examine command? can someone help me?