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 

Search found 23 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: SPLICE or SELECT Help
prakal

Replies: 3
Views: 2089

PostForum: Utilities   Posted: Sat Feb 25, 2006 10:57 am   Subject: SPLICE or SELECT Help
Please go through the below links


http://www.mvsforums.com/helpboards/viewtopic.php?t=11&highlight=match

http://www.mvsforums.com/helpboards/viewtopic.php?p=18917#18917
  Topic: Can VB data set be sorted?
prakal

Replies: 4
Views: 2432

PostForum: Utilities   Posted: Mon Jan 16, 2006 10:28 am   Subject: Can VB data set be sorted?
Yes VB data can be sorted.

VB data has a 4 byte RDW at the begining of each record. You will have to consider this 4 byte RDW while creating your sort card.

Assuming the above SORT fields and ...
  Topic: How to split a file in to two halves
prakal

Replies: 6
Views: 3577

PostForum: Utilities   Posted: Wed Jan 11, 2006 12:54 am   Subject: How to split a file in to two halves
Not sure what you mean by splitting a file dynamically. If you are looking for a job that splits the file into two, SORT will do it for you. Please search for keyword SPLIT in this form to find lots o ...
  Topic: Creating ISPF Panels thru' REXX
prakal

Replies: 2
Views: 2702

PostForum: TSO and ISPF   Posted: Sat Jan 07, 2006 11:58 am   Subject: Creating ISPF Panels thru' REXX
Please checkout the below links - these links have excellent information that a ISPF, REXX beginner need to know;

http://mvsforums.com/helpboards/viewtopic.php?t=5273

http://mvsforums.com/helpb ...
  Topic: Creating dataset dynamically thru the program or JCL
prakal

Replies: 3
Views: 4531

PostForum: Job Control Language(JCL)   Posted: Mon Nov 21, 2005 11:33 pm   Subject: Creating dataset dynamically thru the program or JCL
Did you check out the following post:

http://mvsforums.com/helpboards/viewtopic.php?t=2101&highlight=date


prakal
  Topic: displaying Signed values
prakal

Replies: 5
Views: 3633

PostForum: Application Programming   Posted: Thu Sep 29, 2005 10:33 am   Subject: displaying Signed values
shekar123

Here is a sample cheat sheet that can be used to interpret zoned decimals


+---------------------------------------------------------------+
| Last Character will be | ...
  Topic: comparision in changeman
prakal

Replies: 5
Views: 6221

PostForum: Utilities   Posted: Wed Sep 28, 2005 5:03 am   Subject: comparision in changeman
Kavya

If you modify a component from within changeman and hit PF3 you do get compare results with insert and delete. Hopefully this answers your question!

Prakal
  Topic: comparision in changeman
prakal

Replies: 5
Views: 6221

PostForum: Utilities   Posted: Tue Sep 27, 2005 10:25 pm   Subject: comparision in changeman
Kavya,

We are using changeman version 5.2 in our shop and we can type in command "VC" next to the component to do a compare. Typing "VC" will take you to the next panel which lists the changed com ...
  Topic: FTP Using REXX
prakal

Replies: 16
Views: 12154

PostForum: TSO and ISPF   Posted: Sat May 08, 2004 7:28 pm   Subject: FTP Using REXX
For checking if a member of a PDS exists you would use the SYSDSN function as shown below:


x = sysdsn("'your.pds.name(membername)'")


x will have a value OK if the m ...
  Topic: Changeman..retrieve older version of code
prakal

Replies: 4
Views: 10340

PostForum: Utilities   Posted: Wed Dec 03, 2003 9:52 pm   Subject: Changeman..retrieve older version of code
Deepesh,

We have changeman in our shop, but it has been heavily customized for our internal usage. The information below may be shop specific, you need to check with your changeman admins for your ...
  Topic: To run REXX in batch
prakal

Replies: 3
Views: 2802

PostForum: TSO and ISPF   Posted: Mon Nov 24, 2003 11:19 pm   Subject: To run REXX in batch
Ranjith,

Here is some information on IKJEFT1A:

IKJEFT1A:
Is used to execute TSO commands in the background mode and is often reffered to as Terminal Monitor Program.

If a command or program ...
  Topic: SET RETURN Code
prakal

Replies: 5
Views: 18528

PostForum: Job Control Language(JCL)   Posted: Thu Aug 28, 2003 1:07 pm   Subject: SET RETURN Code
You could execute an IEFBR14 step to reset the return code for the entire job


//STEP02 EXEC PGM=IEFBR14


If you could let the forum know what you are trying to acheive by reseting the retu ...
  Topic: TSO SORT !!!
prakal

Replies: 5
Views: 5205

PostForum: TSO and ISPF   Posted: Mon Aug 25, 2003 10:08 am   Subject: TSO SORT !!!
We can do a SORT in ISPF. Open the file in EDIT/VIEW mode in ISPF and type the follwing command


SORT start-at-column end-at-column Asending/Descending


on the command line.
  Topic: To print from CICS
prakal

Replies: 5
Views: 3840

PostForum: CICS and Middleware   Posted: Mon Aug 25, 2003 9:52 am   Subject: To print from CICS
There are products available that act as an interface between CICS and printers. One such product that we use is Dynamic Reporting System (DRS), check the following link for more information about DRS ...
  Topic: Sequential files in COBOL
prakal

Replies: 18
Views: 12087

PostForum: Application Programming   Posted: Wed Jul 16, 2003 5:00 pm   Subject: Sequential files in COBOL
Thanks for the response Dave. Currently, I'm trying to learn assembler, Once I have a bit more understanding about assembler, I will get into the details of the routine that you have specified.

Tha ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group