Author |
Message |
Topic: increase in dataset size |
badri5
Replies: 1
Views: 2604
|
Forum: TSO and ISPF Posted: Tue Jul 31, 2018 12:12 am Subject: increase in dataset size |
Hi,
how will you increase the dataset size other than manual allocation using JCL and compression. can you please let me know is there any TSO command to do this. |
Topic: Hiding a Column |
badri5
Replies: 1
Views: 2876
|
Forum: Application Programming Posted: Thu Mar 15, 2012 8:32 am Subject: Hiding a Column |
What is the command used for hiding a column in Filemanager.In case of Fileaid Hide command is used.
Thanks |
Topic: Adding a batch control number in the Header |
badri5
Replies: 1
Views: 2611
|
Forum: Application Programming Posted: Fri Mar 02, 2012 3:53 am Subject: Adding a batch control number in the Header |
Hi,
In my files header and trailer is there but it does not have a control number to the header.
Header contains only header date and time
eg
HH2012-03-0121:00
I have to add a control num ... |
Topic: Evaluate |
badri5
Replies: 4
Views: 3304
|
Forum: Application Programming Posted: Tue Feb 01, 2011 3:26 am Subject: Evaluate |
Hi,
How it should be written using evaluate statement
When A
When B
and Test > spaces
can it be written like this
1)When A also B and test > spaces
I have deleted the ... |
Topic: Evaluate |
badri5
Replies: 4
Views: 3304
|
Forum: Application Programming Posted: Mon Jan 31, 2011 7:59 am Subject: Evaluate |
Hi,
How it should be written using evaluate statement
When A
When B
and Test > spaces
can it be written like this
1)When A also B and test > spaces
2)When A OR B and test > ... |
Topic: Interview questions |
badri5
Replies: 1
Views: 5671
|
Forum: Interview Q & A Posted: Tue Feb 16, 2010 1:48 am Subject: Interview questions |
Hi,
I have a few interview questions.
1) In the input file i have a fixed record length of 80 bytes.But in the output file i should have like First record should be 80 bytes second record sh ... |
Topic: Interview questions |
badri5
Replies: 2
Views: 6248
|
Forum: Interview Q & A Posted: Thu Feb 04, 2010 12:05 pm Subject: Interview questions |
Hi,
Here are some of interview questions.
1)By seeing a DB2 table how will I find out which columns are having constraints
2)In one column of a Db2 table i want to have values like 1,2,3 wi ... |
Topic: Length of a string |
badri5
Replies: 2
Views: 2684
|
Forum: Application Programming Posted: Fri Sep 25, 2009 1:23 am Subject: Length of a string |
Hi,
I have one Input file which is 80 characters long.
one variable namely ws-var1 which is 17 characters long in the input file
Rest 63 characters are spaces. if i enter 19 characters in the ... |
Topic: cursor Logic |
badri5
Replies: 3
Views: 2537
|
Forum: Database Posted: Wed Sep 02, 2009 10:06 am Subject: cursor Logic |
Select a from table a
where b = : b
And c = 'F'
If SQLCODE = 0----(I have to check sqlcode = 0 for fetch.But lastly close cursor will come.it will close cursor for and checking sqlcode = 0)w ... |
Topic: cursor Logic |
badri5
Replies: 3
Views: 2537
|
Forum: Database Posted: Wed Sep 02, 2009 9:42 am Subject: cursor Logic |
I am stuck up with the logic of a cursor.
Select a from table a
If sqlcode = 0 from table a---( i have to use declare,fetch and close .ie from fetch sqlcode = 0) i am selecting b from table b- ... |
Topic: Checking the length of a string |
badri5
Replies: 1
Views: 2116
|
Forum: Application Programming Posted: Tue Sep 01, 2009 7:54 am Subject: Checking the length of a string |
I want to check the length of a string in cobol.
Here is the example
ws-var1 pic x(17) .
1st record----abcdefghijklm
I checked like this
If ws-var1(1:17) not = ' '
and
If ws-var1(1:1 ... |
Topic: SP023,SP096 |
badri5
Replies: 1
Views: 1643
|
Forum: Job Control Language(JCL) Posted: Fri Oct 10, 2008 5:09 am Subject: SP023,SP096 |
Hi,
I am not able to find these utilities.it is coming as exec pgm = sp023.when i expand the proc sp023 is not getting expanded.where i will be able to see this SP023. |
Topic: sqlstate error |
badri5
Replies: 1
Views: 1505
|
Forum: Database Posted: Wed Aug 02, 2006 9:26 am Subject: sqlstate error |
I am getting sqlstate 38503.frontend is java program.Backend is mainframe program.how to solve this abend |
|