Search found 4 matches

by tony_prabu
Mon Jul 12, 2010 5:20 pm
Forum: CICS INTERVIEW QUESTIONS
Topic: Two outputs created as a result of generation of a map
Replies: 5
Views: 20015

In technical terms they are called symbolic map & Physical map
by tony_prabu
Mon Jul 12, 2010 5:18 pm
Forum: CICS INTERVIEW QUESTIONS
Topic: cics
Replies: 2
Views: 8289

No CICS is not an operating system, it's placed one layer below the operatiing system. It's is an online transaction processing (OLTP) program from IBM. :shock:
by tony_prabu
Tue Jun 08, 2010 12:26 pm
Forum: CICS INTERVIEW QUESTIONS
Topic: place the cursor on a particular position on CICS map
Replies: 4
Views: 12199

There is one more option in cics that will allow you to place your cursor at any dynamic position in map...

While send map use the following option
CURSOR (N)

Here n=row-1*80+col :roll:
by tony_prabu
Tue Jun 08, 2010 12:20 pm
Forum: CICS INTERVIEW QUESTIONS
Topic: In cics, how to make password appear as dots
Replies: 6
Views: 38522

Hi,
Try this option this should serve your purpose..... consider your field is F2 by using the option PICOUT you can format your output...get back to me incase of any queries on the same.....
F2 DFHMDF POS=40,LENGTH=10,
PICOUT='**********'
:roll: :roll: