Author |
Message |
Topic: No Format Table |
Programmer
Replies: 1
Views: 6166
|
Forum: TSO and ISPF Posted: Tue Feb 25, 2003 6:12 am Subject: No Format Table |
Hi,
I am unable to open a dataset in edit mode and the system displays the message "NO FORMAT TABLE" on the screen.
Its working fine, when opened in the browse mode.
Could anyone help me wit ... |
Topic: Passing input files each having different record length |
Programmer
Replies: 4
Views: 4581
|
Forum: Application Programming Posted: Wed Feb 05, 2003 2:45 am Subject: Passing input files each having different record length |
Senthil,
Have you mentioned "Record is varying from 80 to 1200 characters Depending on wk-length " for a file definition or is it defiened for a variable table entry ???  |
Topic: Saving a component in Change man |
Programmer
Replies: 5
Views: 3980
|
Forum: Utilities Posted: Thu Jan 30, 2003 11:03 pm Subject: Saving a component in Change man |
Kolusu, I guess Ashish wants to save the same member in the same package in changeman, without pressing PF3 PF3.
Ashish, This is a special utility provided by changeman, wherein you can always cou ... |
Topic: Jcl user guide/reference in pdf or word format ??? |
Programmer
Replies: 5
Views: 6155
|
Forum: Job Control Language(JCL) Posted: Tue Jan 28, 2003 10:45 pm Subject: Jcl user guide/reference in pdf or word format ??? |
Arun,
Link to all the manuals are listed on this site itself. Check the Home Page.
Regards, |
Topic: how to move the job sysout into the dataset(fb,sequential,) |
Programmer
Replies: 26
Views: 33695
|
Forum: Job Control Language(JCL) Posted: Mon Jan 27, 2003 11:00 pm Subject: how to move the job sysout into the dataset(fb,sequential,) |
Anand,
Coding:
//SYSOUT DD DSN=data.set.name,DISP=NEW
should be enough. |
|