Author |
Message |
Topic: BPXWDYN Documentation |
raggop
Replies: 9
Views: 24902
|
Forum: Utilities Posted: Fri May 26, 2006 2:49 am Subject: BPXWDYN Documentation |
Hi,
I need to do this through a program, (PL/1). I can't use JCL's for this purpose.
The only way I see is either we add a loop and loop until the dataset becomes free (but this will not gurantee ... |
Topic: BPXWDYN Documentation |
raggop
Replies: 9
Views: 24902
|
Forum: Utilities Posted: Thu May 25, 2006 7:35 pm Subject: BPXWDYN Documentation |
Hi,
My requirement is that I need to delete datasets dynamically. Now while deletion I need to ensure that the datasets are not in use by anyone else.
If the datasets are in use then I need to ... |
Topic: BPXWDYN Documentation |
raggop
Replies: 9
Views: 24902
|
Forum: Utilities Posted: Thu May 25, 2006 7:20 am Subject: BPXWDYN Documentation |
Hi Kolusu,
Had a question here. If we are allocation a dataset thru BPXWDYN can we reserve it so that no other task can reference the dataset for the period of use.
Like if we give a DISP=OLD in t ... |
Topic: Display ISPF table rows in different colours |
raggop
Replies: 1
Views: 1558
|
Forum: TSO and ISPF Posted: Thu Dec 02, 2004 3:04 am Subject: Display ISPF table rows in different colours |
Hi,
I need to display an ISPF table using a panel, rows from this table can be modified by an user. Now I need to re-display this table and the rows modified need to be displayed in a different co ... |
Topic: creation date of gdgversions |
raggop
Replies: 1
Views: 1379
|
Forum: Job Control Language(JCL) Posted: Tue Sep 14, 2004 6:11 am Subject: creation date of gdgversions |
Subbu,
check this topic
http://www.mvsforums.com/helpboards/viewtopic.php?t=2104
raghu |
Topic: About OPC ? |
raggop
Replies: 9
Views: 9254
|
Forum: Job Control Language(JCL) Posted: Wed Jul 14, 2004 4:25 pm Subject: About OPC ? |
Try it and let us know..
raghu |
Topic: first and last record of a file |
raggop
Replies: 3
Views: 4547
|
Forum: Job Control Language(JCL) Posted: Thu May 06, 2004 5:05 am Subject: first and last record of a file |
hi,
if you can identify the first and last record of your file you can use dfsort-outfil to pull your first/last record into separate files..
ex
//SORTIN DD DSN=E00496.RAG.SORTIN,DISP=SHR
... |
Topic: CObol vsam and redefines |
raggop
Replies: 2
Views: 1406
|
Forum: Application Programming Posted: Mon Apr 05, 2004 10:42 pm Subject: CObol vsam and redefines |
sweetvenki,
1> read the book "MVS/VSAM for the Application Programmer" by Gary D Brown. It is a good book and has plenty of examples programs which should solve your queries.
2> You can refer t ... |
Topic: High RC for one step. |
raggop
Replies: 6
Views: 4892
|
Forum: Job Control Language(JCL) Posted: Mon Mar 08, 2004 5:10 am Subject: High RC for one step. |
why don't you put steps 2..n in a IF block and check for the RC of step A at the start..
raghu |
Topic: Reading PDS Members |
raggop
Replies: 37
Views: 50822
|
Forum: Application Programming Posted: Mon Mar 01, 2004 12:13 am Subject: Reading PDS Members |
Use an utility like IEBPTPCH to dump the PDS members onto a single dataset and then process that dataset thru your Cobol pgm.
raghu |
Topic: creating an output file as a PDS Member |
raggop
Replies: 4
Views: 2303
|
Forum: Job Control Language(JCL) Posted: Wed Feb 25, 2004 3:39 am Subject: creating an output file as a PDS Member |
//STEP001 EXEC PGM=IEBGENER
//SYSUT1 DD DUMMY
//SYSUT2 DD DSN=EDUC12.PLI.PDS(MEM2),DISP=SHR
//SYSPRINT DD SYSOUT=* ... |
Topic: material on rexx pipes |
raggop
Replies: 1
Views: 2565
|
Forum: TSO and ISPF Posted: Wed Feb 04, 2004 7:42 am Subject: material on rexx pipes |
hi,
i needed some material on rexx pipes. Can you'll help me out.
rgds
raghu |
Topic: Dbkey |
raggop
Replies: 9
Views: 4508
|
Forum: Database Posted: Mon Dec 22, 2003 6:43 am Subject: Dbkey |
Cobcurious,
never seen move -1 to dbkey. The statements i've seen accept dbkeys into working storage from dbkey. Can you tell me what are the idms statements executed after moving -1 into dbkey.
... |
Topic: IDMS,ADSO,IDMS COBOL manuals ? |
raggop
Replies: 4
Views: 2817
|
Forum: Database Posted: Tue Oct 28, 2003 3:03 am Subject: IDMS,ADSO,IDMS COBOL manuals ? |
Kolusu,
this link doesn't seem to work. Can you pl check.
rgds
raghu |
Topic: MSGCLASS |
raggop
Replies: 5
Views: 4500
|
Forum: Job Control Language(JCL) Posted: Tue Oct 28, 2003 2:53 am Subject: MSGCLASS |
The sysout data set is processed according to the following processing
options, in override order:
... |
|