Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to pass return codes from cobol to jcl?

Answers were Sorted based on User's Feedback



How to pass return codes from cobol to jcl?..

Answer / ashl

Use the return-code variable and set to the desird value

move 16 to return-code

Is This Answer Correct ?    17 Yes 3 No

How to pass return codes from cobol to jcl?..

Answer / nishanthini

MOVE VALUE TO RETURN-CODE register

Is This Answer Correct ?    4 Yes 0 No

How to pass return codes from cobol to jcl?..

Answer / vivek

Move a value to RETURN-CODE register. RETURN-CODE should
not be declared in your program.

Ex: MOVE 4 TO RETURN-CODE

Is This Answer Correct ?    5 Yes 1 No

How to pass return codes from cobol to jcl?..

Answer / hari

move value to retun-code it should not declared in working -storage section.
by using internalreader we can pass the data from cobol to jcl
//sysout dd sysout=(*,intrdr)

Is This Answer Correct ?    4 Yes 0 No

How to pass return codes from cobol to jcl?..

Answer / prasanna

thnks!!!

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL Interview Questions

HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?

1 Answers  


What is the difference between CONTINUE & NEXT SENTENCE ?

2 Answers  


What are different file OPEN modes available in COBOL?

4 Answers   Sun Life,


Why we should use cursor ?

3 Answers  


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

0 Answers  


How is sign stored in a COMP field ?

3 Answers   Accenture,


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is

12 Answers   TCS,


wht is packed decimal in cobol

2 Answers  


can you declare redefine in level 01?

8 Answers   Patni,


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?

2 Answers   ADP,


How many bytes S(8) comp field occupy and its maximum value?

0 Answers  


Categories