if we have a 10 steps how to override the 4th step in jcl?
Answers were Sorted based on User's Feedback
Answer / parvatraj m bhuti
Code cond parameter
as
cond= (0,GT).. Thats all.
| Is This Answer Correct ? | 0 Yes | 10 No |
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
how to transfer the file from pc to mainframe??
What R 2 of the common forms of the EVALUATE STATEMENT ?
what is ASRA, AEY9?
How to recover a deleted source physical file from library?
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?