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
Why occurs cannot be used in 01 level in COBOL?
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
i need a small 3d program using inline and outline.
Write a program to explain size error.
What rules are to be followed while using the corresponding options?
Differentiate between structured cobol programming and object-oriented cobol programming.
Name the divisions, which are available in a cobol program?
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
What is the difference between goback, stop run and exit program in cobol?
how to move the records from file to array table. give with code example
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
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?
What are the different rules for performing sort operation?
Are you comfortable in cobol or jcl?
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.