Author |
Message |
Topic: REXX tool. |
Ashish Jain
Replies: 6
Views: 2549
|
Forum: TSO and ISPF Posted: Thu Nov 13, 2003 5:46 am Subject: REXX tool. |
Few days before I wrote one REXX for the same.....
/***************************** REXX **********************************/
... |
Topic: Permit Read Access w/o RACF |
Ashish Jain
Replies: 17
Views: 14761
|
Forum: TSO and ISPF Posted: Fri Jul 18, 2003 6:27 am Subject: Permit Read Access w/o RACF |
RACF is disabled...does it mean, its not there in your shop or you have no authorithy to invoke any of the RACF commands?
If RACF (or any other Access Control Tool) is not there, then I guess every ... |
Topic: What is Macro Language? |
Ashish Jain
Replies: 9
Views: 5021
|
Forum: TSO and ISPF Posted: Tue Apr 29, 2003 7:04 am Subject: What is Macro Language? |
May be a language which doesn't need any compiler ! |
Topic: To find a particular memeber in the number of datasets.. |
Ashish Jain
Replies: 2
Views: 2277
|
Forum: TSO and ISPF Posted: Tue Apr 29, 2003 12:45 am Subject: To find a particular memeber in the number of datasets.. |
If you know at least the names of the probable PDSs then get the FINDMEM utility from http://www.sillysot.com/mvs/
Then you can execute "FINDMEM membername" in DSLIST panel, provided you have appen ... |
Topic: FTP Downloading problem |
Ashish Jain
Replies: 4
Views: 3628
|
Forum: Other Technical Topics Posted: Mon Apr 21, 2003 8:03 am Subject: FTP Downloading problem |
Transfer Type should be BINARY if its not a plain text file |
Topic: Insufficient Storage |
Ashish Jain
Replies: 6
Views: 6539
|
Forum: TSO and ISPF Posted: Wed Apr 09, 2003 11:14 pm Subject: Insufficient Storage |
I'm getting the following message on my TSO no matter I'm doing what
By looking in ISRDDN, you may come to know on which dataset IEBCOPY is trying to operate and then it may be easy for you to ... |
Topic: Insufficient Storage |
Ashish Jain
Replies: 6
Views: 6539
|
Forum: TSO and ISPF Posted: Wed Apr 09, 2003 7:23 am Subject: Insufficient Storage |
Give TSO ISRDDN, and then try looking in DDname LNKLST.
It may help ! |
Topic: Download All members of a PDS to workstation |
Ashish Jain
Replies: 15
Views: 24764
|
Forum: Other Technical Topics Posted: Mon Feb 03, 2003 8:01 am Subject: Download All members of a PDS to workstation |
To know the node...
Go on the STATUS on the action bar on primary ISPF panel. Choose SESSION option from there. Now the details about your session will appear in the status area.
There is point- ... |
Topic: Is it something different ? |
Ashish Jain
Replies: 6
Views: 6613
|
Forum: TSO and ISPF Posted: Thu Jan 30, 2003 2:58 am Subject: Is it something different ? |
I guess ISPF 5.2 version has included this feature that one can FIND in the data set list too.
Point to be noted here is that there is difference in FIND and LOCATE command. LOCATE will search for ... |
Topic: JEM / JSCAN in Batch |
Ashish Jain
Replies: 9
Views: 17385
|
Forum: Job Control Language(JCL) Posted: Thu Jan 09, 2003 5:51 am Subject: JEM / JSCAN in Batch |
JEM is JOB Edit Macro. And Edit Macros are not supposed to run in batch.
Or are they |
Topic: Useful ISPF commands (to make LIFE somewhat simpler!) |
Ashish Jain
Replies: 16
Views: 17640
|
Forum: TSO and ISPF Posted: Wed Jan 08, 2003 10:38 am Subject: Useful ISPF commands (to make LIFE somewhat simpler!) |
Lets move to RACF............
Few MOST COMMON commands
ADDSD 'data-set-name' UACC(access-authority)
Create a discrete profile to protect a cataloged data set
PERMIT 'profile-name' ID(u ... |
Topic: Copying reference info. to ISPF dataset |
Ashish Jain
Replies: 4
Views: 3149
|
Forum: TSO and ISPF Posted: Thu Jan 02, 2003 8:38 am Subject: Copying reference info. to ISPF dataset |
Did HRECALL to my memory and finally got it
Use QPRINT. It will copy the data into Held Output Queue. Go in the Held Output Queue of SDSF and give XDC in front of the job and then copy the data ... |
Topic: Copying reference info. to ISPF dataset |
Ashish Jain
Replies: 4
Views: 3149
|
Forum: TSO and ISPF Posted: Thu Jan 02, 2003 7:59 am Subject: Copying reference info. to ISPF dataset |
Can be done with QPRINT command in QuickRef with some parameters. Don't remember exactly how ! |
Topic: Useful ISPF commands (to make LIFE somewhat simpler!) |
Ashish Jain
Replies: 16
Views: 17640
|
Forum: TSO and ISPF Posted: Thu Jan 02, 2003 4:07 am Subject: Useful ISPF commands (to make LIFE somewhat simpler!) |
ED and EPDF are not CLISTs. Instead they are shortcuts defined in your Command Table. Not necessarily present everywhere.
Action for ED is generally defined as SELECT CMD(%EDBRO EDIT .&ZPARM) P ... |
Topic: Useful ISPF commands (to make LIFE somewhat simpler!) |
Ashish Jain
Replies: 16
Views: 17640
|
Forum: TSO and ISPF Posted: Wed Jan 01, 2003 11:44 pm Subject: Useful ISPF commands (to make LIFE somewhat simpler!) |
Even EPDF can be cut short to ED |
|