| Author |
Message |
Topic: Need to execute only one step in between the steps in a job |
vraki
Replies: 2
Views: 1471
|
Forum: Job Control Language(JCL) Posted: Mon May 26, 2008 1:14 am Subject: Need to execute only one step in between the steps in a job |
| There are five steps in a job. Out of that only third step needs to execute and i don't want other steps to execute. Please reply me the solution for this. |
Topic: Need to execute only one step in between the steps in a job |
vraki
Replies: 0
Views: 1037
|
Forum: Job Control Language(JCL) Posted: Mon May 26, 2008 1:12 am Subject: Need to execute only one step in between the steps in a job |
| There are 5 steps in a job. For me only 3rd step needs to execute in a job other steps no need to execute. Please reply me the solution for this. |
Topic: 2 dimensional array in BMS Maps |
vraki
Replies: 1
Views: 1322
|
Forum: CICS and Middleware Posted: Fri Apr 11, 2008 5:10 am Subject: 2 dimensional array in BMS Maps |
| Can we create 2 dimensional array in BMS Maps like COBOL? |
Topic: CICS Symbolic map needs to start from 02 level |
vraki
Replies: 6
Views: 2619
|
Forum: CICS and Middleware Posted: Wed Mar 26, 2008 3:43 am Subject: CICS Symbolic map needs to start from 02 level |
How can i change the IBM supplied macros to create the output with the level numbers?
Explain briefly. |
Topic: CICS Symbolic map needs to start from 02 level |
vraki
Replies: 6
Views: 2619
|
Forum: CICS and Middleware Posted: Tue Mar 25, 2008 11:41 pm Subject: CICS Symbolic map needs to start from 02 level |
I needed automatic generation of Symbolic map(no manual editing).
Is there any solution? Suggest me. |
Topic: CICS Symbolic map needs to start from 02 level |
vraki
Replies: 6
Views: 2619
|
Forum: CICS and Middleware Posted: Tue Mar 25, 2008 6:22 am Subject: CICS Symbolic map needs to start from 02 level |
| While assembling the Maps, Symbolic map will create from 01 level usually for the variables. But, somehow i needs that level to start from next higher level i.e. 02( There is no more 01 level in symbo ... |
Topic: Need a code to split on characters for the Below Example |
vraki
Replies: 1
Views: 1487
|
Forum: Application Programming Posted: Mon Jul 02, 2007 4:36 am Subject: Need a code to split on characters for the Below Example |
Example: Records is
I, am a, "very", "Good,person.",
We need to split this example by delimiter comma.
The result should be
First Second Third Fourth
I ... |
Topic: DISPLAY IN ASSEMBLER |
vraki
Replies: 2
Views: 1917
|
Forum: Application Programming Posted: Thu Jan 18, 2007 12:46 am Subject: DISPLAY IN ASSEMBLER |
Hi,
Please tell me how can we code display in assembler.
As we can code display in cobol and it displays the same in the spool once the program is executed.
How to do the same in assembler.
Pl ... |
Topic: How to merge 2 files with some indicator in output file as ? |
vraki
Replies: 13
Views: 6337
|
Forum: Utilities Posted: Tue Aug 08, 2006 1:13 am Subject: How to merge 2 files with some indicator in output file as ? |
| Thank you Frank.It's working fine........ |
Topic: How to merge 2 files with some indicator in output file as ? |
vraki
Replies: 13
Views: 6337
|
Forum: Utilities Posted: Sun Aug 06, 2006 11:31 pm Subject: How to merge 2 files with some indicator in output file as ? |
| I know it's working in 3 steps but my requirement is in single step.Please guide me on this? |
Topic: How to merge 2 files with some indicator in output file as ? |
vraki
Replies: 13
Views: 6337
|
Forum: Utilities Posted: Fri Aug 04, 2006 5:09 am Subject: How to merge 2 files with some indicator in output file as ? |
This is the code need to be updated
//SEQNUM01 EXEC PGM=SORT
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//INPUT1 ... |
Topic: How to merge 2 files with some indicator in output file as ? |
vraki
Replies: 13
Views: 6337
|
Forum: Utilities Posted: Thu Aug 03, 2006 1:07 am Subject: How to merge 2 files with some indicator in output file as ? |
| How to merge 2 files with some indicator in output file as it differentiate from 2 files input is merged using sort or Icetool ? |
| |