IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

please help me, with my program cobol + jcl in zos 1.6+ispf


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Aug 23, 2008 5:38 am
Reply with quote

Hello,

Quote:
this zoxs 1.6 installed on my personal computer
Well, that surely makes a difference icon_smile.gif

Are you running Hercules on your pc?

You might find something useful here:
ibmmainframes.com/viewtopic.php?t=6297
Back to top
View user's profile Send private message
batusai

New User


Joined: 21 Aug 2008
Posts: 15
Location: lima peru

PostPosted: Sat Aug 23, 2008 5:50 am
Reply with quote

Hi

yes I configured zos 1.6 , on my personal computer
icon_smile.gif

but I not how link-edit or bind the coboll program and call with jcl

icon_sad.gif
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Sat Aug 23, 2008 6:13 am
Reply with quote

batusai wrote:
yes I configured zos 1.6 , on my personal computer
icon_smile.gif
That sounds (slightly) illegal to me????
Back to top
View user's profile Send private message
batusai

New User


Joined: 21 Aug 2008
Posts: 15
Location: lima peru

PostPosted: Sat Aug 23, 2008 6:39 am
Reply with quote

sorry, the client is instaled on my pc,

I do not read well, the question

Quote:
Well, that surely makes a difference

Are you running Hercules on your pc?

You might find something useful here:
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Aug 23, 2008 6:40 am
Reply with quote

Hello,

You need to allocate a "permanent" load library to store the executable created by the "bind" (USERID.CLASS.LOAD).

Find another load library on your system and "clone" it so it will have the proper attributes for a loadlib.
Back to top
View user's profile Send private message
batusai

New User


Joined: 21 Aug 2008
Posts: 15
Location: lima peru

PostPosted: Sat Aug 23, 2008 9:31 am
Reply with quote

Hi Robert Sample


Quote:

et it to RECFM=FB,LRECL=80.



I write this

Code:


//LKED     EXEC PGM=IEWL,PARM='LIST,XREF,LET,MAP'               
//         COND=(5,LT,COBOL),REGION=512K                       
//SYSLIN   DD   DSNAME=USERID.CLASS.OBJ,DISP=(OLD,DELETE)       
//         DD   DDNAME=SYSIN                                   
//SYSLMOD  DD   DSNAME=USERID.CLASS.LOAD(TAND3997),DISP=(,PASS),
//         UNIT=SYSDA,SPACE=(CYL,(1,1,1)),                     
//         DCB=(RECFM=FB,LRECL=80,BLKSIZE=3200)                 
//SYSUDUMP DD   SYSOUT=*                                       
//SYSPRINT DD   SYSOUT=*                                       
//SYSIN    DD   DUMMY                                           
/*                                                             
Back to top
View user's profile Send private message
batusai

New User


Joined: 21 Aug 2008
Posts: 15
Location: lima peru

PostPosted: Sat Aug 23, 2008 9:33 am
Reply with quote

Code:
IEFC605I UNIDENTIFIED OPERATION FIELD
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Aug 23, 2008 12:25 pm
Reply with quote

Quote:
this zoxs 1.6 installed on my personal computer, I want to learn cobol and JCL,


good to hear that You have a license to run zOs on Your pc...
just curious how did You get it
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Sat Aug 23, 2008 5:25 pm
Reply with quote

batusai,

Put a continuation comma after the first line like this.

Code:
//LKED     EXEC PGM=IEWL,PARM='LIST,XREF,LET,MAP',


Thanks,
Arun
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Aug 24, 2008 5:08 am
Reply with quote

Hello,

I believe you may also have problems with the way your USERID.CLASS.LOAD is defined. Suggest you allocate a permanent dataset with these attributes:
Code:
Organization  . . . : PO     
Record format . . . : U     
Record length . . . : 0     
Block size  . . . . : 32760     
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming Goto page 1, 2  Next

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
Search our Forums:

Back to Top