MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

New to group. JCL question

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
HCM1955
Beginner


Joined: 30 Jul 2003
Posts: 1
Topics: 1
Location: Slver Spring MD

PostPosted: Wed Jul 30, 2003 2:48 pm    Post subject: New to group. JCL question Reply with quote

Hi

I am new to MVS. I am just learning ispf today. I am on the hook for
testing a C API. So far I have been using OMVS. Under OMVS I use a
makefile that looks something like this:

CC=c++
LINK=c++
DEL=rm -f
COPY=cp

_CXX_CXXSUFIXX=cpp
IDLCC=CC

LIBS=./DMGAPI.x


INCLUDES= -I/home/hm/test/src

DEFINES= -D_OPEN_THREADS -DMVS

CFLAGS= -g $(INCLUDES) $(DEFINES)

#
#
#

all : dmgCabinetEmpty dmgCommon dmgDocSetup


dmgCabinetEmpty : dmgCabinetEmpty.o
$(CC) -o dmgCabinetEmpty dmgCabinetEmpty.o $(LIBS)

dmgCabinetEmpty.o : dmgCabinetEmpty.cpp
$(CC) $(CFLAGS) -c dmgCabinetEmpty.cpp
.
.
.
clean:
rm -f *.o


I need to do the same thing thru a JCL dataset. I believe I need to
use the CBCCL procedure. I will also need a dataset to run the
executable after I have a build.

Does any one have example datasets ?

Thanks,
Bert Murray
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12380
Topics: 75
Location: San Jose

PostPosted: Wed Jul 30, 2003 6:06 pm    Post subject: Reply with quote

Bert Murray,

Welcome to the group. Check this link

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/CBCPG110/CCONTENTS

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Brian
Beginner


Joined: 12 Aug 2003
Posts: 95
Topics: 6

PostPosted: Tue Aug 12, 2003 10:59 am    Post subject: Reply with quote

You might want to have a look at BPXBATCH commands.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group