How many variables can be declared in w-s section.?
Answer Posted / samiuddin
16777215
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is Pic 9v99 Indicates in COBOL?
In COBOL, what is the different between index and subscript?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to know whether the module is dynamical or statistical?
What are 77 levels used for?
How many sections are there in data division in COBOL?
What is a scope terminator give example?
How do you define a variable of comp-1 and comp-2?
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 perform … with test after and perform … with test before?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
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 the difference between next sentence and continue in cobol programing language?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.