what is s013u000 for?
Answer / chandra
do not mention the STOP RUN in end of the cobol program.
| Is This Answer Correct ? | 11 Yes | 5 No |
Write down the divisions of cobol program?
whats the disadvantage of search all over search?
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?
What is an in-line perform ?
How to concatenation one or more string?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
What is amode(31)
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
tell me about examine inspect and evaluate ?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
how the control comes back from subprogram to mainprogram