How to compile both programs
-
- Posts: 7
- Joined: Tue Nov 06, 2007 3:54 pm
- Skillset: jcl,vsam,cobol,db2,cics
- Referer: through website
How to compile both programs
There are two programs say A&B,A is only cobolprogram,B iscobol-db2 program,how to compile both programs?
-
- Posts: 7
- Joined: Tue Nov 06, 2007 3:54 pm
- Skillset: jcl,vsam,cobol,db2,cics
- Referer: through website
how can i can this .?
In my jcl ,the 1st step is delete step,if the data set is existing,I want to delete,that one ,if dataset is no existing,I do not want abend the job,how can I code in disp?
-
- Posts: 7
- Joined: Tue Nov 06, 2007 3:54 pm
- Skillset: jcl,vsam,cobol,db2,cics
- Referer: through website
hw v retrive the data in reverse order.
hw can i retrive the data in reverse order in vsam file...?
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: how can i can this .?
DISP=(MOD,DELETE,DELETE) perhaps?
Re: hw to run these pgm...?
Separately.....kanswa_boy wrote:There are two programs say A&B,A is only cobolprogram,B iscobol-db2 program,how to compile both programs?
Your shop will have standardized compile procedures, use them...
Re: hw v retrive the data in reverse order.
Online or batch?kanswa_boy wrote:hw can i retrive the data in reverse order in vsam file...?
Keyed. sequential or relative?
-
- Posts: 7
- Joined: Tue Nov 06, 2007 3:54 pm
- Skillset: jcl,vsam,cobol,db2,cics
- Referer: through website
Re: hw v retrive the data in reverse order.
SEQENTIAL VSAM FILECICS Guy wrote:Online or batch?kanswa_boy wrote:hw can i retrive the data in reverse order in vsam file...?
Keyed. sequential or relative?
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: hw v retrive the data in reverse order.
CICS Guy wrote:Online or batch?kanswa_boy wrote:hw can i retrive the data in reverse order in vsam file...?
Keyed. sequential or relative?
What difference does it make? It can't be done outside of CICS anyway.
Re: hw v retrive the data in reverse order.
Keyed and relative could be done in batch, couldn't they.....MrSpock wrote:What difference does it make? It can't be done outside of CICS anyway.
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: hw v retrive the data in reverse order.
CICS Guy wrote:Keyed and relative could be done in batch, couldn't they.....
The only examples I've ever seen or heard of are done using FileAid or Assembler. I've never seen an example using COBOL or any standard utility.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 3
- 5137
-
by jrcox
View the latest post
Wed Jul 29, 2020 7:52 pm