Author |
Message |
Topic: Send JCL from a non MVS host to be run by JES2 |
jerryc314
Replies: 1
Views: 1509
|
Forum: Job Control Language(JCL) Posted: Thu Aug 05, 2004 8:12 am Subject: Send JCL from a non MVS host to be run by JES2 |
Is there a way to send JCL from a non MVS host (e.g. windows or UNIX) to be run by JES2? Is there a way to send JCL from the UNIX part of MVS to be run by JES2? |
Topic: Default Font for PSF Printer |
jerryc314
Replies: 1
Views: 1334
|
Forum: Other Technical Topics Posted: Tue May 25, 2004 8:31 am Subject: Default Font for PSF Printer |
I have a PSF printer, whose start up proc has "chars=(60d8)" as a parameter which sets the default font. Can anyone tell me what font in the font data sets that corresponds to? |
Topic: copy files |
jerryc314
Replies: 6
Views: 2750
|
Forum: TSO and ISPF Posted: Mon May 17, 2004 10:04 pm Subject: copy files |
I have about 200 members in four different pds's I want to copy into one pds. I don't want to use 3.3 and have to pick 200 different entries. I want to write a REXX exec to do the copy, using an avail ... |
Topic: copy files |
jerryc314
Replies: 6
Views: 2750
|
Forum: TSO and ISPF Posted: Mon May 17, 2004 9:21 pm Subject: copy files |
In TSO/E Command Reference SC28-1969 there is a refernece to SMCOPY. |
Topic: copy files |
jerryc314
Replies: 6
Views: 2750
|
Forum: TSO and ISPF Posted: Mon May 17, 2004 8:01 pm Subject: copy files |
I am trying to copy a member of a pds to another pds. I tried using smcopy, but I kept the following error:
ADF114I record format of data sets not consistant with operation being performed.
Both ... |
Topic: Adding rows to a table |
jerryc314
Replies: 2
Views: 1315
|
Forum: TSO and ISPF Posted: Thu May 13, 2004 9:38 pm Subject: Adding rows to a table |
I am trying to add a row to an existing table. I get no errors, but my data is not added to the table. What am I doing wrong?
My code follows:
address ispexec
tablename='mytable'
"libdef ... |
|