Matching Logic in Jcl not in cobol.Could any one please
answer this question
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between return code and maxcc?
what is use of disp parameter in dd statement?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
How do you restart a step in JCL?
Hi, can any one tell about " How do u eliminate the duplicates "
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
How is a new GDG coded?
In DCB, what is LRECL,BLKSIZE,DSORG
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
difference between internal sort and external sort
What is difference between Return Code, user completion code, Abend code and reason Code?