Author |
Message |
Topic: RECFM |
rkdivvela
Replies: 1
Views: 3488
|
Forum: Job Control Language(JCL) Posted: Tue May 10, 2005 2:20 pm Subject: RECFM |
I would be glad, if any one could clarify me the exact differences between different record formats, like F, FB, FBA, V, VB and VBA. |
Topic: Passing RETURN CODE from COBOL to JCL |
rkdivvela
Replies: 4
Views: 6266
|
Forum: Application Programming Posted: Fri Apr 09, 2004 9:46 pm Subject: Passing RETURN CODE from COBOL to JCL |
Kolusu,
I have coded the same way in my program. When I sumbit the JCL, the RETURN-CODE is not being passed to the JCL. Is there any special mechanism required to get this Return Code ?
Thank Yo ... |
Topic: Bold a Specific Column in COBOL Report |
rkdivvela
Replies: 2
Views: 2333
|
Forum: Application Programming Posted: Thu Apr 08, 2004 5:22 am Subject: Bold a Specific Column in COBOL Report |
1). I have a 133 char length report. In that report, I want to Bold a specific column. How do I do that ? |
Topic: Passing RETURN CODE from COBOL to JCL |
rkdivvela
Replies: 4
Views: 6266
|
Forum: Application Programming Posted: Thu Apr 08, 2004 5:16 am Subject: Passing RETURN CODE from COBOL to JCL |
1). I am setting a Return Code in COBOL program. I want that return code to be passed to JCL and execute some steps.
I tried to move return code into COBOL's RETURN CODE and tested, but no luck.
... |
|