) what is the difference between AID and HANDLE AID?
No Answer is Posted For this Question
Be the First to Post Answer
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between CALL BY VALUE and CALL BY CONTENT?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What will happen if we generate GDG (+2) version without generating (+1) version?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
Can the OCCURS clause be at the 01 level?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
consider the following piece of code 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
if we have a 10 steps how to override the 4th step in jcl?
Explain Restart Logic in Cobol?