|
|
| Author |
Message |
kaleelahamed
New User
Joined: 08 Jun 2006 Posts: 44 Location: Chennai
|
|
|
|
HI ALL,
I want to take a copy of the same memeber with different name in same PDS. I am able to do this by giving C in front of the needed member and then typing the Project Group Type and new member name.
Is there any simpler way of doing it by giving some * in Project, Group and Type, so that i need not type in the current dataset name again.
This may sound weird, but I feel there mit be an option to do this. |
|
| Back to top |
|
 |
References
|
|
 |
isha rani
New User
Joined: 18 Oct 2007 Posts: 2 Location: noida, india
|
|
|
|
Hello Iknow,
I am unable to use send user command.
I am getting a meessage 'INVALID COMMAND'.
Could you please help me on this.
thanks. |
|
| Back to top |
|
 |
nuthan
Active User
Joined: 26 Sep 2005 Posts: 151 Location: Bangalore
|
|
|
|
Hi Isha,
Try to use
SEND 'your message' USER(userid)
It will be better if u start a new topic instead of a posting it in an old post. |
|
| Back to top |
|
 |
sun_job
New User
Joined: 18 Sep 2007 Posts: 22 Location: Bangalore
|
|
|
|
Hi
go to ISPF 3.4 ,
enter KEYS in the command line,KEYS window will popup
set any key to AUTOTYPE, save and exit
now type any Dataset partially and press the assigned Function key
Hope this will help u |
|
| Back to top |
|
 |
venkatesh kudire
New User
Joined: 17 Jan 2008 Posts: 1 Location: Hyderabad
|
|
|
|
| THANK U ANU |
|
| Back to top |
|
 |
S0C7
New User
Joined: 19 May 2006 Posts: 22
|
|
|
|
To add to spanda, you may also put DSNVIEW on the command like and give the DSN name to open it in view mode directly.
Cheers!
S0C7 |
|
| Back to top |
|
 |
HappySrinu
Active User
Joined: 22 Jan 2008 Posts: 191 Location: India
|
|
|
|
it's wonderul tips anuradha..
thanks for posting |
|
| Back to top |
|
 |
Erikson Taparan
New User
Joined: 06 Nov 2008 Posts: 14 Location: Manila, Philippines
|
|
|
|
This works for z/OS. I haven't tried for others:
If you want to issue X ALL; F <STRING> ALL,
you can just type in Y <STRING> |
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2229 Location: Phoenix, AZ
|
|
|
|
Hello,
"Y" may be a local command at your shop, which is mapped to the combination of above used two commands - it does not work for me. |
|
| Back to top |
|
 |
Erikson Taparan
New User
Joined: 06 Nov 2008 Posts: 14 Location: Manila, Philippines
|
|
|
|
Well, maybe, but a friend of mine from a different installation said it works for her. I don't know why.. Well.. Maybe you are right. Perhaps a macro or something..  |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8733 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| Well, maybe, but a friend of mine from a different installation said it works for her. I don't know why.. |
Many site-specific tools have a wide following and if they are completely rexx or clist, they are often carried from place to place in the same area by people changing jobs or simply sharing with others in the field at some other company. |
|
| Back to top |
|
 |
Erikson Taparan
New User
Joined: 06 Nov 2008 Posts: 14 Location: Manila, Philippines
|
|
|
|
Thanks Dick,
This may not be considered as a trick, but it maybe useful:
To add a calendar in your main TPX menu:
Select STATUS tab in the MENU bar and select Calendar
To reverse the exclude status of a range of lines
type FLIP in the command line
To search for picture strings:
| Code: |
A picture string is used to describe the type of string to be found
instead of the exact characters to be found.
Example - ===> find p'¬' 1 find non-blank in column 1
A picture string is a quoted string that is preceded or followed by the
letter "P". It can contain blanks, alphabetic and numeric characters
which represent themselves, or any of the special characters listed
below, each of which represents a class of characters.
= any character . invalid characters
@ alphabetic characters - non-numeric characters
# numeric characters < lower case alphabetics
$ special characters > upper case alphabetics
¬ non-blank characters
Where possible, the special characters were selected to make them easy
to remember. For example, $ for special characters, # for numbers,
¬ (not sign) for non-blank, < (less than) for lower case.
|
Other Notes (copied from TSO HELP):
| Code: |
LANGUAGE PROCESSING COMMANDS:
ASM INVOKE ASSEMBLER PROMPTER AND ASSEMBLER F COMPILER.
CALC INVOKE ITF:PL/1 PROCESSOR FOR DESK CALCULATOR MODE.
COBOL INVOKE COBOL PROMPTER AND ANS COBOL COMPILER.
FORT INVOKE FORTRAN PROMPTER AND FORTRAN IV G1 COMPILER.
PROGRAM CONTROL COMMANDS:
CALL LOAD AND EXECUTE THE SPECIFIED LOAD MODULE.
LINK INVOKE LINK PROMPTER AND LINKAGE EDITOR.
LOADGO LOAD AND EXECUTE PROGRAM.
RUN COMPILE, LOAD, AND EXECUTE PROGRAM.
TEST TEST USER PROGRAM.
TESTAUTH TEST APF AUTHORIZED PROGRAMS.
DATA MANAGEMENT COMMANDS:
ALLOCATE ALLOCATE A DATA SET WITH OR WITHOUT AN ATTRIBUTE
LIST OF DCB PARAMETERS.
ALTLIB DEFINE OPTIONAL, USER-LEVEL OR APPLICATION-LEVEL SETS OF
LIBRARIES CONTAINING SAA/PL EXECS OR CLISTS. THESE
LIBRARIES ARE SEARCHED WHEN IMPLICITLY INVOKING AN
SAA/PL EXEC OR CLIST.
ATTRIB ALLOW DCB PARAMETERS TO BE DYNAMICALLY INTRODUCED
AND NAMED FOR USE WITH A SUBSEQUENT ALLOCATE COMMAND.
CONVERT SIFT ITF/PL1 AND FORTRAN SOURCE.
COPY COPY A DATA SET. (SEE NOTE BELOW.)
DELETE DELETE A DATA SET.
EDIT CREATE, EDIT, AND/OR EXECUTE A DATA SET.
FORMAT FORMAT AND PRINT A TEXT DATA SET. (SEE NOTE BELOW.)
FREE RELEASE A DATA SET AND/OR AN ATTRIBUTE LIST.
LIST DISPLAY A DATA SET. (SEE NOTE BELOW.)
LISTALC DISPLAY ACTIVE DATA SETS.
LISTBC DISPLAY MESSAGES FROM OPERATOR/USER.
LISTCAT DISPLAY USER CATALOGUED DATA SETS.
LISTDS DISPLAY DATA SET ATTRIBUTES.
MERGE COMBINE DATA SETS. (SEE NOTE BELOW).
PRINTDS PRINT A DATA SET.
PROTECT PASSWORD PROTECT DATA SETS.
RENAME RENAME A DATA SET.
TSOLIB DEFINE OPTIONAL SEARCH LEVEL THAT TSO/E USES WHEN SEARCHING
FOR COMMANDS AND PROGRAMS.
NOTE: THE TSO DATA UTILITY COMMANDS, COPY, FORMAT, LIST AND MERGE,
ARE PART OF PROGRAM PRODUCT 5734-UT1. THIS PRODUCT MUST BE
INSTALLED PRIOR TO UTILIZING THE COMMANDS AND RELATED HELPS.
|
|
|
| Back to top |
|
 |
|
|