Can we redefine the field of x(200) to less than 200?
No Answer is Posted For this Question
Be the First to Post Answer
What is the default value of DISP for temp datasets
How to covert given string into ASCII value in COBOL/MF COBOL
what is s013u000 for?
how can u redefine picx(10) with pic 9(6).
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
how to check whether the open command of a sequential file is successful? or not?
i 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.
How do pass the values to the parameters in cobol
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
What are the functions like c or c++ in cobol?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
How you can delete a record from a ps file in cobol?