Search found 15 matches

by MJ
Mon Aug 01, 2011 4:02 pm
Forum: Admin Announcements
Topic: DB2 QUICK START - FREE for Members
Replies: 81
Views: 154766

Hi,
Please provide password no. 96
Thanks in advance :) .
by MJ
Mon Aug 01, 2011 1:24 pm
Forum: CICS
Topic: How to make password field appear as *** field
Replies: 6
Views: 10429

Yeah Anuj and DikDude I agree DUPLICATES are a total waste. Thank you Anuj but no I did not post my question by mistake.I did it because no one is replying to the old thread with similsr question. Morever I am new here which however is not reason enough to be a pain for others.Apologies friends... A...
by MJ
Wed Jul 27, 2011 10:26 am
Forum: CICS
Topic: How to make password field appear as *** field
Replies: 6
Views: 10429

Well why dont you help instead of doing what you are doing. It would be better appreciated.
by MJ
Tue Jul 26, 2011 2:08 pm
Forum: CICS
Topic: How to make password field appear as *** field
Replies: 6
Views: 10429

How to make password field appear as *** field

I have used DRK attribute successfully and am trying to make it as * field.

The code looks like:
PASSID DFHMDF POS=(15,3),INITIAL='......',LENGTH=6,COLOR=RED,
ATTRB=UNPROT,PICOUT='******'

But all I am getting is a visible output instead of *.
Please suggest
by MJ
Tue Jul 26, 2011 1:52 pm
Forum: CICS INTERVIEW QUESTIONS
Topic: In cics, how to make password appear as dots
Replies: 6
Views: 38522

Hi Tony,
I had used DRK attribute before and changed it to the one you suggested. The code looks like this:

PASSID DFHMDF POS=(15,3),LENGTH=6,COLOR=RED,
ATTRB=UNPROT,PICOUT='******'

But all I am getting is a visible output instead of *.
Please suggest
by MJ
Tue Jul 26, 2011 1:50 pm
Forum: CICS INTERVIEW QUESTIONS
Topic: In cics, how to make password appear as dots
Replies: 6
Views: 38522

Hi Tony,
I had used DRK attribute before and changed it to the one you suggested. The code looks like this:

PASSID DFHMDF POS=(15,38),LENGTH=6,COLOR=RED,
ATTRB=UNPROT,PICOUT='******'

But all I am getting is a visible output instead of *.
Please suggest
by MJ
Thu Jul 21, 2011 4:16 pm
Forum: Personality Development
Topic: Winners Never Quit
Replies: 7
Views: 15461

Inspirational indeed!!! hats off
by MJ
Thu Jul 21, 2011 2:21 pm
Forum: Entertainment
Topic: Find out who your hero is
Replies: 4
Views: 11312

OMG :)
by MJ
Thu Jul 21, 2011 1:41 pm
Forum: DB2 INTERVIEW QUESTIONS
Topic: moving data from two tables to single table
Replies: 3
Views: 5363

how about using JOINS? can it serve the purpose Anuj?
by MJ
Thu Jul 21, 2011 11:50 am
Forum: CICS
Topic: How to stop the live transaction from application program ?
Replies: 2
Views: 6108

Can u be more specific?? what hav u tried so far?
by MJ
Thu Jul 21, 2011 11:47 am
Forum: CICS
Topic: Need CICS MAP Screen CODe
Replies: 4
Views: 8364

did u find it?
by MJ
Thu Jul 21, 2011 10:10 am
Forum: CICS INTERVIEW QUESTIONS
Topic: What is effect on RECEIVE MAP when PF key is pressed?
Replies: 2
Views: 7292

Hi Krishna,
Can u b little more specific??
PF would be the function key i suppose. Please correct me.
by MJ
Thu Jul 21, 2011 10:08 am
Forum: CICS INTERVIEW QUESTIONS
Topic: What are SEND MAP MAPONLY & SEND MAP DATAONLY ?
Replies: 3
Views: 8882

Hello Krishna,
Thanks for the info. Really a handy one.

EXEC CICS
SEND MAP DATAONLY('WUSER') MAPSET('TCOM073') ERASE
END-EXEC.

Am i rightly using the syntax?
by MJ
Thu Jul 21, 2011 10:00 am
Forum: CICS INTERVIEW QUESTIONS
Topic: Two outputs created as a result of generation of a map
Replies: 5
Views: 20015

Hi Tony,
could you please highlight the difference between copybook and load module.In other words difference between symbolic map & Physical map.

Thanks.
by MJ
Thu Jul 21, 2011 9:48 am
Forum: CICS INTERVIEW QUESTIONS
Topic: How do you protect a field from being overlaid?
Replies: 1
Views: 6643

Hi, If I am not misinterpreting your question then the answer would be something like this.... The solution is to use STOPPER field... STOPPER is an unlabeled 1-byte field with the protect attribute . therefore , u can define the stopper field as follows : DFHMDF POS=( XX , XX ) , ATTRB=PROT, LENGTH...