I encountered an error when I move spaces to a numeric
field?What should I do to move spaces on that field?help
please.

Answer Posted / arpan

We need to use Initialize for Numeric and SPACES for Alpha
numeric fields.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why occurs cannot be used in 01 level in COBOL?

910


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1209


i need a small 3d program using inline and outline.

1887


Write a program to explain size error.

884


What rules are to be followed while using the corresponding options?

829


Differentiate between structured cobol programming and object-oriented cobol programming.

836


Name the divisions, which are available in a cobol program?

922


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2592


What is the difference between goback, stop run and exit program in cobol?

1224


how to move the records from file to array table. give with code example

2424


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1820


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2004


What are the different rules for performing sort operation?

952


Are you comfortable in cobol or jcl?

805


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5421