I don't want last column data in the output file. So, I am trying to skip the last column (ID_CARD) in the format file.But i am not getting the proper output. Just want to confirm is it the right way?
before skipping:
68 SQLCHAR 0 3 "" 68 PBP_ID Latin1_General_BIN
69 SQLCHAR 0 25 "" 69 PREVENTIVE_SERVICES Latin1_General_BIN
70 SQLCHAR 0 216 "" 70 FILLER4 Latin1_General_BIN
71 SQLCHAR 0 11 "\r\n" 71 ID_CARD_NO Latin1_General_BIN
Trying to skip:
68 SQLCHAR 0 3 "" 68 PBP_ID Latin1_General_BIN
69 SQLCHAR 0 25 "" 69 PREVENTIVE_SERVICES Latin1_General_BIN
70 SQLCHAR 0 216 "" 70 FILLER4 Latin1_General_BIN
71 SQLCHAR 0 0 "" 0 ID_CARD_NO Latin1_General_BIN