View previous topic :: View next topic
|
Author |
Message |
pullaiah.cts
New User
Joined: 02 Sep 2010 Posts: 50 Location: Pune
|
|
|
|
Cobol program getting failed with RC 8 when I compiled the program with XPEDITOR OPTION === Y
It is getting executed fine when I compiled with XPEDITOR OPTION === Blank
I checked the output listing in SPOOL:
In SYSPRINT:
Code: |
END OF DATA ON SYSIN - TERMINATING
|
In JESYSMSG:
Code: |
TSO22CN ALLOC - STEP WAS NOT EXECUTED.
STEP/ALLOC /START 2012005.0955
STEP/ALLOC /STOP 2012005.0955 CPU 0MIN 00.00SEC SRB 0MIN
TSO22CN ALLOCIN - STEP WAS NOT RUN BECAUSE OF CONDITION CODES
TSO22CN ALLOCIN - STEP WAS NOT EXECUTED.
|
In JESJCL:
Code: |
//SSIDN EXEC PGM=CMNSSIDN, *** PROCESS LINK-EDIT CONTROL CARDS
// COND=(4,LT)
//SYSPRINT DD DISP=(,PASS),DSN=&&LIST40,
// UNIT=SYSDA,SPACE=(CYL,(9,9)),AVGREC=M,
// DCB=(RECFM=FA,LRECL=133,BLKSIZE=133)
//SYSUDUMP DD SYSOUT=*
//ABNLIGNR DD DUMMY
|
I am just compiling a simple program which displays some words in SPOOL.
Can you please let me know the reason for this issue.Thanks in advance. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Quote: |
Can you please let me know the reason for this issue.Thanks in advance. |
There is NO possible way we can tell you -- since we do not work at your site. Only someone working AT YOUR SITE could possibly answer your question. You need to contact your site support group, or talk to a co-worker or team leader to get valid compile JCL (AT YOUR SITE) for what you are wanting to do.
If you wanted us to even make a guess, you would have to post the entire compile JCL with expansion and messages; there's no reason to do that since someone at your site will be FAR more able to review your job. |
|
Back to top |
|
|
pullaiah.cts
New User
Joined: 02 Sep 2010 Posts: 50 Location: Pune
|
|
|
|
Hi Robert,
Thanks for your reply.I will check with my support people. |
|
Back to top |
|
|
|