When will DUMP & DEBUG be ignored?
Answers were Sorted based on User's Feedback
Answer / s.k. manikandan
When you specify DEBUG (*NO) on H specification.
But this will be overright by specifying dump(A).
This operation extender means that a dump is always
performed, regardless of the
value of the DEBUG keyword.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / shabana abdul sayeed
When you write DEBUG(*NO) in H spec.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / surendra y mudliar
When you specify DEBUG (*NO) on H specification.
| Is This Answer Correct ? | 5 Yes | 0 No |
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
use of PUTOVR,OVRDTA,KEEP keywords?
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
How we will read call stack?
Why did we give STRSRVJOB while debugging batch program
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
what is the use of sflnxtchg?
Please help me, I have created window subfile,I have created Footer with same lengh and postion of window SFL. When I call the pgm, first is shows only Footer and then it shows subfile records.This time Footer is not showsing ..plz hel me how can i do it...? Sameple DDS and RPG: A R WIN1 SFL A*%%TS SD 20090130 165346 MUNSHIJ REL-V4R2M0 5769- PW1 A FLD001 1Y 0B 4 3EDTCDE (Z) A ATFILE R O 4 7REFFLD (QWHFDBAS/ATFILE LIB/LIBF- A ILE) A R WINCTL SFLCTL (WIN1) A*%%TS SD 20090202 123459 MUNSHIJ REL-V4R2M0 5769- PW1 A ALTNAME ('y') A SFLSIZ (0004) A SFLPAG (0004) A WINDOW (FOOTER) A ROLLUP (27) A ROLLDOWN (28) A CF12 (12 'Cancel') A 50 SFLDSP A N51 SFLDSPCTL A 51 SFLCLR A 1 2'Select Option,Press enter' A 2 3'1= Select' A R FOOTER A* A WINDOW(8 31 9 43) A 8 4'F12 = Cancel' A R DUMMY ASSUME A 24 10' ' in RPG: Dow *IN12 = *Off Write Footer Fxfmt WInCTL
can we use cl programming to update or delete physical files
we are sending data of physical file to screen design and it is showing no record why?
can I touch the array during treatments?