I try to use some column names in my cobol progorm but
these column not in db2 table ..when do i get error ..while
bind time or runtime?
Answers were Sorted based on User's Feedback
What are the different rules of SORT operation?
What are the different rules for performing sort operation?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
01 A pic 9(100) find record length of it
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
what is the advantage of using redefines instead of delaring the variables ?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
What is mean by maxcc
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is file status 39 ?
) How do you access the migrate the data from production region to development region
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.